From b611d7d0aca6df14f5669679a44878b649343de6 Mon Sep 17 00:00:00 2001 From: Javier Vegas-Regidor Date: Mon, 19 Sep 2016 13:13:54 +0200 Subject: [PATCH] Added macro for bsc compilation. Removed make.macro from gitignore file. --- .gitignore | 1 - Macrolib/macro.bsc | 14 ++++++++++++++ make.macro | 1 + 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 Macrolib/macro.bsc create mode 120000 make.macro diff --git a/.gitignore b/.gitignore index 7e1ba17..7a87c33 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ *~ -make.macro *.mod *.o *.so diff --git a/Macrolib/macro.bsc b/Macrolib/macro.bsc new file mode 100644 index 0000000..ae78480 --- /dev/null +++ b/Macrolib/macro.bsc @@ -0,0 +1,14 @@ +# Makefile for CDFTOOLS +# $Rev: 522 $ +# $Date: 2011-06-17 12:50:13 +0200 (Fri, 17 Jun 2011) $ +# -------------------------------------------------------------- +# +NCDF = -lnetcdff -lnetcdf -I$(EBROOTNETCDFMINFORTRAN)/include -L$(EBROOTNETCDFMINFORTRAN)/lib64 -fopenmp + +#F90=gfortran -v +F90=gfortran +MPF90= +FFLAGS= -O $(NCDF) -fno-second-underscore -ffree-line-length-256 -fopenmp +LMPI=-lmpich + + diff --git a/make.macro b/make.macro new file mode 120000 index 0000000..61bdba4 --- /dev/null +++ b/make.macro @@ -0,0 +1 @@ +Macrolib/macro.bsc \ No newline at end of file