Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] condor jobs goes to idle for
- Date: Fri, 3 Feb 2012 18:17:02 +0530
- From: "Dr. Sunil M. Dogra" <smdogra@xxxxxxxxx>
- Subject: Re: [Condor-users] condor jobs goes to idle for
Thank you for response.
I restart the condor service and it worked
But I still have few questions
I am running follow script to run my jobs
==========
#!/bin/sh -f
Universe = vanilla
Initialdir = /export/sunil/condor_test1
Executable = batch_job.sh
Output = /export/sunil/err/outjob.out.$(Process)
Error = /export/sunil/err/errjob.err
Log = /export/sunil/err/log.job.log.$(Process)
Queue 10
==========
Also my executable file is batch_job.sh following line
root -l ran3.C -q
But gives error and goes to held state.
Failed to execute '/export/sunil/condor2/batch_job.sh': (errno=8: 'Exec format error') Code 6 Subcode 8
Any idea why this is happening
with Best Regards
sunil
On Fri, Feb 3, 2012 at 5:54 PM, Raman Sehgal
<sc.ramansehgal@xxxxxxxxx> wrote:
Hello Sunil,
First of all regarding your message after condor_q/condor_status
You can safely ignore this message, it has nothing to do with your job.
Now coming to your job state,
First i want to know whether your job goes in running state or not, may be
after a long,
If it does not go to running state that means either the jobs requirements does match
machine classAds. or you have not configured your execute machine to execute the jobs.
Only after knowing these details we can go ahead.
cheers,
_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users
The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/