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
9751a9a1
Commit
9751a9a1
authored
Nov 25, 2021
by
Cedric Jourdain
🐵
Browse files
Add SuperMUC-NG env file
parent
6696c500
Changes
1
Hide whitespace changes
Inline
Side-by-side
specfem3d/env/env/env_supermuc-ng
0 → 100644
View file @
9751a9a1
#!/bin/bash
module purge
module load admin/1.0 tempdir lrz/1.0 intel-oneapi/2021.2
module li
export
machine
=
supermuc-ng
export
software
=
specfem3d_globe
export
version
=
31octobre
export
install_dir
=
$WORK_pn73ve
/benchmarks/
$machine
/
$software
/
$version
/
export
CC
=
"mpiicc"
export
FC
=
"mpiifort"
export
MPIFC
=
$FC
export
FCFLAGS
=
" -O3 -qopenmp -xCORE-AVX512 -mtune=skylake -ipo -no-prec-div -no-prec-sqrt -fma -qopt-zmm-usage=high -DUSE_FP32 -DOPT_STREAMS -fp-model fast=2 -traceback -mcmodel=large"
export
CFLAGS
=
" -O3 -qopenmp -xCORE-AVX512 -mtune=skylake -ipo -no-prec-div -no-prec-sqrt -fma -qopt-zmm-usage=high"
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