I re-make deal.ii with the flag -DDEAL_II_WITH_SCALAPACK=OFF, it seems to solve my problem.
thanks El domingo, 2 de abril de 2023 a las 10:45:09 UTC-6, Erick Munive escribió: > Hello everyone, I have installed deal.ii but when I run > > make test > > it it fails here: > > 91% tests passed, 1 tests failed out of 11 > > Total Test time (real) = 52.10 sec > > The following tests FAILED: > 10 - scalapack.debug (Failed) > > I'm making deal ii with the following command line > > cmake -DPETSC_ARCH=arch-linux-c-debug -DDEAL_II_WITH_MPI=ON > -DDEAL_II_WITH_PETSC=ON -DSCALAPACK_DIR=/home/erick/Programas/scalapack/ > -DCMAKE_INSTALL_PREFIX=/home/erick/Programas/dealII .. > > I had to install manually scalapack (2.2.1), and Im using MPI (3.3.2). > > Is there a set of library versions that works for you in Ubuntu 22.04? > > > More info: > > scalapack.debug: RUN failed. Output: > *** The MPI_Comm_c2f() function was called before MPI_INIT was invoked. > *** This is disallowed by the MPI standard. > *** The MPI_Comm_c2f() function was called before MPI_INIT was invoked. > *** This is disallowed by the MPI standard. > *** Your MPI job will now abort. > *** The MPI_Comm_c2f() function was called before MPI_INIT was invoked. > *** This is disallowed by the MPI standard. > *** Your MPI job will now abort. > *** Your MPI job will now abort. > *** The MPI_Comm_c2f() function was called before MPI_INIT was invoked. > *** This is disallowed by the MPI standard. > *** Your MPI job will now abort. > -- 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/92871564-ba9c-4536-9f84-c71c6d65e6cbn%40googlegroups.com.
