To prevent false sharing, I want to align each element of an array to a cache line. So first I need to know the size of a cache line, so I assign each element that amount of
Another simple way is to just cat the /proc/cpuinfo:
cat /proc/cpuinfo | grep cache_alignment