aboutsummaryrefslogtreecommitdiff
path: root/src/Panda/makefile.sun.mpich
diff options
context:
space:
mode:
Diffstat (limited to 'src/Panda/makefile.sun.mpich')
-rw-r--r--src/Panda/makefile.sun.mpich18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/Panda/makefile.sun.mpich b/src/Panda/makefile.sun.mpich
new file mode 100644
index 0000000..4d00846
--- /dev/null
+++ b/src/Panda/makefile.sun.mpich
@@ -0,0 +1,18 @@
+# makefile part for bunny with our MPIFS filesystem on MPICH (jozwiak 030795)
+include fileprefix
+MPIR_HOME = /home2/panda/MPI/mpich
+INCLUDE_DIR = -I$(MPIR_HOME)/include
+LIBS = -L/home2/panda/MPI/mpich/lib/sun4/ch_p4 -lmpirun -lmpi -lm
+MPILIB = $(MPIR_HOME)/lib/$(ARCH)/$(COMM)/libmpi.a
+DEVICE = ch_p4
+COMM = ch_p4
+ARCH = sun4
+AR = /usr/5bin/ar # for sunos (bsd)
+CC = gcc
+OPTFLAGS = -g -Wall
+CFLAGS = -DMPID_NO_FORTRAN -DHAS_XDR=1 \
+ -DHAVE_STDLIB_H=1 -DNAS_MPIF\
+ -DHAVE_SYSTEM=1 $(OPTFLAGS) $(INCLUDE_DIR) -DMPI_$(ARCH) \
+ -DTARGETSUNOS -DFILEPREFIX=$(FILEPREFIXVAL) \
+ -DWRAPPERTEST -DMPICH
+# -DVERIFYBF -DDEBUG