Hello, I am trying to install deal.II v 9.2.0 on the TACC Stampede2 cluster. I already a working installation but when I tried to install it again using the same instructions I am getting the following error:
/opt/apps/gcc/6.3.0/bin/ld.gold: error: ../lib/libdeal_II.so.9.2.0: bad symbol name offset 154807354 at 0 collect2: error: ld returned 1 exit status make[2]: *** [bin/step-52.release] Error 1 make[1]: *** [examples/CMakeFiles/step-52.release.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... Here are the cmake and make command lines i used: $ cmake -DDEAL_II_WITH_MPI=ON -DDEAL_II_WITH_P4EST=ON -DCMAKE_INSTALL_PREFIX=$WORK/dealii_install_2 $WORK/dealii-9.2.0 $ make -j 16 install I already tried switching the default intel module by gcc and using a previous version of cmake (3.20.2) I would appreciate any help. Best, David -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/2647dc34-1f66-4f00-8f2d-fa86ec174739n%40googlegroups.com.
