Skip to content

Commit

Permalink
Merge pull request #175 from GRChombo/feature/cosmaMakeFile
Browse files Browse the repository at this point in the history
cosma updated
  • Loading branch information
ThomasHelfer authored Apr 22, 2021
2 parents 57c7688 + 6606390 commit f3f0f0d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
13 changes: 7 additions & 6 deletions InstallNotes/MakeDefsLocalExamples/Cosma-Durham.Make.defs.local
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
DIM = 3
CXX = icpc -std=c++14 -qopenmp -mkl=sequential -traditional -xCORE-AVX512
FC = ifort -qopenmp -mkl=sequential
OPT = TRUE
OPT = HIGH
DEBUG = FALSE
MPI = TRUE
OMP = TRUE
OPT = HIGH
OPENMPCC = TRUE
USE_64 = TRUE
USE_HDF = TRUE
MPICXX = mpiicpc -std=c++14 -qopenmp -mkl=sequential -xCORE-AVX512
HDFINCFLAGS = -I${HDF5_HOME}/include
HDFLIBFLAGS = -L${HDF5_HOME}/lib -lhdf5 -lz
HDFMPIINCFLAGS = -I${HDF5_HOME}/include
HDFMPILIBFLAGS = -L${HDF5_HOME}/lib -lhdf5 -lz
cxxdbgflags = -g -Wl,--eh-frame-hdr
cxxoptflags = -O3 -qoverride-limits
fdbgflags = -g -Wl,--eh-frame-hdr
cxxdbgflags = -g
cxxoptflags = -O3
fdbgflags = -g


9 changes: 6 additions & 3 deletions InstallNotes/MakeDefsLocalExamples/Cosma-Durham.modules.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
module load intel_comp/2019 intel_mpi/2019 parallel_hdf5/1.10.3
module load pythonconda3/4.5.4
module unload python
module load intel_comp/2019
module load intel_mpi/2019
module load parallel_hdf5/1.10.3




0 comments on commit f3f0f0d

Please sign in to comment.