Commit 71deae59 authored by Cedric Jourdain's avatar Cedric Jourdain
Browse files

Add occigen environment

parent caa76453
#!/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 "
Supports Markdown
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