Changeset 1570 for trunk/libIGCM


Ignore:
Timestamp:
01/06/23 16:56:02 (18 months ago)
Author:
jgipsl
Message:

Added header for spirit/spiritx in debug job (for option DRYRUN=4)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_job_debug

    r1569 r1570  
    110110#-Q- obelix #PBS -v BATCH_NUM_PROC_TOT=::JobNumProcTot:: 
    111111#-Q- obelix #PBS -l nodes=1:ppn=::JobNumProcTot:: 
     112#-Q- mesoipsl #!/bin/ksh 
     113#-Q- mesoipsl ###################### 
     114#-Q- mesoipsl ## MESO ESPRI IPSL  ## 
     115#-Q- mesoipsl ###################### 
     116#-Q- mesoipsl #SBATCH --job-name=::Jobname::        # Job Name 
     117#-Q- mesoipsl #SBATCH --output=Script_Output_::Jobname::.000001    # standard output 
     118#-Q- mesoipsl #SBATCH --error=Script_Output_::Jobname::.000001    # error output 
     119#-Q- mesoipsl #SBATCH --ntasks=::JobNumProcTot::   # Number of MPI tasks 
     120#-Q- mesoipsl #SBATCH --cpus-per-task=::openMPthreads::  # Number of openMP threads. 
     121#-Q- mesoipsl #SBATCH --hint=nomultithread         # 1 processus MPI par par physical core (no hyperthreading)  
     122#-Q- mesoipsl #SBATCH --time=30                    # Wall clock limit (minutes) 
     123#-Q- mesoipsl set +x 
    112124#-Q- ifort_CICLAD ###################### 
    113125#-Q- ifort_CICLAD ##   CICLAD    IPSL ## 
Note: See TracChangeset for help on using the changeset viewer.