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
|