Skip to content
Snippets Groups Projects
Commit e99520c1 authored by Ticlla Ccenhua Monica Roxana's avatar Ticlla Ccenhua Monica Roxana
Browse files

update configuration to run strainphlan in slurm using cpus-per-task

parent b216d469
Branches
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ use-singularity: true
singularity-args: '--bind $HOME'
jobscript: "slurm-jobscript.sh"
#cluster: "slurm-submit-advanced.py"
cluster: "sbatch -n {cluster.ntasks} --nodes {cluster.nodes} --time {cluster.time} --mem {cluster.mem} --qos {cluster.qos}"
cluster: "sbatch --cpus-per-task {cluster.cpus_per_task} -n {cluster.ntasks} --nodes {cluster.nodes} --time {cluster.time} --mem {cluster.mem} --qos {cluster.qos}"
#cluster-status: "slurm-status.py"
max-jobs-per-second: 1
max-status-checks-per-second: 10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment