Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Jobs retuning blank output
- Date: Tue, 4 Oct 2005 15:52:01 +0100
- From: Matt Hope <matthew.hope@xxxxxxxxx>
- Subject: Re: [Condor-users] Jobs retuning blank output
On 10/4/05, Chris Miles <chrismiles@xxxxxxxxxxxxxxxx> wrote:
> The directories all exist and permissions are correct.
>
> I have been using it without the log entry anyway and its still
> the same problem so I dont think thats anything to do with it.
>
>UserLog = "/home/condor/jobs/test/log/4.log"
>OutOrig = "output/4.out"
>Out = "_condor_stdout_40.4"
>ErrOrig = "error/4.err"
>Err = "_condor_stderr_40.4"
suggest you try without the output and error directoris and see what happens.
I would also suggest including the cluster id in the name for
uniqueness (well for the purposes of your testing at least...)
Matt