Changeset 1252
- Timestamp:
- 10/16/15 15:29:39 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libIGCM/libIGCM_config/libIGCM_config.ksh
r1251 r1252 624 624 eval NbElts=\${#config_Executable_${comp}[@]} 625 625 626 if [ ${NbElts} -g e2 ] ; then626 if [ ${NbElts} -gt 2 ] ; then 627 627 # 628 628 # CURRENT METHOD TO SPECIFY MPI AND OMP RESSOURCES … … 661 661 # BACKWARD COMPATIBILITY NOT SUPPORTED ANYMORE 662 662 # 663 IGCM_debug_Print 2"You are using a deprecated ressources specification mechanism in your config.card"664 IGCM_debug_Print 2"Please check : https://forge.ipsl.jussieu.fr/igcmg_doc/wiki/DocEsetup#ThesectionExecutable"663 IGCM_debug_Print 0 "You are using a deprecated ressources specification mechanism in your config.card" 664 IGCM_debug_Print 0 "Please check : https://forge.ipsl.jussieu.fr/igcmg_doc/wiki/DocEsetup#ThesectionExecutable" 665 665 IGCM_debug_Exit "Please modify your config card accordingly" 666 IGCM_debug_Verif_Exit666 exit 667 667 fi 668 668 eval tempvarMPI=\${${comp}_PROC_MPI}
Note: See TracChangeset
for help on using the changeset viewer.