aboutsummaryrefslogtreecommitdiff
path: root/src/Panda/makefile.hpux.mpich
diff options
context:
space:
mode:
Diffstat (limited to 'src/Panda/makefile.hpux.mpich')
-rw-r--r--src/Panda/makefile.hpux.mpich19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/Panda/makefile.hpux.mpich b/src/Panda/makefile.hpux.mpich
new file mode 100644
index 0000000..6ad74c5
--- /dev/null
+++ b/src/Panda/makefile.hpux.mpich
@@ -0,0 +1,19 @@
+# makefile part for hpux (yong 8/3/95)
+include fileprefix
+MPICH_HOME = /extra/ying/mpich
+MPIRUN_HOME = /extra/ying/mpirun
+INCLUDE_DIR = -I$(MPICH_HOME)/include -I$(MPIRUN_HOME)/include
+WGEN_DIR = /extra/ying/mpich/profiling/wrappergen
+LIBS = -L$(MPIRUN_HOME)/lib -lmpirun -L$(MPICH_HOME)/lib/$(ARCH)/$(COMM) -lmpi -lm -lV3
+#LIBS = -L$(MPIRUN_HOME)/lib -lmpirun -L$(MPICH_HOME)/lib/$(ARCH)/$(COMM) -lmpi -lpmpi -lm -lV3
+#MPILIB = $(MPICH_HOME)/lib/$(ARCH)/$(COMM)/libmpi.a
+DEVICE = ch_p4
+COMM = ch_p4
+ARCH = hpux
+AR = /usr/gnu/bin/ar # for aix, but also pretty standard
+CC = gcc
+OPTFLAGS = -g -Wall
+CFLAGS = -DMPID_NO_FORTRAN -DHAS_XDR=1 \
+ -DHAVE_STDLIB_H=1 \
+ -DHAVE_SYSTEM=1 $(OPTFLAGS) $(INCLUDE_DIR) -DMPI_$(ARCH) \
+ -DTARGETHPUX -DFILEPREFIX=$(FILEPREFIXVAL)