summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-12-12 18:14:36 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-12-12 18:14:36 +0000
commit9f2839e7c5af4047aa7331c17b90c620d09f1816 (patch)
tree02564275233955e77e10296bee96912be116f3b4 /lib
parent32269756aa7474ec5b7e33a97450733499424347 (diff)
Preliminary MPI config file for MPIPro.
Should configure with MPI=MPIPro Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1940 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib')
-rwxr-xr-xlib/make/extras/MPI/MPIPro21
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/make/extras/MPI/MPIPro b/lib/make/extras/MPI/MPIPro
new file mode 100755
index 00000000..ff7270bd
--- /dev/null
+++ b/lib/make/extras/MPI/MPIPro
@@ -0,0 +1,21 @@
+#! /bin/sh
+# /*@@
+# @file MPIPro
+# @date Tue Dec 12 18:36:57 2000
+# @author Tom Goodale
+# @desc
+# Configure for MPIPro under Windows
+# @enddesc
+# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/make/extras/MPI/MPIPro,v 1.1 2000-12-12 18:14:36 goodale Exp $
+# @@*/
+
+
+echo "MPIPro MPI selected"
+
+MPI_LIBS="MPIPro"
+
+# If MPIPro has been installed then the below already appear in the
+# INCLUDE and LIB environment variables used by the Windows compilers
+MPI_LIB_DIRS=""
+MPI_INC_DIRS=""
+