File: README.Debian

package info (click to toggle)
mpqc 2.3.1-6
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 39,580 kB
  • ctags: 16,804
  • sloc: cpp: 258,686; sh: 8,584; perl: 6,017; ansic: 5,491; makefile: 2,769; fortran: 1,970; lisp: 1,269; yacc: 313; lex: 177; csh: 45
file content (27 lines) | stat: -rw-r--r-- 720 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
mpqc for Debian
---------------

 -- The mpqc validation suite --

To run the mpqc validation suite, install the mpqc-support package, make a
"/tmp/mpqc-val" directory and do

	cd /tmp/mpqc-val; mpqcval 

or, if you do not want to run the whole validation suite (which takes a
*lot* of time), do something like

	cd /tmp/mpqc-val; mpqcval /usr/share/mpqc/validate/h2o_*

You can check the .out files for correctness via

	cd /tmp/mpqc-val; chkmpqcval

If everything is alright, you get output like 

h2o_mp2006311gssc1:          ok ok E:99 D1L:99 X:OK
h2o_mp2006311gssc1opt:       ok ok E:99 Geom:99 D1:99 D2:99 S2L:99 X:OK D1L:99 X:OK

and so on.

 -- Michael Banck <mbanck@debian.org>  Thu, 11 Dec 2008 20:20:44 +0200