summaryrefslogtreecommitdiff
path: root/ACE/MPC/config/openmpi.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/MPC/config/openmpi.mpb')
-rw-r--r--ACE/MPC/config/openmpi.mpb9
1 files changed, 9 insertions, 0 deletions
diff --git a/ACE/MPC/config/openmpi.mpb b/ACE/MPC/config/openmpi.mpb
new file mode 100644
index 00000000000..291a6c1350c
--- /dev/null
+++ b/ACE/MPC/config/openmpi.mpb
@@ -0,0 +1,9 @@
+// -*- MPC -*-
+// $Id$
+
+project {
+ includes += $(MPI_ROOT)/include
+ libpaths += $(MPI_ROOT)/lib
+ lit_libs += mpi
+ requires += mpi
+}