Ignore:
Timestamp:
08/30/22 13:23:26 (22 months ago)
Author:
jderouillat
Message:

Set QoS to dev for the jeanzay test suite

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/trunk/xios_test_suite/TEST_SUITE/step1.py

    r2301 r2393  
    9393            fh.write("#SBATCH -t 00:10:00\n") 
    9494            fh.write("#SBATCH --account="+user_acct+"\n") 
     95            fh.write("#SBATCH --qos=qos_cpu-dev\n") 
    9596            fh.write("#SBATCH --exclusive\n") 
    9697            fh.write("ulimit -c 0\n") 
     
    155156            fh.write("#SBATCH --account="+user_acct+"\n") 
    156157            fh.write("#SBATCH --job-name=XIOS_rev"+svnR+"\n") 
     158            fh.write("#SBATCH --qos=qos_cpu-dev\n") 
    157159            fh.write("#SBATCH --exclusive\n") 
    158160            fh.write("ulimit -c 0\n") 
Note: See TracChangeset for help on using the changeset viewer.