From d6d85efc1327a4761551438846cf693dbad642cf Mon Sep 17 00:00:00 2001
From: Juan Escobar <juan.escobar@aero.obs-mip.fr>
Date: Wed, 24 Jan 2018 10:41:24 +0000
Subject: [PATCH] Juan 24/01/2018: Rules.LXifort.mk , Correction for
 compilation with MNH_INT=8 <-> MNH in integer*8

---
 src/Rules.LXifort.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Rules.LXifort.mk b/src/Rules.LXifort.mk
index 92c9a4960..d39475068 100644
--- a/src/Rules.LXifort.mk
+++ b/src/Rules.LXifort.mk
@@ -84,7 +84,7 @@ LIBS += -lz
 else
 F90 = mpiifort
 endif
-ifeq "$(MNH_INT)" "I8"
+ifeq "$(MNH_INT)" "8"
 OPT_BASE         += -ilp64
 endif
 else
-- 
GitLab