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

Re: [Condor-users] not able to see output in the output file



somebody help me.........
>
> I am able to submit the job in vanilla universe. i used this submit file
>
> Universe = vanilla
> Executable = ./partha
> output = rao.out
>
> QUEUE
>
> after i submit using condor_submit...........i see the "job as submitted to
> culster ...." and i see the output file created rao.out....but the problem
> is i am not able to see the output inside the file.

You should check (condor_q) whether your job has been negotiated to a machine,
and if not (condor_q -analyze), what might be the reasons for this.
 
when i issue,
 ./condor_q -analyze
Error:  Could not fetch startd ads


> the executable gives me an output...a text basically "Hello" which i am not
> able to see in the output file........
>
> my question is that do we have do anything else than simply condor_submit to
> see the output in the output file (OR)

wait for the job to be sent to a machine (and check that this is indeed done)

> will this take some time to put the output in the output
> file................................ (OR)

no longer than a few minutes if there are idle machines that match your
requirements

> Am i missing something in the submit file

Is ./partha indeed "executable" (x bit set)?

 yes it is an executable....a simple c code compiled and executed as ./partha i get the output "Hello"

 
On 5/23/07, Steffen Grunewald <steffen.grunewald@xxxxxxxxxx> wrote:
On Wed, May 23, 2007 at 12:14:36PM +0530, Partha sarathi wrote:
> somebody help me.........
>
> I am able to submit the job in vanilla universe. i used this submit file
>
> Universe = vanilla
> Executable = ./partha
> output = rao.out
>
> QUEUE
>
> after i submit using condor_submit...........i see the "job as submitted to
> culster ...." and i see the output file created rao.out....but the problem
> is i am not able to see the output inside the file.

You should check (condor_q) whether your job has been negotiated to a machine,
and if not (condor_q -analyze), what might be the reasons for this.

> the executable gives me an output...a text basically "Hello" which i am not
> able to see in the output file........
>
> my question is that do we have do anything else than simply condor_submit to
> see the output in the output file (OR)

wait for the job to be sent to a machine (and check that this is indeed done)

> will this take some time to put the output in the output
> file................................ (OR)

no longer than a few minutes if there are idle machines that match your
requirements

> Am i missing something in the submit file

Is ./partha indeed "executable" (x bit set)?

Steffen

--
Steffen Grunewald * MPI Grav.Phys.(AEI) * Am Mühlenberg 1, D-14476 Potsdam
Cluster Admin * http://pandora.aei.mpg.de/merlin/ * http://www.aei.mpg.de/
* e-mail: steffen.grunewald(*)aei.mpg.de * +49-331-567-{fon:7233,fax:7298}
No Word/PPT mails - http://www.gnu.org/philosophy/no-word-attachments.html

_______________________________________________
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/