summaryrefslogtreecommitdiff
path: root/config/mpich.mpb
diff options
context:
space:
mode:
authorJames H. Hill <hilljh82@gmail.com>2007-12-13 16:50:55 +0000
committerJames H. Hill <hilljh82@gmail.com>2007-12-13 16:50:55 +0000
commit8f37f89c61d832695b93200c586236d11dd3acc9 (patch)
tree6fb8661cef21e628f68214013f90db2658c16f5d /config/mpich.mpb
parentbd31a3f0ca125d374eda9474aa6175286557036e (diff)
downloadMPC-8f37f89c61d832695b93200c586236d11dd3acc9.tar.gz
Thu Dec 13 16:48:51 UTC 2007 James H. Hill <hillj@isis.vanderbilt.edu>
Diffstat (limited to 'config/mpich.mpb')
-rw-r--r--config/mpich.mpb6
1 files changed, 5 insertions, 1 deletions
diff --git a/config/mpich.mpb b/config/mpich.mpb
index e616f3af..a928421b 100644
--- a/config/mpich.mpb
+++ b/config/mpich.mpb
@@ -4,5 +4,9 @@ project {
includes += $(MPICH_ROOT)/include
libpaths += $(MPICH_ROOT)/lib
- lit_libs += mpich pmpich
+ specific(vc6, vc7, vc71, vc8, vc9) {
+ lit_libs += mpi
+ } else {
+ lit_libs += mpich pmpich
+ }
}