freebsd-ports/math/scalapack/pkg-message
Maho Nakata d767d0f025 Add scalapack 1.7, the ScaLAPACK Scalable LAPACK library.
PR:		40521
Submitted by:	NAKATA, Maho <maho@FreeBSD.org>
2003-05-05 03:33:39 +00:00

21 lines
688 B
Text

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