Skip to content
Snippets Groups Projects
Unverified Commit 153161c4 authored by QuentinRodier's avatar QuentinRodier Committed by GitHub
Browse files

Merge pull request #2 from rolfhm/master

intel big endian flag
parents 4adbfb7a 407726bc
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