Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
brodeau committed Jul 2, 2017
1 parent 714ef68 commit 710176c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions macro/make.macro_ifort_LaCroix
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Makefile for SOSIE with Intel Ifort on NSC.LIU.SE super computers
# =================================================================

# Fortran compiler:
FC = ifort

# Root directory for Netcdf:
NETCDF_DIR = /opt/netcdf4

# netcf libraries are in: <NETCDF_DIR>/lib/
# netcdf module 'netcdf.mod' in: <NETCDF_DIR>/include/

# Linking argument: usually "-lnetcdff", "-lnetcdf" or "-lnetcdf -lnetcdff" :
L_NCDF = -lnetcdff

# Fortran compilation flags:
# -- Production
##FF = -O3 -i4 -xHOST -module mod/
##FF = -O2 -i4 -fpe0 -CB -traceback -module mod/

# -- Debugging
FF = -O0 -i4 -traceback -fpe0 -CB -module mod/

# Directory to install binaries:
INSTALL_DIR = $(HOME)/local

0 comments on commit 710176c

Please sign in to comment.