wiebepo
wiebepo
> @wiebepo Does this reproduce only on this kind of instance? And no problem on smaller ones? We cloned the server on an r6i.2xlarge instance, and the job succeeds. It...
FWIW this error from the attached log seemed to be the most relevant: > /spades/ext/include/blaze/blaze/system/CacheSize.h:77:1: error: static assertion failed: Compile time condition violated > 77 | BLAZE_STATIC_ASSERT( blaze::cacheSize > 100000UL...
# Added to the dockerfile, and rerun: ``` RUN cat /sys/devices/system/cpu/cpu0/cache/index3/size && \ cat /sys/devices/system/cpu/cpu0/cache/index2/size && \ cat /sys/devices/system/cpu/cpu0/cache/index1/size ``` # Output: 107520K 2048K 32K