summaryrefslogtreecommitdiff
path: root/math/scalapack/pkg-message
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-05-05 03:33:39 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-05-05 03:33:39 +0000
commitd767d0f025471f94714d8638e81d140d76c08980 (patch)
tree1b52c4b3cd12cfa3889972c7601218aa9e2b2b70 /math/scalapack/pkg-message
parentUpdate to 0.41. (diff)
Add scalapack 1.7, the ScaLAPACK Scalable LAPACK library.
PR: 40521 Submitted by: NAKATA, Maho <maho@FreeBSD.org>
Notes
Notes: svn path=/head/; revision=80147
Diffstat (limited to 'math/scalapack/pkg-message')
-rw-r--r--math/scalapack/pkg-message21
1 files changed, 21 insertions, 0 deletions
diff --git a/math/scalapack/pkg-message b/math/scalapack/pkg-message
new file mode 100644
index 000000000000..c06a730d934c
--- /dev/null
+++ b/math/scalapack/pkg-message
@@ -0,0 +1,21 @@
+***********************************************************************
+ 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.
+**********************************************************************