aboutsummaryrefslogtreecommitdiff
path: root/math/scalapack/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'math/scalapack/pkg-message.in')
-rw-r--r--math/scalapack/pkg-message.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/math/scalapack/pkg-message.in b/math/scalapack/pkg-message.in
new file mode 100644
index 000000000000..ca405055f55a
--- /dev/null
+++ b/math/scalapack/pkg-message.in
@@ -0,0 +1,21 @@
+***********************************************************************
+ 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.
+**********************************************************************