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

Re: [HTCondor-users] RunBenchmark variable




On 8/24/20 5:19 AM, Xavier OUVRARD wrote:
Dear all,

in the HTcondor configuration file on the machines, I found:

RunBenchmarks : (ÂÂ ( (LastBenchmark == 0 ) || ($(BenchmarkTimer) >= (4 * $(HOUR))) ) && (TotalLoadAvg <= 0.05)Â )

The semi-column seems weird, as it is the only place where such an affectation is done. Should not it been an = ?


The earliest versions of HTCondor used a colon (:) instead of an equal sign for some configuration settings. We added support for an equal sign (=) many, many years ago, but because we never wanted to break existing configuration, we still today allow a colon.


Moreover, should not RunBenchmarks be in Uppercases ?


It is case insensitive. Typically for multiple-word keywords, the CamelCase seems to show the word endings better than all upper case, which we generally use for the multiple-word keywords who have underscores in them.

-greg


Best,

Xavier

_______________________________________________
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/