diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-07-24 01:42:21 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-07-24 01:42:21 +0000 |
commit | 3115d648d88a878b13e1591372ffccd8437adee0 (patch) | |
tree | f114137d732bcd9d8b9fb4f0f245b6bc0f33c139 /math/blacs/files/pkg-message.in | |
parent | 18d9746bbfabf04243cb40b33e7393155869d1ab (diff) |
Notes
Diffstat (limited to 'math/blacs/files/pkg-message.in')
-rw-r--r-- | math/blacs/files/pkg-message.in | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/math/blacs/files/pkg-message.in b/math/blacs/files/pkg-message.in index 31b7200a8542..fff4dfef90dc 100644 --- a/math/blacs/files/pkg-message.in +++ b/math/blacs/files/pkg-message.in @@ -1,12 +1,14 @@ ********************************************************************* Please test your blacs installation - Test programs are located at /usr/local/share/BLACS/TESTING + Test programs are located at %%PREFIX%%/share/BLACS/TESTING Example: - % cd /usr/local/share/BLACS/TESTING - % /usr/local/mpich/bin/mpirun -np 4 xCbtest_MPI-FreeBSD - % /usr/local/mpich/bin/mpirun -np 4 xFbtest_MPI-FreeBSD + % cd %%PREFIX%%/share/BLACS/TESTING + % %%LOCALBASE%%/mpich2/bin/mpd & + % %%LOCALBASE%%/mpich2/bin/mpirun -np 4 ./xCbtest_MPI-FreeBSD + % %%LOCALBASE%%/mpich2/bin/mpirun -np 4 ./xFbtest_MPI-FreeBSD + % %%LOCALBASE%%/mpich2/bin/mpdallexit You can change -np 4 to any number to meet your local environment. -See files at /usr/local/share/doc/blacs for detail. +See files at %%DOCSDIR%% for detail. ********************************************************************* |