plasticity icon indicating copy to clipboard operation
plasticity copied to clipboard

V1.4.0 fixes

Open hjjvandam opened this issue 11 months ago • 0 comments

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.

hjjvandam avatar Jan 27 '25 07:01 hjjvandam