From 407726bcc1e2e4fc3e2152572253ef05faaf6b58 Mon Sep 17 00:00:00 2001 From: Rolf Heilemann Myhre <rolfhm@met.no> Date: Mon, 19 Dec 2022 14:46:52 +0100 Subject: [PATCH] intel big endian flag --- build/with_fcm/arch/arch-intel.fcm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/with_fcm/arch/arch-intel.fcm b/build/with_fcm/arch/arch-intel.fcm index cffa8366d..a1809eb84 100644 --- a/build/with_fcm/arch/arch-intel.fcm +++ b/build/with_fcm/arch/arch-intel.fcm @@ -1,6 +1,6 @@ # 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 -- GitLab