blob: 28d99c43a27404420e7554b02d899d940946f2ac (
plain) (
blame)
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
|
***********************************************************************
Please test your scalapack installation
Example programs are located at %%EXAMPLESDIR%%
Test programs are located at %%DATADIR%%/TESTING
Example:
% cd %%DATADIR%%/TESTING
% %%LOCALBASE%%/mpich2/bin/mpd &
% %%LOCALBASE%%/mpich2/bin/mpirun -np 4 ./xcbrd
% %%LOCALBASE%%/mpich2/bin/mpirun -np 4 ./xcdblu
etc., etc. ...
to perform all the tests,
% cd %%DATADIR%%/TESTING
% %%LOCALBASE%%/mpich2/bin/mpd &
% csh
% foreach i (x*)
? %%LOCALBASE%%/mpich2/bin/mpirun -np 4 ./$i >& ~/$i.log
? end
% %%LOCALBASE%%/mpich2/bin/mpdallexit
If you're using OpenMPI, use this instead:
% cd %%DATADIR%%/TESTING
% LD_LIBRARY_PATH=%%LOCALBASE%%/mpi/openmpi/lib/ export LD_LIBRARY_PATH
% PATH=$PATH:%%LOCALBASE%%/mpi/openmpi/bin/ export PATH
% mpirun -np 4 ./xcbrd
% mpirun -np 4 ./xcdblu
etc., etc. ...
You can change -np 4 to any number to meet your environment.
See files at %%DOCSDIR%% for detail.
**********************************************************************
|