Skip to content
Snippets Groups Projects
Commit 3503f6a3 authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Philippe 09/01/2024: adapt port on Adastra supercomputer

parent 87b7ffbf
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ ifeq "$(OPTLEVEL)" "DEBUG" ...@@ -55,7 +55,7 @@ ifeq "$(OPTLEVEL)" "DEBUG"
OPT = $(OPT_BASE) $(OPT_PERF0) $(OPT_CHECK) OPT = $(OPT_BASE) $(OPT_PERF0) $(OPT_CHECK)
OPT0 = $(OPT_BASE) $(OPT_PERF0) $(OPT_CHECK) OPT0 = $(OPT_BASE) $(OPT_PERF0) $(OPT_CHECK)
OPT_NOCB = $(OPT_BASE) $(OPT_PERF0) OPT_NOCB = $(OPT_BASE) $(OPT_PERF0)
CFLAGS += -g -gdwarf-4 CFLAGS += "-g -gdwarf-4"
endif endif
# #
ifeq "$(OPTLEVEL)" "OPENACC" ifeq "$(OPTLEVEL)" "OPENACC"
...@@ -249,9 +249,9 @@ MNH_COMPRESS=yes ...@@ -249,9 +249,9 @@ MNH_COMPRESS=yes
MNH_GRIBAPI=no MNH_GRIBAPI=no
# #
NETCDF_SUPPFLAGS='-emf' NETCDF_SUPPFLAGS='-emf'
ECCODES_FFLAGS= -hcpu=x86-64 -emf ECCODES_FFLAGS="-hcpu=x86-64 -emf"
# -hsystem_alloc # -hsystem_alloc
ECCODES_CFLAGS= -hcpu=x86-64 -gdwarf-4 ECCODES_CFLAGS="-hcpu=x86-64 -gdwarf-4"
EC_CONF= -DCMAKE_BUILD_TYPE="RELEASE" -DIEEE_LE=1 EC_CONF= -DCMAKE_BUILD_TYPE="RELEASE" -DIEEE_LE=1
CDF_CONF= CPP=cpp CDF_CONF= CPP=cpp
HDF_CONF= CPP=cpp HDF_CONF= CPP=cpp
......
...@@ -66,10 +66,10 @@ module purge ...@@ -66,10 +66,10 @@ module purge
#module load craype-x86-trento #module load craype-x86-trento
module load craype-x86-genoa module load craype-x86-genoa
module load craype-network-ofi module load craype-network-ofi
module load PrgEnv-cray/8.3.3 module load PrgEnv-cray/8.4.0
module load cce/15.0.1 module load cce/16.0.0
module load craype/2.7.19 module load craype/2.7.21
module load cray-mpich/8.1.24 module load cray-mpich/8.1.26
module load libfabric/1.15.2.0 module load libfabric/1.15.2.0
#module load craype-accel-amd-gfx90a #module load craype-accel-amd-gfx90a
module load rocm/5.3.0 module load rocm/5.3.0
......
#!/bin/bash #!/bin/bash
#SBATCH -J Examples #SBATCH -J Examples
#SBATCH -N 1 # nodes number #SBATCH --nodes=1
#SBATCH -n 4 # CPUs number (on all nodes) #SBATCH --ntasks-per-node=4 --cpus-per-task=1
#SBATCH --threads-per-core=1 # --hint=nomultithread
#SBATCH -C GENOA #SBATCH -C GENOA
##SBATCH --exclusive ##SBATCH --exclusive
#SBATCH -o Examples.eo%j # #SBATCH -o Examples.eo%j #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment