TNO Intern

Commit b219fa8e authored by Arjo Segers's avatar Arjo Segers
Browse files

Updated machine specific settings.

parent cb31b25b
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -59,6 +59,7 @@ case `hostname` in
    module load "compiler/${COMPILER_VERSION}"
    module load "hdf5/${HDF5_VERSION}"
    module load "netcdf/${NETCDF_VERSION}"
    module load "makedepf90/default"
    
    # machine specific settings:
    MACHINE="metno-ppi"
@@ -114,8 +115,8 @@ if ( grep '#define _MPI' 'cso.inc' > /dev/null ) ; then
EOF
fi

# update dependencies:
make deps
## update dependencies, this requires 'makedepf90'
#make deps

# make executable:
make ${exe} MACHINE=${MACHINE}
+2 −2
Original line number Diff line number Diff line
@@ -18,8 +18,8 @@ endif
FFLAGS_DEFAULT = -extend-source -fpp

# optimization flags:
FFLAGS_OPTIM   = -O0 -g -traceback -check all -check noarg_temp_created -debug-parameters all -ftrapuv -fpe0
#FFLAGS_OPTIM   = -O3
#FFLAGS_OPTIM   = -O0 -g -traceback -check all -check noarg_temp_created -debug-parameters all -ftrapuv -fpe0
FFLAGS_OPTIM   = -O3

# combine:
FFLAGS  = $(FFLAGS_DEFAULT) $(FFLAGS_OPTIM)