Skip to content
Snippets Groups Projects
Commit 4a7e4739 authored by RODIER Quentin's avatar RODIER Quentin
Browse files

Merge branch 'master' of https://github.com/UMR-CNRM/PHYEX

parents 7e36253e 153161c4
No related branches found
No related tags found
No related merge requests found
# Compilation
$FCOMPILER = ifort
$BASE_FFLAGS = -c -fpic -i4 -r8 -auto -align all -fp-model strict
$BASE_FFLAGS = -c -convert big_endian -fpic -i4 -r8 -auto -align all -fp-model strict
$PROD_FFLAGS = -g -traceback -O3 -xHost -qopt-zmm-usage=high
$DEV_FFLAGS = -g -O1 -traceback
$DEBUG_FFLAGS = -g -traceback -check bounds
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment