Hi Sean,
this is probably because your job's
shell is not a login shell. We worked around this
by adding a job wrapper to the workernodes: USER_JOB_WRAPPER =
/usr/libexec/condor/jobwrapper.sh
and
cat /usr/libexec/condor/jobwrapper.sh
#!/bin/bash -l
# # Condor startd jobwrapper # Executes using bash -l, so that all /etc/profile.d/*.sh scripts are sourced. # exec "$@" Cheers, Rolf
On 2018-10-04 4:54 a.m., Sean Crosby
wrote:
|