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

Re: [HTCondor-users] Built-in AVX2, AVX512 advertising?



On 06/22/2017 02:14 PM, Michael Pelletier wrote:
Hi folks,

With later MATLAB versions, substantial performance improvmenets can be had using the newer AVX2 and AVX512 instruction sets, so MATLAB jobs would want to rank such machines higher than others in the pool. As far as I can tell, the only builtin attribute for AVX is "has_avx" which doesn't quite get me where I need to go.

Michael:

The condor_startd automatically detects and advertises has_avx512, but not avx2. (sigh). It does, however, advertise the Intel "Model Number" in the attribute CpuModelNumber, which may indirectly give you what you need.

-greg