Skip to content
Snippets Groups Projects
Commit 915682e3 authored by Cedric Jourdain's avatar Cedric Jourdain :monkey_face:
Browse files

Specfem: add general optim flags

parent 885ba7eb
Branches
Tags
No related merge requests found
...@@ -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 -xhost -DUSE_FP32 -DOPT_STREAMS -fp-model fast=2 -traceback -mcmodel=large" export FCFLAGS="-O3 -qopenmp -xHost -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"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment