From 17b7bc8cb2cf2969caa2d301f2856b7694c0a28d Mon Sep 17 00:00:00 2001 From: Douglas Guptill <douglas.guptill@dal.ca> Date: Thu, 21 May 2009 18:49:31 +0000 Subject: [PATCH] for p690 --- Makefile.p690 | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Makefile.p690 diff --git a/Makefile.p690 b/Makefile.p690 new file mode 100644 index 00000000..1c567524 --- /dev/null +++ b/Makefile.p690 @@ -0,0 +1,22 @@ +FLAGS = -O3 -qstrict -u -Q -qarch=auto -qtune=auto -qfloat=nomaf:nofold +F90 = mpxlf90_r +F77 = mpxlf_r +CC = mpcc_r +# PGPLOT = /work/cedrict/Douar/PGI/PGPLOT +X11 = /usr/lpp/X11 +WSMP = /home/beaumnt1/wsmp/lib/Power4 + +LIBS = \ +-LOCTREE -lOctree \ +-LNN -lnn \ +-LCASCADE -lcascade \ +-LRESAMPLE -lresample \ +-L$(PGPLOT) -lpgplot \ +-L$(X11) -lX11 \ +-L$(WSMP) -lpwsmp64 \ +-lpthread -lacml + +# INCLUDE = -I$(MUMPS)/include + +OPTIONS = + -- GitLab