summaryrefslogtreecommitdiff
path: root/lib/make/extras/MPI/MPIPro
blob: ff7270bd301de3c2ffa56296229b0e0052c1ef53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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=""