Re: [Condor-users] problem submitting a job


Date: Thu, 3 Feb 2005 17:54:36 +0000
From: Matt Hope <matthew.hope@xxxxxxxxx>
Subject: Re: [Condor-users] problem submitting a job
On Thu, 03 Feb 2005 12:33:52 -0500, Darryl Cook <dlc@xxxxxxxxxxxxxxx> wrote:
> Ok....after hours of work I finally have condor running (almost).    I
> have started all of the daemons as root (version 6.6.8).   I have
> submitted a job with the following script and it shows up in the queue
> and seems to run but I get no output.   I have looked through all of the
> logs and there are no errors being reported either.  Below the script
> Ill attach the user log that is created as well.   Any help appreciated!!
> 
> darryl
> 
> executable=/bin/ls
> globusscheduler=grid0.cs.appstate.edu/jobmanager
> universe=globus
> output=test2.out
> log=test1.log
> queue
> 
> test2.out has nothing in it......the following is in test1.log

add error=test2.err

you should then see any errors output from ls.

can I suggest that instead of ls you actually submit a job which does
something NOT dependent on it's resident environment...

a simple hello world is probably a good idea...

Matt

[← Prev in Thread] Current Thread [Next in Thread→]