How to correctly determine the `-march` flag when working with Intel oneAPI on Intel processors?

Wonderful advice. Based on your above comment, I’ve confirmed that both of the following settings solve the problem discussed here:

FFLAGS += -march=broadwell

or

FFLAGS += -march=native

Regards,
HZ