Changeset 1424 for trunk


Ignore:
Timestamp:
02/14/18 10:41:30 (6 years ago)
Author:
sdipsl
Message:
  • I know it is ugly. A better solution is on its way.
File:
1 edited

Legend:

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

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