Bruno, If I install a local version of scalapack, willl I be able to pass it on to cmake using -DSCALAPACK_DIR=/path/to/scalapack/installed/locally ?
thanks, Swami On Monday, June 3, 2019 at 11:53:42 AM UTC-4, Bruno Turcksin wrote: > > Swami, > > Le lun. 3 juin 2019 à 11:34, insaneSwami <[email protected] <javascript:>> > a écrit : > > /usr/bin/ld.gold: error: > /usr/local/src/.hashdist/bld/profile/jt2gqapqwvxz/lib/libscalapack.a(slamov.o): > > requires dynamic R_X86_64_PC32 reloc against 'slacpy_' which may overflow > at runtime; recompile with -fPIC > > /usr/bin/ld.gold: error: > /usr/local/src/.hashdist/bld/profile/jt2gqapqwvxz/lib/libscalapack.a(dlamov.o): > > requires dynamic R_X86_64_PC32 reloc against 'dlacpy_' which may overflow > at runtime; recompile with -fPIC > > collect2: error: ld returned 1 exit status > > make[2]: *** [lib/libdeal_II.so.9.1.1] Error 1 > > make[1]: *** [source/CMakeFiles/deal_II.dir/all] Error 2 > > make[1]: *** Waiting for unfinished jobs.... > I think that what happens is that scalapack is using a static version > of Lapack that was compiled without -fPIC. You will probably need to > recompile scalapack to use the version of lapack that you installed > yourself. > > Best, > > Bruno > -- 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/d6c5303d-3e68-48bb-9357-651d581e7269%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
