-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add DMI Cray XC50 hpc (freya) to machines. Based on Banting (#528)
* Add DMI Cray XC50 hpc (freya) to machines. Based on Banting * separation of Banting and Freya * Removed depreciated cpp and added gnu to freya
- Loading branch information
1 parent
12fdb47
commit d95a4f3
Showing
6 changed files
with
206 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
#============================================================================== | ||
# Makefile macros for DMI freya | ||
#============================================================================== | ||
# For use with GNU compiler | ||
#============================================================================== | ||
|
||
#INCLDIR := -I. -I/usr/include | ||
#SLIBS := | ||
|
||
#--- Compiler/preprocessor --- | ||
FC := ftn | ||
CC := cc | ||
CXX := CC | ||
CPP := /usr/bin/cpp | ||
CPPFLAGS := -P -traditional # ALLOW fortran double backslash "\\" | ||
SCC := gcc | ||
SFC := ftn | ||
|
||
CPPDEFS := -DFORTRANUNDERSCORE ${ICE_CPPDEFS} | ||
CFLAGS := -c -O2 | ||
#-xHost | ||
|
||
FREEFLAGS := -ffree-form | ||
FFLAGS := -fconvert=big-endian -fbacktrace -ffree-line-length-none | ||
#-xHost | ||
|
||
ifeq ($(ICE_BLDDEBUG), true) | ||
FFLAGS += -O0 -g -fcheck=bounds -finit-real=nan -fimplicit-none -ffpe-trap=invalid,zero,overflow | ||
else | ||
FFLAGS += -O2 #FROM BANTING | ||
#FFLAGS := -O2 -ffloat-store -march=native -ffree-line-length-non # DMI BUILD | ||
endif | ||
LD:= $(FC) | ||
LDFLAGS := $(FFLAGS) -v | ||
|
||
ifeq ($(ICE_THREADED), true) | ||
LDFLAGS += -fopenmp | ||
CFLAGS += -fopenmp | ||
FFLAGS += -fopenmp | ||
endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
#============================================================================== | ||
# Makefile macros for DMI Freya based on ECCC banting | ||
#============================================================================== | ||
# For use with intel compiler | ||
#============================================================================== | ||
|
||
#INCLDIR := -I. -I/usr/include | ||
#SLIBS := | ||
|
||
#--- Compiler/preprocessor --- | ||
FC := ftn | ||
CC := cc | ||
CXX := CC | ||
CPP := /usr/bin/cpp | ||
CPPFLAGS := -P -traditional # ALLOW fortran double backslash "\\" | ||
SCC := gcc | ||
SFC := ftn | ||
|
||
CPPDEFS := -DFORTRANUNDERSCORE ${ICE_CPPDEFS} | ||
CFLAGS := -c -O2 -fp-model precise | ||
# Additional flags | ||
FIXEDFLAGS := -132 | ||
FREEFLAGS := -FR | ||
FFLAGS := -fp-model source -convert big_endian -assume byterecl -ftz -traceback -no-wrap-margin | ||
#-xHost | ||
|
||
ifeq ($(ICE_BLDDEBUG), true) | ||
FFLAGS += -O0 -g -check -fpe0 -ftrapuv -fp-model except -check noarg_temp_created | ||
# -heap-arrays 1024 | ||
else | ||
FFLAGS += -O2 | ||
endif | ||
LD := $(FC) | ||
LDFLAGS := $(FFLAGS) -v | ||
#ifeq ($(ICE_BLDDEBUG), true) | ||
#FFLAGS := -O0 -g -check uninit -check bounds -check pointers -fpe0 -check noarg_temp_created | ||
#FFLAGS := -g -O0 -traceback -fp-model precise -fp-stack-check -fpe0 | ||
#else | ||
#FFLAGS := -r8 -i4 -O2 -align all -w -ftz -assume byterecl | ||
# FFLAGS := -O2 -fp-model precise -assume byterecl -ftz -traceback -xHost | ||
#endif | ||
# Preprocessor flags | ||
#CPPDEFS := -DLINUX $(ICE_CPPDEFS) | ||
|
||
# Linker flags | ||
|
||
# Additional flags | ||
|
||
ifeq ($(ICE_THREADED), true) | ||
LDFLAGS += -qopenmp | ||
CFLAGS += -qopenmp | ||
FFLAGS += -qopenmp | ||
endif | ||
|
||
#--- NetCDF --- | ||
#ifeq ($(IO_TYPE), netcdf) | ||
# | ||
#endif | ||
# | ||
#ifeq ($(IO_TYPE), netcdf_bin) | ||
# CPPDEFS := $(CPPDEFS) -Dncdf | ||
#endif | ||
|
||
### if using parallel I/O, load all 3 libraries. PIO must be first! | ||
#ifeq ($(ICE_IOTYPE), pio) | ||
# PIO_PATH:=/usr/projects/climate/SHARED_CLIMATE/software/conejo/pio/1.7.2/intel-13.0.1/openmpi-1.6.3/netcdf-3.6.3-parallel-netcdf-1.3.1/include | ||
# INCLDIR += -I$(PIO_PATH) | ||
# SLIBS := $(SLIBS) -L$(PIO_PATH) -lpio | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
#!/bin/csh -f | ||
|
||
set inp = "undefined" | ||
if ($#argv == 1) then | ||
set inp = $1 | ||
endif | ||
|
||
if ("$inp" != "-nomodules") then | ||
|
||
source /opt/modules/default/init/csh # Initialize modules for csh | ||
Clear environment | ||
module rm PrgEnv-intel | ||
module rm PrgEnv-cray | ||
module rm PrgEnv-gnu | ||
module add PrgEnv-gnu | ||
#module load PrgEnv-intel # Intel compiler | ||
#module load cray-mpich # MPI (Cray MPICH) | ||
module add cray-netcdf # NetCDF | ||
module add cray-hdf5 # HDF5 | ||
#setenv HDF5_USE_FILE_LOCKING FALSE # necessary since data is on an NFS filesystem | ||
setenv HDF5_USE_FILE_LOCKING FALSE # necessary since data is on an NFS filesystem | ||
|
||
endif | ||
|
||
setenv ICE_MACHINE_MACHNAME freya | ||
setenv ICE_MACHINE_MACHINFO "Cray XC50, GNU Xeon Gold 6148 (Skylake) NOT SURE-TILL" | ||
setenv ICE_MACHINE_ENVNAME gnu | ||
setenv ICE_MACHINE_ENVINFO "gcc/7.2.0, cray-mpich/7.7.0, cray-netcdf/4.4.1.1.6" | ||
setenv ICE_MACHINE_MAKE make | ||
setenv ICE_MACHINE_WKDIR /data/${USER}/cice_original/run/ | ||
setenv ICE_MACHINE_INPUTDATA /data/${USER}/cice_original/ | ||
setenv ICE_MACHINE_BASELINE /data/${USER}/cice_original/dbaselines/ | ||
setenv ICE_MACHINE_SUBMIT "qsub" | ||
setenv ICE_MACHINE_TPNODE 36 # tasks per node | ||
#setenv ICE_MACHINE_MAXRUNLENGTH 9 | ||
setenv ICE_MACHINE_ACCT P0000000 | ||
setenv ICE_MACHINE_QUEUE "development" | ||
setenv ICE_MACHINE_BLDTHRDS 18 | ||
setenv ICE_MACHINE_QSTAT "qstat " |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
#!/bin/csh -f | ||
|
||
set inp = "undefined" | ||
if ($#argv == 1) then | ||
set inp = $1 | ||
endif | ||
|
||
if ("$inp" != "-nomodules") then | ||
|
||
source /opt/modules/default/init/csh # Initialize modules for csh | ||
# Clear environment | ||
module rm PrgEnv-intel | ||
module rm PrgEnv-cray | ||
module rm PrgEnv-gnu | ||
module add PrgEnv-intel | ||
#module load PrgEnv-intel # Intel compiler | ||
#module load cray-mpich # MPI (Cray MPICH) | ||
module add cray-netcdf # NetCDF | ||
module add cray-hdf5 # HDF5 | ||
#setenv HDF5_USE_FILE_LOCKING FALSE # necessary since data is on an NFS filesystem | ||
|
||
endif | ||
|
||
setenv ICE_MACHINE_MACHNAME freya | ||
setenv ICE_MACHINE_MACHINFO "Cray XC50, Intel Xeon Gold 6148 (Skylake) NOT SURE-TILL" | ||
setenv ICE_MACHINE_ENVNAME intel | ||
setenv ICE_MACHINE_ENVINFO "Intel 18.0.0.128, cray-mpich/7.7.0, cray-netcdf/4.4.1.1.6" | ||
setenv ICE_MACHINE_MAKE make | ||
setenv ICE_MACHINE_WKDIR /data/${USER}/cice_original/run/ | ||
setenv ICE_MACHINE_INPUTDATA /data/${USER}/cice_original/ | ||
setenv ICE_MACHINE_BASELINE /data/${USER}/cice_original/dbaselines/ | ||
setenv ICE_MACHINE_SUBMIT "qsub" | ||
setenv ICE_MACHINE_TPNODE 36 # tasks per node | ||
#setenv ICE_MACHINE_MAXRUNLENGTH 9 | ||
setenv ICE_MACHINE_ACCT P0000000 | ||
setenv ICE_MACHINE_QUEUE "development" | ||
setenv ICE_MACHINE_BLDTHRDS 18 | ||
setenv ICE_MACHINE_QSTAT "qstat " |