Changeset 1536 for trunk/libIGCM/AA_job


Ignore:
Timestamp:
07/03/20 15:16:53 (4 years ago)
Author:
rpennel
Message:

Add possibility to specify wall time with ins_job

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_job

    r1519 r1536  
    3636#-Q- irene #MSUB -x                    # exclusive node. To specify only for MPMD together with the one below 
    3737#-Q- irene #MSUB -E '--cpu_bind=none' 
    38 #-Q- irene #MSUB -T 86400              # Wall clock limit (seconds) 
     38#-Q- irene #MSUB -T ::WallTime::              # Wall clock limit (seconds) 
    3939#-Q- irene #MSUB -A ::default_project:: 
    4040#-Q- irene #MSUB -q skylake 
     
    5454#-Q- irene-amd #MSUB -c ::openMPthreads::  # Number of openMP threads. To specify only for SMPD 
    5555#-Q- irene-amd #MSUB -x                    # exclusive node. To specify only for MPMD together with the one below 
    56 #-Q- irene-amd #MSUB -T 86400              # Wall clock limit (seconds) 
     56#-Q- irene-amd #MSUB -T ::WallTime::              # Wall clock limit (seconds) 
    5757#-Q- irene-amd #MSUB -A ::default_project:: 
    5858#-Q- irene-amd #MSUB -q rome 
     
    7171#-Q- jeanzay #SBATCH --cpus-per-task=::openMPthreads::  # Number of openMP threads. 
    7272#-Q- jeanzay #SBATCH --hint=nomultithread         # 1 processus MPI par par physical core (no hyperthreading)  
    73 #-Q- jeanzay #SBATCH --time=00:30:00              # Wall clock limit (seconds) 
     73#-Q- jeanzay #SBATCH --time=::WallTime::             # Wall clock limit (minutes) 
    7474#-Q- jeanzay #SBATCH --account ::default_project::@cpu 
    7575#-Q- jeanzay 
Note: See TracChangeset for help on using the changeset viewer.