Skip to content
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

V1.4.0 fixes #49

Open
wants to merge 4 commits into
base: v1.4.0
Choose a base branch
from
Open

Conversation

hjjvandam
Copy link

Trying to install Crystal Plasticity on the HPC cluster at the University of Duisburg-Essen I ran into a few small issues. I have fixed those with the changes included in this pull request. Two of the issues occurred with the GNU compilers, version 11.4. Both of them are related to namespaces (one where the GNU compilers don't pick the right namespace automatically for the function that zeros a data structure, and the other where the GNU compilers confuse std::set and the set member of Boost's point_xy class if "using std" is used in the main program).

The other issue involves a change to the CMake setup. I am installing the Crystal Plasticity for the users on our cluster. For that I want to install the application in a suitable place and provide our users with a Module they can load. As the application is installed in a directory outside of the source code tree I think "crystalPlasticity" is a better name than "main".

I hope you are willing to consider adopting these changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant