Hello PRISMS Plasticity community,
Is anyone on this group using PRISMS Plasticity on latest Ubuntu 22.04? I recently installed on it and it seems that there is some issue on Ubuntu 22.04.
First difference is that, while installation on Ubuntu 22.04, sudo apt-get install python doesnt install python (as it no more recognises "python" as a package and you have to mention the exact distribution). So I installed with "python2".
I noticed that installation happened normally. I ran few examples, the simulation ran fine but I see that all the "out_var" variables are not having correct values in vtk file (all of the order of 1e-38 or so). Secondly, the equivalent stress values are lower in order. The stressstrain values in StressStrain.txt file is almost half of the expected value. The same input files, as it s, work perfectly fine on Ubuntu 18.04 and 20.04.
I realized that ubuntu no more by default calls python 2.7 by just typing "python" in the terminal. So I had set the alias for python2.7 as "python" and reinstalled everything (right from "./candi.sh" till "make release" of crystal plasticity). But there is still no change in the outputs generated.
I am not sure if anyone has also faced the same issue/ made it work. Any kind of inputs would be helpful.
Regards,
Danish