Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
ueabs
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
UEABS
ueabs
Commits
9751a9a1
Commit
9751a9a1
authored
3 years ago
by
Cedric Jourdain
Browse files
Options
Downloads
Patches
Plain Diff
Add SuperMUC-NG env file
parent
6696c500
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
specfem3d/env/env/env_supermuc-ng
+14
-0
14 additions, 0 deletions
specfem3d/env/env/env_supermuc-ng
with
14 additions
and
0 deletions
specfem3d/env/env/env_supermuc-ng
0 → 100644
+
14
−
0
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"
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment