blob: c06a730d934c07a25eb4cb2658011ec2bf8384fa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
***********************************************************************
Please test your blacs installation
Example programs are located at /usr/local/share/SCALAPACK/examples
Test programs are located at /usr/local/share/SCALAPACK/TESTING
Example:
% cd /usr/local/share/SCLAPACK/TESTING
% mpirun -np 4 xcbrd
% mpirun -np 4 xcdblu
etc., etc. ...
to perform all the tests,
% cd /usr/local/share/SCLAPACK/TESTING
% csh
% foreach i (x*)
? mpirun -np 4 $i >& ~/$i.log
? end
You can change -np 4 to any number to meet your environment.
See files at /usr/local/share/doc/scalapack for detail.
**********************************************************************
|