[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] submitting on only select machines in a pool



+1 to bcottons approach, as we've seen this many times.  

Cheers,
Tim

----- Original Message -----
> From: "Benjamin J Cotton" <bcotton@xxxxxxxxxx>
> To: htcondor-users@xxxxxxxxxxx
> Sent: Thursday, May 9, 2013 8:28:26 AM
> Subject: Re: [HTCondor-users] submitting on only select machines in a pool
> 
> Jeff,
> 
> If host1, host2, and host3 are the three machines in the pool with GAMS,
> you could include something like:
> 
> Requirements = ( (Machine == "host1") || (Machine == "host2") ||
> (Machine == "host3") )
> 
> My preferred way would be to set a ClassAd attribute on the hosts that
> have GAMS installed:
> 
> HasGAMS = True
> STARTD_EXPRS = HasGAMS, $(STARTD_EXPRS)
> 
> Then your submit file could include:
> 
> Requirements = HasGAMS
> 
> 
> 
> Thanks,
> BC
> 
> --
> Ben Cotton
> Purdue University
> _______________________________________________
> HTCondor-users mailing list
> To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
> subject: Unsubscribe
> You can also unsubscribe by visiting
> https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users
> 
> The archives can be found at:
> https://lists.cs.wisc.edu/archive/htcondor-users/
>