Changeset 1415 for trunk


Ignore:
Timestamp:
10/31/17 17:05:26 (6 years ago)
Author:
sdipsl
Message:

IPSLCM6.0.13 must be compiled with intel 2017

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_comp/libIGCM_comp.ksh

    r1413 r1415  
    10311031  if ( [ ${compilerNmbr} -ne ${compilerUnit} ] && [ ! X${byPass} = Xtrue  ] ); then 
    10321032    IGCM_debug_Exit "Binaries has not been compiled with the same compiler version" 
     1033  fi 
     1034 
     1035  if ( [ X"$( echo ${config_UserChoices_LongName} | grep IPSLCM6.0.13 )" != "X" ] && [ X${compilerFull} != XV17 ] ) ; then 
     1036    IGCM_debug_Exit "IPSLCM6.0.13 must be compiled with intel 2017 compiler" 
    10331037  fi 
    10341038 
Note: See TracChangeset for help on using the changeset viewer.