Skip to content

Commit

Permalink
Fixed Slurm job submission directory (HTCONDOR-379)
Browse files Browse the repository at this point in the history
  • Loading branch information
markcoatsworth committed Jun 10, 2021
1 parent 5f91637 commit 076813e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/condor_tools/htcondor_cli/dagman.py
Expand Up @@ -81,7 +81,7 @@ def write_slurm_dag(jobfile, runtime, node_count, email="user@domain.com"):
request_disk = 30
notification=NEVER
}}
JOB C ../{jobfile}
JOB C {jobfile} DIR ../
JOB D {{
executable = sendmail.sh
universe = local
Expand Down

0 comments on commit 076813e

Please sign in to comment.