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

Re: [Condor-users] Jobs retuning blank output



Chris Miles wrote:
Thanks for the response but still no luck.
Here is the job file I am submitting.
executable = /bin/hostname
universe = vanilla
should_transfer_files = YES
when_to_transfer_output = ON_EXIT
requirements = (Arch == "X86_64") && (OpSys == "LINUX")
output = output/$(Process).out
error = error/$(Process).err
log = log/$(Process).log
Queue 5

This submit file sends the submit machine's /bin/hostname executable over to the execute machine. Is it possible that the submit machine's /bin/hostname can't run on the execute machine (different shared libraries, different OS, etc?)


-greg