Skip to content
Snippets Groups Projects
Commit 179e3eab authored by Gael  MILLOT's avatar Gael MILLOT
Browse files

release v7.2.0: better priority for slurm

parent 755a8bd7
No related branches found
No related tags found
No related merge requests found
......@@ -198,6 +198,11 @@ Gitlab developers
## WHAT'S NEW IN
### v7.2.0
1) better priority for slurm
### v7.1.0
1) dev/test.config adapted to slurm
......
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
......@@ -75,11 +75,11 @@ result_folder_name="20220120_res_CL14985_test"
//// end general variables
//// slurm variables
fastqueue = 'hubbioit' // fast for -p option of slurm. Example: fastqueue = 'common,dedicated'. Example: fastqueue = 'hubbioit'
fastqueue = 'common,dedicated' // fast for -p option of slurm. Example: fastqueue = 'common,dedicated'. Example: fastqueue = 'hubbioit'
fastqos= '--qos=fast' // fast for --qos option of slurm. Example: fastqos= '--qos=fast'
normalqueue = 'hubbioit' // normal for -p option of slurm. Example: normalqueue = 'bioevo'
normalqueue = 'common,dedicated' // normal for -p option of slurm. Example: normalqueue = 'bioevo'
normalqos = '--qos=hubbioit' // normal for --qos option of slurm. Example: normalqos = '--qos=dedicated'
longqueue = 'hubbioit' // slow for -p option of slurm. Example: longqueue = 'bioevo'
longqueue = 'common,dedicated' // slow for -p option of slurm. Example: longqueue = 'bioevo'
longqos = '--qos=hubbioit' // slow for --qos option of slurm. Example: longqos = '--qos=dedicated'
add_options = ' ' // additional option of slurm. Example: addoptions = '--exclude=maestro-1101,maestro-1034' or add_options = ' '
//// end slurm variables
......
......@@ -76,11 +76,11 @@ result_folder_name="20220120_res_CL14985_test"
//// end general variables
//// slurm variables
fastqueue = 'hubbioit' // fast for -p option of slurm. Example: fastqueue = 'common,dedicated'. Example: fastqueue = 'hubbioit'
fastqueue = 'common,dedicated' // fast for -p option of slurm. Example: fastqueue = 'common,dedicated'. Example: fastqueue = 'hubbioit'
fastqos= '--qos=fast' // fast for --qos option of slurm. Example: fastqos= '--qos=fast'
normalqueue = 'hubbioit' // normal for -p option of slurm. Example: normalqueue = 'bioevo'
normalqueue = 'common,dedicated' // normal for -p option of slurm. Example: normalqueue = 'bioevo'
normalqos = '--qos=hubbioit' // normal for --qos option of slurm. Example: normalqos = '--qos=dedicated'
longqueue = 'hubbioit' // slow for -p option of slurm. Example: longqueue = 'bioevo'
longqueue = 'common,dedicated' // slow for -p option of slurm. Example: longqueue = 'bioevo'
longqos = '--qos=hubbioit' // slow for --qos option of slurm. Example: longqos = '--qos=dedicated'
add_options = ' ' // additional option of slurm. Example: addoptions = '--exclude=maestro-1101,maestro-1034' or add_options = ' '
//// end slurm variables
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment