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

Re: [Condor-users] macro problems



Thanks for the alternate method of doing this, but it still doesn't
explain why the macro/_expression_ expansion is not working.

On Tue, May 24, 2011 at 3:42 PM, Ben Cotton <bcotton@xxxxxxxxxx> wrote:
Gary,

What we do is to define a ClusterName on each of the worker nodes, e.g.

ClusterName = "dryrun"
STARTD_EXPRS = ClusterName, $(STARTD_EXPRS)

Then users can use ClusterName in submit files or to query the
collector. This makes management much easier when you get to the
several-hundred machine scale.



--
Ben Cotton
Systems Research Engineer
IT Research Systems
Purdue University
_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/




--
Cheers, Gary