Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
UEABS
ueabs
Commits
f8da2b54
Commit
f8da2b54
authored
Nov 25, 2021
by
Cedric Jourdain
🐵
Browse files
Add env marconi100
parent
30b3806d
Changes
1
Show whitespace changes
Inline
Side-by-side
specfem3d/env/env_marconi100
0 → 100644
View file @
f8da2b54
#!/bin/bash
module purge
module load profile/base
module load xl/16.1.1--binary spectrum_mpi/10.3.1--binary cuda/11.0
export
machine
=
marconi100
export
software
=
specfem3d_globe
export
version
=
31octobre
export
install_dir
=
$CINECA_SCRATCH
/benchmarks/
$machine
/
$software
/
$version
# Power9
export
CC
=
"mpixlc"
export
FC
=
"mpixlf"
export
MPIFC
=
mpixlf
#DEBUG="-qcheck -g -qsigtrap" # -qstackprotect=all -> internal compiler error : https://www.ibm.com/support/pages/node/722473
#FLAGS_CHECK="-g -qfullpath -O2 -qsave -qstrict -qtune=qp -qarch=qp -qcache=auto -qhalt=w -qfree=f90 -qsuffix=f=f90 -qlanglvl=95pure -Q -Q+rank,swap_all -Wl,-relax"
#FLAGS_CHECK="-g -qfullpath -qsave -qtune=auto -qarch=auto -qcache=auto -qhalt=w -qfree=f90 -qsuffix=f=f90 -qlanglvl=2003pure"
export
FCFLAGS
=
"-O3 -DUSE_FP32 -DOPT_STREAMS -qpic
$FLAGS_CHECK
$DEBUG
"
#-mcmodel=large -qoffload
export
CFLAGS
=
"-O3 -qpic
$FLAGS_CHECK
$DEBUG
"
#-qoffload
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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