[cdftools] 188/228: JMM : add macro.ada

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 08:21:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch master
in repository cdftools.

commit a77efb682c4c47131ac3d76ac68773173bf5afad
Author: molines <molines at 1055176f-818a-41d9-83e1-73fbe5b947c5>
Date:   Tue Dec 11 07:30:26 2012 +0000

    JMM : add macro.ada
    
    
    git-svn-id: http://servforge.legi.grenoble-inp.fr/svn/CDFTOOLS/trunk@636 1055176f-818a-41d9-83e1-73fbe5b947c5
---
 Macrolib/macro.ada | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/Macrolib/macro.ada b/Macrolib/macro.ada
new file mode 100644
index 0000000..cac5c05
--- /dev/null
+++ b/Macrolib/macro.ada
@@ -0,0 +1,23 @@
+# macro.ada for ada at IDRIS
+#  $Rev$
+#  $Date$
+#  $Id$
+# -------------------------------------------------------------
+#
+NCDF=/smplocal/pub/NetCDF/4.1.3
+HDF5=/smplocal/pub/HDF5/1.8.9/seq
+ 
+F90=ifort
+MPF90=/opt/ibmhpc/pe1209/ppe.poe/bin/mpif90 -compiler ifort
+
+# flag static is used to allow the use of CDFTOOLS in parallel with mpi_metamon
+#FFLAGS= -O  $(NCDF) -assume byterecl -convert big_endian -CB -fpe0 -g -traceback -ftrapuv
+
+FFLAGS= -O2 -I$(NCDF)/include -L$(NCDF)/lib -L$(HDF5)/lib -assume byterecl -convert big_endian -lnetcdff -lnetcdf  -lhdf5hl_fortran -lhdf5_hl -lhdf5_fortran -lhdf5 -lz
+
+#FFLAGS= -static -O  $(NCDF) -assume byterecl -convert big_endian
+#FFLAGS= -static -O  $(NCDF) -assume byterecl -convert big_endian -g -traceback -fpe0 -ftrapuv -CB
+LMPI=-lmpich
+
+INSTALL=$(WORKDIR)/bin
+INSTALL_MAN=$(WORKDIR)/man

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cdftools.git



More information about the debian-science-commits mailing list