We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See:
calculix-adapter/Makefile
Lines 82 to 84 in 7aff819
The text was updated successfully, but these errors were encountered:
Maybe this issue needs a bit more explanation.
Here the user specifies the C and Fortran compilers to use:
Lines 53 to 63 in 7aff819
But later these are overriden unexpectadly with g++. This could be a problem if completely different compilers are used (e.g. the Intel compiler).
g++
Moreover, here we should use $(CXX) instead of $(CC), although this should automatically be used correctly in most of the cases.
$(CXX)
$(CC)
Sorry, something went wrong.
This issue has been mentioned on preCICE Discourse. There might be relevant details there:
https://precice.discourse.group/t/running-fsi-flap-perp-example-with-openfoam-and-calculix/178/6
No branches or pull requests
See:
calculix-adapter/Makefile
Lines 82 to 84 in 7aff819
The text was updated successfully, but these errors were encountered: