-
Notifications
You must be signed in to change notification settings - Fork 28
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
Fix expected identifier bug on clang builds #46
Comments
If I'm allowed to create a pull request I'd be happy to upload the fix. |
Sure, please go ahead. |
I'll need permission first
|
You cannot directly push to the repo. Instead please create a PR. |
I'm not able to create a PR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I am trying to build gslib using mvapich2 installed with clang and I get the following error:
Turns out this error has affected others before trying to build on apple machines - all the way back in 2015: https://lists.mcs.anl.gov/pipermail/nek5000-users/2015-May/003325.html
I have a branch locally that resolves this problem. All that needs to be done is change the macro name
MPI
to something more specific, such asGSLIB_USE_MPI
.The text was updated successfully, but these errors were encountered: