Skip to content
Snippets Groups Projects
Commit 52458cf4 authored by Franck Dary's avatar Franck Dary
Browse files

Updated liscluster hostname

parent 825360ef
Branches
No related tags found
No related merge requests found
...@@ -104,7 +104,7 @@ rm $tmpFile ...@@ -104,7 +104,7 @@ rm $tmpFile
eval "${{commands[$SLURM_ARRAY_TASK_ID]}}" eval "${{commands[$SLURM_ARRAY_TASK_ID]}}"
""".format(len(names)-1, limit, jobName, "qos_gpu-t4" if int(nbHours) > 20 else "qos_gpu-t3", nbHours, " ".join(names), " ".join(commands)), file=sFile) """.format(len(names)-1, limit, jobName, "qos_gpu-t4" if int(nbHours) > 20 else "qos_gpu-t3", nbHours, " ".join(names), " ".join(commands)), file=sFile)
sFile.close() sFile.close()
elif hostname == "sms.liscluster" : elif hostname == "sms-cluster.lis-lab.fr" :
print('''#! /usr/bin/env bash print('''#! /usr/bin/env bash
#SBATCH --array=0-{}%{} #SBATCH --array=0-{}%{}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment