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
71deae59
Commit
71deae59
authored
Jan 08, 2019
by
Cedric Jourdain
Browse files
Add occigen environment
parent
caa76453
Changes
1
Hide whitespace changes
Inline
Side-by-side
specfem3d/env/env_occigen
0 → 100644
View file @
71deae59
#!/bin/bash
module purge
module load intel/18.1 intelmpi/2018.1.163
export
machine
=
occigen
export
software
=
specfem3d_globe
export
version
=
31octobre
export
install_dir
=
$SCRATCHDIR
/benchmarks/
$machine
/
$software
/
$version
/
${
compiler
}
/
$compiler_version
/
$libmpi
/
${
mpi_release
}
export
CC
=
"mpiicc"
export
FC
=
"mpiifort"
export
MPIFC
=
$FC
export
FCFLAGS
=
" -g -O3 -qopenmp -xhost -DUSE_FP32 -DOPT_STREAMS -fp-model fast=2 -traceback -mcmodel=large"
export
CFLAGS
=
" -g -O3 -xhost "
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