Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE : [geclipse-user] Problem to submit parallel job on lcgpbs queue

Hi pawel,

I found the solution. It works if I add this following line in the JDL:
lrms_type = "pbs";
SubmitTo = "ce1.egee.fr.cgg.com:2119/jobmanager-lcgpbs-egeode";

Best regards,

   Gérald
________________________________________
De : geclipse-user-bounces@xxxxxxxxxxx [geclipse-user-bounces@xxxxxxxxxxx] de la part de Gerald Vetois [gerald.vetois@xxxxxxxxxxxxxx]
Date d'envoi : mardi 12 mai 2009 17:56
À : Pawel Wolniewicz
Cc : g-Eclipse User discussions
Objet : Re: [geclipse-user] Problem to submit parallel job on lcgpbs queue

I tested the booth options and I obtain the same problem.
When I submit job I use a WMS ( gLite 3.1).

See you at the end of the week.

Regards,

    Gérald


On Tue, 2009-05-12 at 17:03 +0200, Pawel Wolniewicz wrote:




On Tue, 12 May 2009, Gerald Vetois wrote:

> On Tue, 2009-05-12 at 09:38 +0200, Pawel Wolniewicz wrote:
>>>
>>> I continue my evaluation of gEclipse and I want to submit a parallel job
>>> on lcgpbs queue but It doesn't work with gEclipse.
>>> with CLI (glite-wms-job-submit ), I use the --lrms pbs option but I
>>> didn't find the capability to add this kind of option on the GUI.

Please try to add additional parameter to your JDL:
BatchSystem = "pbs"

And maybe yet:
QueueName = ...

To which job service do you submit your job?

I remember some troubles with lcgpbs, but I need to check it more when I
will be back in my office (Thursday or Friday).

Regards,

Pawel





Back to the top