I'm trying to create the mesh of an object but this error arises when I select the criteria to the meshing process:
Salome Exception : /usr/lib/x86_64-linux-gnu/liblapack.so.3: undefined symbol: strtrs_UNU_parallel
-----------------------------------------------------
use Salome 2020.0.1 and Ubuntu 22.04
I tried
cd $INSTALLATION_PATH$/salome_meca/V2020.0.1_universal_universal/prerequisites/debianForSalome/lib
ln -s /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3 liblapack.so.3
but it is no use
Any hint? please hlep me