We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58bb3ad commit 6b51688Copy full SHA for 6b51688
jobqueues/templates/SLURM_job.sh.j2
@@ -69,7 +69,7 @@ echo "start_server -uid ${UID}" | nvidia-cuda-mps-control
69
70
{% for rsh in runsh %}
71
cd {{ rsh[0] }}
72
-{{ rsh[1] }} {% if run_as_daemon %} | tee log_{{loop.index}}.txt &{% endif %}
+{{ rsh[1] }} {% if run_as_daemon %} 2>&1 | tee log_{{loop.index}}.txt &{% endif %}
73
74
{% endfor %}
75
{% if runsh|length > 1 %}
0 commit comments