You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a case where the compiler does not know about the CPU yet. gyrfalcON uses -march=native to get the best possible speedup, but this fails on current intel Gen11 CPUs with the tiger lake based CPU.
The solution is to put
export NO_ARCH_NATIVE=1
in your ~/.nemo_local.sh file on that particular machine.
Not until falcON is using NEMO's makedefs mechanism, can we expect this kind of problem to go away.
The text was updated successfully, but these errors were encountered:
This is a case where the compiler does not know about the CPU yet. gyrfalcON uses -march=native to get the best possible speedup, but this fails on current intel Gen11 CPUs with the tiger lake based CPU.
The solution is to put
export NO_ARCH_NATIVE=1
in your ~/.nemo_local.sh file on that particular machine.
Not until falcON is using NEMO's makedefs mechanism, can we expect this kind of problem to go away.
The text was updated successfully, but these errors were encountered: