Eeesi fails in detecting the CPU microarchitecutre using the lima virtual environment on an apple M4 pro. The architecture detected is aarch64/neoverse_v1 which causes Illegal instructions errors.
A workaround would be to override the detection via:
export EESSI_SOFTWARE_SUBDIR_OVERRIDE=aarch64/generic
Finetuning of CPU detection would be optimal to avoid this issue,
Eeesi fails in detecting the CPU microarchitecutre using the lima virtual environment on an apple M4 pro. The architecture detected is
aarch64/neoverse_v1which causes Illegal instructions errors.A workaround would be to override the detection via:
export EESSI_SOFTWARE_SUBDIR_OVERRIDE=aarch64/genericFinetuning of CPU detection would be optimal to avoid this issue,