File: mpqcval.1

package info (click to toggle)
mpqc 2.3.1-21
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 43,080 kB
  • sloc: cpp: 258,686; sh: 8,532; perl: 6,017; ansic: 5,499; makefile: 2,497; fortran: 1,970; lisp: 1,269; yacc: 313; lex: 177; csh: 45
file content (46 lines) | stat: -rw-r--r-- 1,000 bytes parent folder | download | duplicates (6)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
.TH "MPQCVAL" "1" "15 Feb 2008" "Version 2"

.SH NAME
mpqcval \- run the mpqc validation suite
.PP
chkmpqcval \- check the .out files for correctness

.SH SYNOPSIS
.B mpqcval
.RI "[" files "]"
.PP
.B chkmpqcval

.SH DESCRIPTION
.PP
The \fBmpqcval\fR tool runs the whole mpqc validation suite or at least the
part of it specified.
.PP
The \fBchkmpqcval\fR tool checks the \fI.out\fR files for correctness.

.SH EXAMPLES
.PP
First create a directory
.IP
.B mkdir /tmp/mpqc-val && cd /tmp/mpqc-val
.PP
To run the whole validation suite, which might take a lot of time, now run
.IP
.B mpqcval
.PP
Or if only parts of the validation suite should be run e.g.
.IP
.B mpqcval /usr/share/mpqc/validate/h2o_*
.PP
Then to check the correctness of \fI.out\fR files
.IP
.B chkmpqcval
.PP
If everything is alright, you get output like
.PP
.nf
        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
.fi
.PP
and so on.