Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
HOURDIN Christophe
pulsation-tools
Commits
6b10b879
Commit
6b10b879
authored
Oct 28, 2021
by
HOURDIN Christophe
Browse files
croco compilation on several procs (if AGRIf=false)
parent
c17a7673
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
4 deletions
+16
-4
compile/croco/jobcomp.base
compile/croco/jobcomp.base
+1
-1
scripts/IRENE-AMD.env
scripts/IRENE-AMD.env
+5
-1
scripts/IRENE.env
scripts/IRENE.env
+5
-1
scripts/JEANZAY.env
scripts/JEANZAY.env
+5
-1
No files found.
compile/croco/jobcomp.base
View file @
6b10b879
...
...
@@ -75,7 +75,7 @@ XIOS_ROOT_DIR="<xios_dir>"
# Use GNU Make command, else make
#
MAKE
=
"<make>"
which
$MAKE
>
/dev/null 2>&1
||
MAKE
=
make
#
which $MAKE > /dev/null 2>&1 || MAKE=make
#
# clean scratch area
...
...
scripts/IRENE-AMD.env
View file @
6b10b879
...
...
@@ -11,7 +11,6 @@ export STOREDIR=${CCCSTOREDIR}
# croco
export CROCO_SOURCE="/ccc/work/cont005/gen1140/hourdinc/croco_v2.00_orig/OCEAN"
export CROCO_SCRATCH="${SCRATCHDIR}/croco_scratch_${COMPUTER}"
export MAKE="make"
export MPIF90="mpif90"
export FC="ifort"
export IFORT_FFLAGS1="-O3 -fno-alias -i4 -r8 -fp-model precise" # production
...
...
@@ -19,6 +18,11 @@ export FC="ifort"
#export IFORT_FFLAGS1="-O0 -g -i4 -r8 -traceback -check all -check bounds -check uninit -CA -CB -CS -ftrapuv -fpe1" # debug jobcomp v2.00_orig
export NETCDFLIB="\$(nf-config --flibs)"
export NETCDFINC="-I\$(nf-config --includedir)"
if [ ${AGRIFZ} == 0 ] ; then
export MAKE="make -j 8"
else
export MAKE="make"
fi
#-------------------------------------------------------------------------------
# netcdf Input files Directory :
...
...
scripts/IRENE.env
View file @
6b10b879
...
...
@@ -11,7 +11,6 @@ export STOREDIR=${CCCSTOREDIR}
# croco
export CROCO_SOURCE="/ccc/work/cont005/gen1140/hourdinc/croco_v2.00_orig/OCEAN"
export CROCO_SCRATCH="${SCRATCHDIR}/croco_scratch_${COMPUTER}"
export MAKE="make"
export MPIF90="mpif90"
export FC="ifort"
export IFORT_FFLAGS1="-O3 -fno-alias -i4 -r8 -fp-model precise" # production
...
...
@@ -19,6 +18,11 @@ export FC="ifort"
#export IFORT_FFLAGS1="-O0 -g -i4 -r8 -traceback -check all -check bounds -check uninit -CA -CB -CS -ftrapuv -fpe1" # debug jobcomp v2.00_orig
export NETCDFLIB="\$(nf-config --flibs)"
export NETCDFINC="-I\$(nf-config --includedir)"
if [ ${AGRIFZ} == 0 ] ; then
export MAKE="make -j 8"
else
export MAKE="make"
fi
#-------------------------------------------------------------------------------
# netcdf Input files Directory :
...
...
scripts/JEANZAY.env
View file @
6b10b879
...
...
@@ -11,7 +11,6 @@ export STOREDIR=${STORE}
# croco
export CROCO_SOURCE="/gpfswork/rech/eee/reee084/croco_v2.00_orig/OCEAN"
export CROCO_SCRATCH="${SCRATCHDIR}/croco_scratch_${COMPUTER}"
export MAKE="make"
export MPIF90="mpiifort"
export FC="ifort"
export IFORT_FFLAGS1="-O3 -fno-alias -i4 -r8 -fp-model precise" # production
...
...
@@ -19,6 +18,11 @@ export FC="ifort"
#export IFORT_FFLAGS1="-O0 -g -i4 -r8 -traceback -check all -check bounds -check uninit -CA -CB -CS -ftrapuv -fpe1" # debug jobcomp v2.00_orig
export NETCDFLIB="-lnetcdff -lnetcdf"
export NETCDFINC=""
if [ ${AGRIFZ} == 0 ] ; then
export MAKE="make -j 8"
else
export MAKE="make"
fi
#-------------------------------------------------------------------------------
# netcdf Input files Directory :
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment