Changeset 1417 for trunk/libIGCM


Ignore:
Timestamp:
12/18/17 09:29:36 (6 years ago)
Author:
sdipsl
Message:

6.0.14 as well must be compiled with intel 2017

File:
1 edited

Legend:

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

    r1416 r1417  
    10331033  fi 
    10341034 
    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" 
     1035  if ( [ X"$( echo ${config_UserChoices_LongName} | grep IPSLCM6.0.13 )" != "X" ] && [ X${compilerFull} != XV17 ] )  || ( [ X"$( echo ${config_UserChoices_LongName} | grep IPSLCM6.0.14 )" != "X" ] && [ X${compilerFull} != XV17 ] ) ; then 
     1036    IGCM_debug_Exit "IPSLCM6.0.13 and IPSLCM6.0.14 must be compiled with intel 2017 compiler" 
    10371037  fi 
    10381038 
Note: See TracChangeset for help on using the changeset viewer.