Skip to content
Snippets Groups Projects
Commit 7915ecb9 authored by Jupiter Hu's avatar Jupiter Hu
Browse files

Fixed slurm config

parent 71d566c2
No related branches found
No related tags found
No related merge requests found
......@@ -128,7 +128,7 @@ MpiParams=ports=12000-12999
{% endfor %}
{% endfor %}
{% for node in nodelist|unique %}
NodeName={{ node }} Procs={{ hostvars[node]['ansible_processor_cores'] }} State=UNKNOWN
NodeName={{ node }} Procs={{ hostvars[node]['ansible_processor_vcpus'] }} State=UNKNOWN
{% endfor %}
{% for queue in slurmqueues %}
......
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