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

[Condor-users] executing a job as a script



I am trying to execute a shell script as a job through the vanilla
universe.  
The shell script 'outgen.sh' makes a call to another shell script
'getline'.  The script runs fine outside of condor but when I submit it
the job remains idle.   My submit file is as follows:

Universe = vanilla
Executable = outgen.sh
Arguments = 1
Output = result.out
Error = child.err
log = /tmp/child.log
transfer_input_files = outgen.sh, getline
should_transfer_files = YES
when_to_transfer_output = ON_EXIT
Queue

Can anyone see a problem with this?
Cheers,
Aengus