Changeset 1424
- Timestamp:
- 02/14/18 10:41:30 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libIGCM/libIGCM_comp/libIGCM_comp.ksh
r1423 r1424 1033 1033 fi 1034 1034 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 ] ) ; then1036 IGCM_debug_Exit "IPSLCM6.0.13 and IPSLCM6.0.14must 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" 1037 1037 fi 1038 1038
Note: See TracChangeset
for help on using the changeset viewer.