Index: trunk/LMDZ.MARS/util/compile
===================================================================
--- trunk/LMDZ.MARS/util/compile	(revision 2394)
+++ trunk/LMDZ.MARS/util/compile	(revision 2395)
@@ -3,10 +3,4 @@
 # > compile concat
 # > compile zrecast
-
-# get from:
-#   $>:module list
-# copy the netcdf module used (i.e. netcdf4/4.5.0-ifort15)
-#   $>:module display netcdf4/4.5.0-ifort15
-NETCDF='/opt/netcdf45/ifort15'
 
 # pgf90 -Bstatic   $1.F90 \
@@ -15,9 +9,8 @@
 
 #ifort $1.F90 \
-#pgf90 -Bstatic $1.F90 \
+#pgf90 $1.F90 \
 ifort $1.F90 \
 -I$NETCDF/include \
-#-L$NETCDF/lib -lnetcdf -o $1.e
--L$NETCDF/lib -lnetcdff -o $1.e # on centos 7
+-L$NETCDF/lib -lnetcdf -o $1.e
 
 # Before running that on you computer you might want to change :
