On 10/09/2015 11:09 AM, Michael V
Pelletier wrote:
The reason HTCondor seems a bit more picky here than you might expect is that many applications use SSE instructions unknowingly -- several of the glibc string functions detect if the target machine has SSE once at program startup, and then use string functions optimized for that particular sub-model for the duration of the program run. If a restored checkpoint starts up on a different submodel, the program usually crashes. -greg |