Hi,
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$
Note the âmy_popenv: Failed to exec in child, errno=2 (No such file or directory)â
This is under HTCondor version 8.5.7
Any ideas why this is happening? I tried this under 8.4.9, and didnât see this error.
Steve
|