1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/math/scalapack/files/pkg-message.in
2004-11-23 01:35:43 +00:00

22 lines
755 B
Plaintext

***********************************************************************
Please test your scalapack 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/SCALAPACK/TESTING
% /usr/local/mpich/bin/mpirun -np 4 xcbrd
% /usr/local/mpich/bin/mpirun -np 4 xcdblu
etc., etc. ...
to perform all the tests,
% cd /usr/local/share/SCALAPACK/TESTING
% csh
% foreach i (x*)
? /usr/local/mpich/bin/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.
**********************************************************************