Changeset 1653


Ignore:
Timestamp:
10/22/24 14:54:50 (3 months ago)
Author:
aclsce
Message:

Fixed some bugs.

Location:
branches/libIGCM_PREPOST
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/libIGCM_PREPOST/AA_job

    r1652 r1653  
    6868#-Q- jeanzay #SBATCH --output=Script_Output_::Jobname::.000001    # standard output 
    6969#-Q- jeanzay #SBATCH --error=Script_Output_::Jobname::.000001    # error output 
    70 #-Q- jeanzay #SBATCH --ntasks=1   # Number of MPI tasks 
     70#-Q- jeanzay #SBATCH -n 1   # Number of MPI tasks 
    7171#-Q- jeanzay #SBATCH --partition=prepost 
    7272#-Q- jeanzay #SBATCH --time=::WallTime::             # Wall clock limit (minutes) 
     
    161161#-Q- jeanzay    echo "#######################################" 
    162162#-Q- jeanzay    echo 
    163 #-Q- jeanzayelse 
     163#-Q- jeanzay else 
    164164echo 
    165165echo "#######################################" 
     
    436436  IGCM_comp_PeriodStart 
    437437 
    438 #-Q- jeanzay  if [ ${job_type} = "prerun" ] ; then 
     438#-Q- jeanzay if [ ${job_type} = "prerun" ] ; then 
    439439   
    440440  #D- 
     
    546546  else 
    547547      if [ ${DRYRUN} -le 1 ] ; then 
    548 #-Q- jeanzay      if [ ${job_type} = "prerun" ] ; then 
    549 #-Q- jeanzay          IGCM_sys_launch_job_compute 
    550 #-Q- jeanzay      fi 
     548#-Q- jeanzay if [ ${job_type} = "prerun" ] ; then 
     549#-Q- jeanzay IGCM_sys_launch_job_compute 
     550#-Q- jeanzay fi 
    551551          REAL_DATE_INIT=$( date ) 
    552552          echo                                                                                   > ${Exe_Output} 
     
    587587  fi 
    588588  echo "========================================================================" 
    589   fi 
     589#-Q- jeanzay fi 
    590590 
    591591  echo 
  • branches/libIGCM_PREPOST/AA_job_compute

    r1652 r1653  
    4141MODIPSL=::modipsl:: 
    4242libIGCM=${MODIPSL}/libIGCM 
    43 SRF_comp=::SRF_comp:: 
    44 OCE_comp=::OCE_comp:: 
    45 CPL_comp=::CPL_comp:: 
    46 CHM_comp=::CHM_comp:: 
    4743JobName=::JOBNAME:: 
    4844ExecutionType=::EXECUTION_TYPE:: 
  • branches/libIGCM_PREPOST/libIGCM_sys/libIGCM_sys_jeanzay.ksh

    r1652 r1653  
    19131913          -e "s%::EXECUTION_TYPE::%${executionType}%" \ 
    19141914          -e "s%::JOBNAME::%${config_UserChoices_JobName}%" \ 
    1915           ${libIGCM}/Job_debug_${config_UserChoices_JobName} > ${RUN_DIR}/Job_debug_${config_UserChoices_JobName} 
     1915          ${libIGCM}/Job_compute_${config_UserChoices_JobName} > ${RUN_DIR}/Job_compute_${config_UserChoices_JobName} 
    19161916      cp ${EnvFile} ${RUN_DIR}/. 
    19171917      cd ${RUN_DIR} ; IGCM_sys_Qsub_job_compute Job_compute_${config_UserChoices_JobName} 
Note: See TracChangeset for help on using the changeset viewer.