-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added -mcmodel=medium as a default compiler flag #725
Conversation
Great! Note to self: update the configure gui accordingly. |
Could you add the updated configure (maybe as an alternate branch)? I'd like to get the LLVM (and update PGI/ICC) compilers tested and configured and it just makes sense not to duplicate the efforts. After the success with ARM and current indications that we're going to start seeing more ARM based clusters we'll need to support those too. |
I don't understand what you mean: you want me to create a new branch off |
Sorry, I meant for you to create a new branch with Your configure, unless it's a different filename and can live in develop in parallel. |
Rebased on develop and added the -mcmodel=medium option to the the default flags in the egs_configure gui as well. |
added -mcmodel=medium as a default compiler flag to default optimization flag lists
This targets issue #723 along with other similar issues