Skip to content

Commit

Permalink
Merge pull request #467 from mariux64/mxqi-fix-MXQD_JOB_TMPDIR-spelli…
Browse files Browse the repository at this point in the history
…ng-to-correctly-set-it

mxqi: Fix `MXQD_JOB_TMPDIR` spelling to correctly set it
  • Loading branch information
pmenzel authored May 22, 2025
2 parents c919041 + 78c8d90 commit 3a5305e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mxqi/mxqi
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ sub server {
my $s = join (' ', map { exists $ENV{$_} ? sprintf("%s=%s", $_ , $ENV{$_}) : () } qw(
MXQ_HOSTID JOB_ID
MXQ_JOBID MXQ_THREADS MXQ_SLOTS MXQ_MEMORY MXQ_TIME MXQ_HOSTID MXQ_HOSTNAME MXQ_SERVERID
TMPDIR MXQ_JOBTMPDIR CUDA_VISIBLE_DEVICES
TMPDIR MXQ_JOB_TMPDIR CUDA_VISIBLE_DEVICES
));
print $out "SetEnv $s\n" if $s;
print $out "AcceptEnv MXQI_SUBMIT_WD LC_CTYPE\n";
Expand Down

0 comments on commit 3a5305e

Please sign in to comment.