Changeset 682 for trunk


Ignore:
Timestamp:
06/13/12 22:57:19 (12 years ago)
Author:
aclsce
Message:

Removed the reading and the use of config_Executable_Name (it is not in
config.card anymore).

Location:
trunk/libIGCM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_move-and-rename

    r554 r682  
    281281# Move and Rename OLD Executable Output 
    282282unset listfiles 
    283 set +A listfiles -- $( find ${OutinDir} -type f -name "*_out_${config_Executable_Name}" ) 
     283set +A listfiles -- $( find ${OutinDir} -type f -name "*_out_execution" ) 
    284284MOVE_and_RENAME_files "listfiles" 
    285285 
  • trunk/libIGCM/libIGCM_config/libIGCM_config.ksh

    r662 r682  
    143143  # Define principal executable 
    144144  IGCM_card_DefineArrayFromSection   ${SUBMIT_DIR}/config.card Executable 
    145   IGCM_card_DefineVariableFromOption ${SUBMIT_DIR}/config.card Executable Name 
    146145 
    147146  #================================== 
     
    150149  eval Script_Output_Prefix=${config_UserChoices_Script_Output_Prefix:='Script_Output'} 
    151150  IGCM_debug_Print 3 "Script_Output_Prefix = ${Script_Output_Prefix}" 
    152   eval Exe_Output=out_${config_Executable_Name} 
     151  eval Exe_Output=out_execution 
    153152  IGCM_debug_Print 3 "Exe_Output           = ${Exe_Output}" 
    154153 
     
    772771        else 
    773772          # with have only one executable 
    774           echo "We will use ${BATCH_NUM_PROC_TOT} MPI tasks for ${CompNameFirst} : ${config_Executable_Name} " 
     773          echo "We will use ${BATCH_NUM_PROC_TOT} MPI tasks for ${CompNameFirst} : ${ExeNameFirst} " 
    775774          OK_PARA_MPI=true 
    776775          eval ${CompNameFirst}_PROC_MPI=${BATCH_NUM_PROC_TOT} 
Note: See TracChangeset for help on using the changeset viewer.