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
3624b8ac
Commit
3624b8ac
authored
Dec 18, 2018
by
Cedric Jourdain
Browse files
ADD environnement for Daint
parent
84e41453
Changes
2
Hide whitespace changes
Inline
Side-by-side
specfem3d/env/env_daint-cpu-only
0 → 100644
View file @
3624b8ac
#!/bin/bash
#module purge
module load daint-gpu
module load PrgEnv-cray
export
software
=
specfem3d_globe
export
version
=
31octobre
export
install_dir
=
$SCRATCH
/benchmarks/daint-gpu/
$software
/
$version
/cpu-only
export
CC
=
"cc"
export
FC
=
"ftn"
export
MPIFC
=
$FC
export
FCFLAGS
=
"-g -O3 -h omp -h thread3 -h vector3 -h fp3 -h autothread"
export
CFLAGS
=
"-g -O3 -h omp -h thread3 -h vector3 -h fp3 -h autothread"
specfem3d/env/env_daint-gpu
0 → 100644
View file @
3624b8ac
#!/bin/bash
#module purge
module load daint-gpu
module load craype-accel-nvidia60
module load PrgEnv-cray
export
machine
=
daint-gpu
export
software
=
specfem3d_globe
export
version
=
31octobre
export
install_dir
=
$SCRATCH
/benchmarks/
$machine
/
$software
/
$version
/gpu
export
CC
=
"cc"
export
FC
=
"ftn"
export
MPIFC
=
$FC
export
FCFLAGS
=
" -g -O3 -h omp -O ipa3 -h fp3 -O thread3 -h autothread"
# -xhost -DUSE_FP32 -DOPT_STREAMS -fp-model fast=2 -traceback -mcmodel=large"
export
CFLAGS
=
" -g -O3 -h omp -h ipa3 -h fp3 -h thread3 -h autothread"
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