diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-11-23 01:26:54 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-11-23 01:26:54 +0000 |
commit | 0ac102d9383d2e808f4b5fcddd3d1c0888f3e8cd (patch) | |
tree | 15f17abfb9a956c9023d3bc074423328a079d6f9 /math/blacs/files | |
parent | 010986eaf93e24da0f423b4d82944c761c964aba (diff) | |
download | ports-0ac102d9383d2e808f4b5fcddd3d1c0888f3e8cd.tar.gz ports-0ac102d9383d2e808f4b5fcddd3d1c0888f3e8cd.zip |
move pkg-message.in in ${FILESDIR} to install
w/o error.
Notes
Notes:
svn path=/head/; revision=122190
Diffstat (limited to 'math/blacs/files')
-rw-r--r-- | math/blacs/files/pkg-message.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/math/blacs/files/pkg-message.in b/math/blacs/files/pkg-message.in new file mode 100644 index 000000000000..31b7200a8542 --- /dev/null +++ b/math/blacs/files/pkg-message.in @@ -0,0 +1,12 @@ +********************************************************************* + Please test your blacs installation + Test programs are located at /usr/local/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 + +You can change -np 4 to any number to meet your local environment. +See files at /usr/local/share/doc/blacs for detail. +********************************************************************* |