[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] Condor 7.7.1 and Parallel universe





Hold reason: Error from nodec.arindam.com: Failed to execute '/bin/sleep' with arguments 10: Cannot access specified iwd "/home/condor/job" (errno=2: 'No such file or directory')

[condor@nodea job]$ 

Looks like /home/condor isn't a shared filesystem.  Try enabling file transfer by adding the following lines to your submit file:

should_transfer_files = yes
when_to_transfer_output = on_exit

-greg