Skip to content

Commit

Permalink
Added macro for bsc compilation. Removed make.macro from gitignore file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Vegas-Regidor committed Sep 19, 2016
1 parent b003395 commit b611d7d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
*~
make.macro
*.mod
*.o
*.so
Expand Down
14 changes: 14 additions & 0 deletions Macrolib/macro.bsc
Original file line number Diff line number Diff line change
@@ -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


1 change: 1 addition & 0 deletions make.macro

0 comments on commit b611d7d

Please sign in to comment.