Understanding JULIA_CPU_TARGET

Just wanted to leave this link here in case it’s helpful. I had similar questions (but about the automatic package precompilation, not with sysimages, but the process is “similar” :wink: )

The upshot is that I also ended up using generic followed by the CPU architectures returned from Sys.CPU_NAME which I crawled on our cluster with a short script, so something like

generic;sandybridge;icelake-server;znver2;haswell;broadwell;znver1;skylake-avx512;znver3;cascadelake

1 Like