Changeset 1250
- Timestamp:
- 10/16/15 15:11:57 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libIGCM/libIGCM_config/libIGCM_config.ksh
r1248 r1250 566 566 IGCM_debug_PushStack " IGCM_config_ConfigureExecution" 567 567 568 echo568 #echo 569 569 IGCM_debug_Print 1 " IGCM_config_ConfigureExecution" 570 echo570 #echo 571 571 572 572 typeset ExeNameIn ExeNameFirst CompNameFirst configCardPath comp i … … 588 588 for comp in ${config_ListOfComponents[*]} ; do 589 589 590 IGCM_debug_Print 1 ${comp}591 592 590 # Manage component executable 593 591 IGCM_card_DefineArrayFromOption ${configCardPath} Executable ${comp} … … 609 607 # Only if we really have an executable for the component : 610 608 if ( [ "X${ExeNameIn}" != X\"\" ] && [ "X${ExeNameIn}" != "Xinca.dat" ] ) ; then 609 610 IGCM_debug_Print 1 ${comp} 611 611 612 612 # Keep the first executable found and the first CompName … … 659 659 else 660 660 # 661 # BACKWARD COMPATIBILITY 661 # BACKWARD COMPATIBILITY NOT SUPPORTED ANYMORE 662 662 # 663 IGCM_debug_Print 2 "Use default number of MPI tasks for this machine : " 664 IGCM_debug_Print 2 "${DEFAULT_NUM_PROC_OCE} for OCE" 665 IGCM_debug_Print 2 "${DEFAULT_NUM_PROC_CPL} for CPL" 666 IGCM_debug_Print 2 "${DEFAULT_NUM_PROC_ATM} for ATM" 667 OK_PARA_MPI=true 668 CPL_PROC_MPI=${DEFAULT_NUM_PROC_CPL} 669 OCE_PROC_MPI=${DEFAULT_NUM_PROC_OCE} 670 ATM_PROC_MPI=${DEFAULT_NUM_PROC_ATM} 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" 665 IGCM_debug_Exit "Please modify your config card accoprdingly" 666 IGCM_debug_Verif_Exit 671 667 fi 672 668 eval tempvarMPI=\${${comp}_PROC_MPI}
Note: See TracChangeset
for help on using the changeset viewer.