Changeset 1580 for trunk


Ignore:
Timestamp:
04/04/23 16:50:50 (13 months ago)
Author:
acosce
Message:

remove test on IPSLCM config for CMIP6 workflow - not useful for redhat8

File:
1 edited

Legend:

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

    r1552 r1580  
    10311031  fi 
    10321032 
    1033 # Test on compiler version for IPSLCM6* configuration on irene (only for CMIP6 production) 
    1034   if [ ${SYSTEM} = irene ]; then 
    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 ] ) || ( [ X"$( echo ${config_UserChoices_LongName} | grep IPSLCM6.1 )" != "X" ] && [ X${compilerFull} != XV17 ] ) || ( [ X"$( echo ${config_UserChoices_LongName} | grep IPSLCM5A2.1 )" != "X" ] && [ X${compilerFull} != XV17 ] ) ; then 
    1036       IGCM_debug_Exit "IPSLCM6.0.13, IPSLCM6.0.14, IPSLCM6.0.15, IPSLCM6.1 and IPSLCM5A2.1 must be compiled with intel 2017 compiler" 
    1037     fi 
    1038   fi 
    10391033 
    10401034  IGCM_debug_PopStack "IGCM_comp_GetInputBinaryFiles" 
Note: See TracChangeset for help on using the changeset viewer.