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

[HTCondor-users] Problem submitting a HTCondor job of running a root macro



Hi experts,

I have a root macro named âtest_tt.Câ in a directory in my ssh account. If i run it locally with âroot -l test_tt.Câ, it takes a VERY long time because i am running over a lot of events. But the code is free of errors. So, i tried submitting the job to HTCondor as explained in the tutorial below.

https://research.cs.wisc.edu/htcondor/manual/quickstart.html

Based on the tutorial i made two files.
I named one file âjob.shâ which contains the commands to be executed. It contains the following code:

export SCRAM_ARCH=slc6_amd64_gcc630
cd ${CMSSW_BASE}/src
cmsenv
cd -
root -l test_tt.C

The second file i named as âjob_submit.subâ which will actually tell the HTCondor about submitting âjob.shâ. It contains the following code:


executable              = job.sh
log                     = job.log
output                  = outfile.txt
error                   = errors.txt
should_transfer_files   = Yes
when_to_transfer_output = ON_EXIT
queue

I submitted the condor job but it got errors. The âerrors.txtâ file is attached.

Sorry if the question is missing any essential details, in which case kindly tell me.


Regards

Diwakar

/var/lib/condor/execute/dir_14471/condor_exec.exe[1]: //: cannot execute [Is a directory]
/var/lib/condor/execute/dir_14471/condor_exec.exe[2]: //: cannot execute [Is a directory]
/var/lib/condor/execute/dir_14471/condor_exec.exe[3]: //: cannot execute [Is a directory]
/var/lib/condor/execute/dir_14471/condor_exec.exe[4]: //: cannot execute [Is a directory]
/var/lib/condor/execute/dir_14471/condor_exec.exe[5]: //: cannot execute [Is a directory]
/var/lib/condor/execute/dir_14471/condor_exec.exe[6]: //: cannot execute [Is a directory]
/var/lib/condor/execute/dir_14471/condor_exec.exe[7]: //: cannot execute [Is a directory]
/var/lib/condor/execute/dir_14471/condor_exec.exe[8]: //: cannot execute [Is a directory]
/var/lib/condor/execute/dir_14471/condor_exec.exe[9]: //: cannot execute [Is a directory]
/var/lib/condor/execute/dir_14471/condor_exec.exe[10]: //: cannot execute [Is a directory]
/var/lib/condor/execute/dir_14471/condor_exec.exe[11]: //: cannot execute [Is a directory]
/var/lib/condor/execute/dir_14471/condor_exec.exe[12]: //: cannot execute [Is a directory]
/var/lib/condor/execute/dir_14471/condor_exec.exe[13]: //: cannot execute [Is a directory]
/var/lib/condor/execute/dir_14471/condor_exec.exe[14]: //: cannot execute [Is a directory]
/var/lib/condor/execute/dir_14471/condor_exec.exe[15]: //: cannot execute [Is a directory]
/var/lib/condor/execute/dir_14471/condor_exec.exe[16]: //: cannot execute [Is a directory]
/var/lib/condor/execute/dir_14471/condor_exec.exe[17]: //: cannot execute [Is a directory]
/var/lib/condor/execute/dir_14471/condor_exec.exe[21]: cd: /src: [No such file or directory]
SCRAM fatal: Unable to locate the top of local release. Please run this command from a SCRAM-based area.
/var/lib/condor/execute/dir_14471/condor_exec.exe[23]: cd: bad directory
root: can't figure out DISPLAY, set it manually
In case you run a remote ssh session, restart your ssh session with:
=========>  ssh -Y