[gold-users] patch and questions for glsalloc
Scott Jackson
scottmo at adaptivecomputing.com
Thu Mar 31 15:11:08 MDT 2011
Yea, leave it off. Just set the EndTime condition with no StartTime condition. Make sure the -F flag trumps the -A flag (since it is a superset). You may want to do a check to make sure they don't do a -F with a -I. Frankly, I would make all three of them mutually exclusive.
if ($future) { ... }
elsif ($active) { ... }
elsif ($inactive) { ... }
Scott
----- Original Message -----
> From: "Brock Palen" <brockp at umich.edu>
> To: gold-users at supercluster.org
> Sent: Thursday, March 31, 2011 12:05:20 PM
> Subject: [gold-users] patch and questions for glsalloc
> We have a need to sort out allocations that are expired from active
> and future allocations, so I patched our version of gold-2.2.0.0
> glsalloc to add a -F (forward) option,
>
> My patch breaks if you do -A and -F because I don't set a StartTime
>
> $request->setCondition("EndTime", $now, "GT");
>
> Is there a way to do setCondition("StartTime", $anything) ?
>
> Thanks.
>
>
>
>
>
> Brock Palen
> www.umich.edu/~brockp
> Center for Advanced Computing
> brockp at umich.edu
> (734)936-1985
>
>
>
>
> _______________________________________________
> gold-users mailing list
> gold-users at supercluster.org
> http://www.supercluster.org/mailman/listinfo/gold-users
More information about the gold-users
mailing list