diff options
Diffstat (limited to 'math/scalapack/files/pkg-message.in')
-rw-r--r-- | math/scalapack/files/pkg-message.in | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/math/scalapack/files/pkg-message.in b/math/scalapack/files/pkg-message.in index ca405055f55a..61261cc6fa64 100644 --- a/math/scalapack/files/pkg-message.in +++ b/math/scalapack/files/pkg-message.in @@ -1,21 +1,25 @@ *********************************************************************** Please test your scalapack installation - Example programs are located at /usr/local/share/SCALAPACK/examples + Example programs are located at %%EXAMPLESDIR%% - Test programs are located at /usr/local/share/SCALAPACK/TESTING + Test programs are located at %%DATADIR%%/TESTING Example: - % cd /usr/local/share/SCALAPACK/TESTING - % /usr/local/mpich/bin/mpirun -np 4 xcbrd - % /usr/local/mpich/bin/mpirun -np 4 xcdblu + % 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 /usr/local/share/SCALAPACK/TESTING + % cd %%DATADIR%%/TESTING + % %%LOCALBASE%%/mpich2/bin/mpd & % csh % foreach i (x*) - ? /usr/local/mpich/bin/mpirun -np 4 $i >& ~/$i.log + ? %%LOCALBASE%%/mpich2/bin/mpirun -np 4 ./$i >& ~/$i.log ? end + % %%LOCALBASE%%/mpich2/bin/mpdallexit + You can change -np 4 to any number to meet your environment. -See files at /usr/local/share/doc/scalapack for detail. +See files at %%DOCSDIR%% for detail. ********************************************************************** |