Issue29

Title --lsf.queue works, but --launcher.queue doesn't???
Priority bug Status chatting
Superseder Nosy List Gurnis, aivazis, leif, vlad
Assigned To leif Topics CitcomS, Pyre

Created on 2006-04-20.01:45:02 by leif, last changed 2007-03-22.21:04:44 by leif.

Messages
msg101 (view) Author: leif Date: 2006-08-01.20:36:46
Another identical symptom, probably the same bug:

On Pangu with the Pyrized version of SPECFEM3D Globe,

    --lsf.wait

works, but

    --scheduler.wait

doesn't.  In both cases (CitcomS and SPECFEM3D), <componentName>.<property>
works, but <facilityName>.<property> doesn't.  (Note that SPECFEM3D is using a
more evolved version of my batch system code, hence "scheduler" instead of
"launcher".)
msg62 (view) Author: leif Date: 2006-04-20.01:45:01
Vlad,

Whoops... I guess that should be

 --lsf.queue=debug

I'm not sure why "--launcher.queue" doesn't work... intuitively, it 
seems like it should. But it seems like the value set in the PML file 
under ~/.pyre overrides it. This might be a bug in Pyre. I'll CC Roundup 
to remind myself to investigate later.

By the way, use --launcher.dry to preview/debug the LSF script.

--Leif

Vlad Constantin Manea wrote:

> Leif,
>
> When I sent the job with debug, I got this (seems that the job was 
> sent <normal> instead of <debug>):
>
> [vlad@login-2-3 Low_Visc_Fault]$ ./low_visc2.sh
> LSF has been directed to provide only nodes with working Myrinet gm.
> LSF has been directed to provide only nodes with working /ibrixfs1.
> Apr 19 18:19:16 2006 20754 4 6.0 Conflict parameter LSB_SUB_RES_REQ - 
> Ignored.
> Job <38275> is submitted to queue <normal>.
>
> Vlad
> ___________
>
> Leif Strand wrote:
>
>> If you mean you want to run on one of the two debugging queues, that 
>> would be:
>>
>>
>>   --launcher.queue=debug
>>
>> or
>>
>>   --launcher.queue=debug-long
>>
>> --Leif
>>
>>
>> Vlad Constantin Manea wrote:
>>
>>> Hi Leif,
>>>
>>> Just a question: if I want to run a debugging CitComS run on Pangu,
>>> how can I do it? (sometimes a normal run is "pending" for loooong 
>>> time ...
>>> although I have a 5 min debugging run.)
>>>
>>>
>>> Thanks,
>>> Vlad
>>>
>>
>
History
Date User Action Args
2007-03-22 21:04:44leifsettopic: + Pyre
nosy: leif, Gurnis, vlad, aivazis
2006-08-01 20:36:46leifsetstatus: unread -> chatting
nosy: leif, Gurnis, vlad, aivazis
messages: + msg101
title: CitcomS: --lsf.queue works, but --launcher.queue doesn't??? -> --lsf.queue works, but --launcher.queue doesn't???
2006-04-20 01:49:39leifsetfiles: - unnamed
nosy: leif, Gurnis, vlad, aivazis
2006-04-20 01:48:51leifsetpriority: bug
topic: + CitcomS
assignedto: leif
nosy: leif, Gurnis, vlad, aivazis
title: Debugging + pangu -> CitcomS: --lsf.queue works, but --launcher.queue doesn't???
2006-04-20 01:45:02leifcreate