Hi, I have a doubt about where to configure checkponting options.
I'm running htcondor 8.2.8 on a CentOS submit and central manager server and several execute nodes.
Execute nodes are heterogeneus (different processors) and calculate differently the checkpoint platform, if i run
condor_status -format "%s\n" checkpointplatform | sort | uniq -c
I get
20 LINUX X86_64 2.6.x normal 0x2aaaaaaab000 ssse3
40 LINUX X86_64 2.6.x normal 0x2aaaaaaab000 ssse3 sse4_1
56 LINUX X86_64 2.6.x normal 0x2aaaaaaab000 ssse3 sse4_1 sse4_2
This leads to not executing idle jobs on avilable machines because checkpoint platform is sligtly differnt.