Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Running multiple jobs on the same computer
- Date: Wed, 18 May 2005 18:03:27 +0200
- From: "Horvatth Szabolcs" <szabolcs@xxxxxxxxxxxxx>
- Subject: Re: [Condor-users] Running multiple jobs on the same computer
Hi,
I've managed to get the submit file modification working using a batch script
(on windows) but the PRE scripts always outputs this error message for all jobs:
PRE Script of Job Rman.0056 failed with status 255
The batch file runs ok and exits with status 0 (exit /B 0) so theoretically
it should work ok. Am I not aware of something else?
Using the 6.7.7 version BTW.
Cheers,
Szabolcs
*********** REPLY SEPARATOR ***********
On 5/17/2005 at 4:25 PM matthias.m.roehm@xxxxxxxxxxxxxxxxxxx wrote:
>Hi Szabolcs,
>
>I don't know a mehtod to include a text file, but you can simply 'cat' the
>submit discription file and another file containing the requirement
>expression in the preScript.
>
>regards,
> Matthias