Steve,
> I’m seeing a weird error that I can’t quite figure out.
> I executed the following commands:
> bash-4.2$ cat simple.dag
JOB Simple srp.submit
bash-4.2$ cat srp.submit
executable = /usr/bin/hostname
universe = vanilla
input = /home/srp/short.input
output = test.out
error = test.error
log = test.log
queue
bash-4.2$ condor_submit_dag -force simple.dag
my_popenv: Failed to exec in child, errno=2 (No such file or directory)
Renaming rescue DAGs newer than number 0
-----------------------------------------------------------------------
File for submitting this DAG to HTCondor : simple.dag.condor.sub
Log of DAGMan debugging messages : simple.dag.dagman.out
Log of HTCondor library output : simple.dag.lib.out
Log of HTCondor library error messages : simple.dag.lib.err
Log of the life of condor_dagman itself : simple.dag.dagman.log
Submitting job(s).
1 job(s) submitted to cluster 297.
-----------------------------------------------------------------------
bash-4.2$
Hmm -- that's weird. Did you get a simple.dag.condor.sub file and a simple.dag.dagman.out file? If so, could you send those? Kent Wenger CHTC Team |