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
915682e3
Commit
915682e3
authored
4 years ago
by
Cedric Jourdain
Browse files
Options
Downloads
Patches
Plain Diff
Specfem: add general optim flags
parent
885ba7eb
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
specfem3d/env/env_occigen
+2
-3
2 additions, 3 deletions
specfem3d/env/env_occigen
with
2 additions
and
3 deletions
specfem3d/env/env_occigen
+
2
−
3
View file @
915682e3
...
@@ -2,7 +2,6 @@
...
@@ -2,7 +2,6 @@
module purge
module purge
module load intel/18.1 intelmpi/2018.1.163
module load intel/18.1 intelmpi/2018.1.163
export
machine
=
occigen
export
machine
=
occigen
export
software
=
specfem3d_globe
export
software
=
specfem3d_globe
export
version
=
31octobre
export
version
=
31octobre
...
@@ -12,5 +11,5 @@ export install_dir=$SCRATCHDIR/benchmarks/$machine/$software/$version/${compiler
...
@@ -12,5 +11,5 @@ export install_dir=$SCRATCHDIR/benchmarks/$machine/$software/$version/${compiler
export
CC
=
"mpiicc"
export
CC
=
"mpiicc"
export
FC
=
"mpiifort"
export
FC
=
"mpiifort"
export
MPIFC
=
$FC
export
MPIFC
=
$FC
export
FCFLAGS
=
"
-g
-O3 -qopenmp -x
host
-DUSE_FP32 -DOPT_STREAMS -fp-model fast=2
-traceback
-mcmodel=large"
export
FCFLAGS
=
"-O3 -qopenmp -x
Host -ipo -mtune=core-avx2 -no-prec-div -no-prec-sqrt -fma
-DUSE_FP32 -DOPT_STREAMS -fp-model fast=2 -mcmodel=large"
export
CFLAGS
=
"
-g -O3 -xhost
"
export
CFLAGS
=
"
-O3 -xHost -ipo -mtune=core-avx2 -no-prec-div -no-prec-sqrt -fma
"
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