Hi Carlos, Setting up a standing reservation will only prevent 'other' jobs from accessing that resource block. To 'bind' jobs to the resource, you need separate, additional settings. Probably the easiest option (there are a number) is to set a default node feature requirement on the queue, ie. qmgr -c 'set queue test resources_default.neednodes = test'
Of course that requires a queue and property for each binding... That is probably fine for your current need. Gareth Williams Outreach Manager CSIRO IM&T - eScience (HPSC) http://intra.hpsc.csiro.au > -----Original Message----- > From: Carlos Borrego Iglesias [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 27 June 2007 12:14 AM > To: [email protected] > Subject: [Mauiusers] assigning a node to a torque queue > > Hello, > I am trying to define a reservation in which a torque queue (test) is > assigned a node (td154.pic.es) and just that one. I thought this > configuration was enough, but my jobs are running in other nodes rather > the one I want to : > > node assigned to queue > SRCFG[test] NODEFEATURES=test > SRCFG[test] USERLIST=cborrego,dteam001 > SRCFG[test] MAXPROC=4 PRIORITY=1000 > SRCFG[test] HOSTLIST=td154.pic.es > SRCFG[test] PERIOD=INFINITY > SRCFG[test] TASKCOUNT=4 > SRCFG[test] RESOURCES=PROCS:-1 > SRCFG[test] STARTTIME=0:00:00 ENDTIME=24:00:00 > SRCFG[test] CLASSLIST=test > > > the node td154.pic.es has as property "test" (qmgr -c "set node > td154.pic.es properties += test") > > Unfortunately I can't use the option -l for qsub to specify the > "resource_list" since it's a grid job and the submission is done to the > queue "test" without any option. > > The problem is that these jobs finish running in other nodes rather than > the one specified in the HOSTLIST. I have don a test using "qsub -q > test" but it happens the same. Indeed I can see the reservation using > showres: > > [EMAIL PROTECTED] root]# showres |grep test > test.0.0 User - -00:12:07 INFINITY INFINITY 1/4 > Tue Jun 26 15:58:57 > > > Any ideas? > Thanks so much! > Carlos > > -- > ========================================================================= > Carlos Borrego Iglesias PIC (Port d'Informació Científica) > tel: +34 93 581 3322 Campus UAB - Edifici D > e-mail: [EMAIL PROTECTED] E-08193 Bellaterra > ========================================================================= > > Avis - Aviso - Legal Notice: http://www.ifae.es/legal.html > > Abans d'imprimir-me, penseu bé si és realment necessari. > > > > > _______________________________________________ mauiusers mailing list [email protected] http://www.supercluster.org/mailman/listinfo/mauiusers
