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.