Skip to content
Snippets Groups Projects
Commit 4ad37490 authored by Luc Papeleux's avatar Luc Papeleux
Browse files

suppression de la commande nice en slurm

parent 4d44c361
No related branches found
No related tags found
No related merge requests found
......@@ -357,7 +357,7 @@ class LaunchJob(ParametricJob):
self.pars['LOCALDISK'].val == True):
pin.write('battery.setWDRoot("%s")\n'%self.getLocalDiskDir(self.jobId))
if self.pars['RUNMETHOD'].val != 'sge':
if self.pars['RUNMETHOD'].val != 'sge' and self.pars['RUNMETHOD'].val != 'slurm':
if self.pars['AFFINITY'].val != '':
pin.write('battery.setAffinity("%s")\n'%self.pars['AFFINITY'].val)
if self.pars['NICE_VALUE'].val != '0':
......
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