summaryrefslogtreecommitdiff
path: root/config/mpich.mpb
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2009-11-06 03:40:35 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2009-11-06 03:40:35 +0000
commit3396b6e16eb09839a83ba31587d0cb7d2f91f95d (patch)
tree909b4875d5da450a3d6a237b3ec94165adb87810 /config/mpich.mpb
parent932e59a9c71137692c46f926f4362da1444756d5 (diff)
downloadMPC-3396b6e16eb09839a83ba31587d0cb7d2f91f95d.tar.gz
ChangeLogTag: Fri Nov 6 03:39:51 UTC 2009 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'config/mpich.mpb')
-rw-r--r--config/mpich.mpb4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/mpich.mpb b/config/mpich.mpb
index 69bb8f9c..c6f3e821 100644
--- a/config/mpich.mpb
+++ b/config/mpich.mpb
@@ -1,13 +1,13 @@
// $Id$
project {
- includes += $(MPI_ROOT)/include
+ includes += $(MPI_ROOT)/include $(MPI_ROOT)/include/mpi
libpaths += $(MPI_ROOT)/lib
requires += mpi
specific(prop:windows) {
lit_libs += mpi
} else {
- lit_libs += mpich pmpich
+ lit_libs += mpich
}
}