Tue Oct 29 10:41:11 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>
[MPC.git] / config / mpich.mpb
blobc6f3e8216bc23b8c027270713095eabe458300ff
1 // $Id$
3 project {
4   includes += $(MPI_ROOT)/include $(MPI_ROOT)/include/mpi
5   libpaths += $(MPI_ROOT)/lib
6   requires += mpi
8   specific(prop:windows) {
9     lit_libs += mpi
10   } else {
11     lit_libs += mpich
12   }