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
I thought you could speed up sharpy by compiling it with -march=native.
gfortran supports this option too.
anyway this is unrelated to the other problem because i compiled without those options.
-march=native only works for local compilation (where the target is the same as your machine). Because of that, -march=native breaks the Docker container, as it is compiled in a different CPU (which might or might not be the same as yours). Maybe adding a note in the documentation for the performance-oriented user might make sense, but I'd rather be able to compile the Docker image with the same script as a normal user would.
i believe gfortran does support -march=native?
The text was updated successfully, but these errors were encountered: