Test fail: scalapack.debug

17 views
Skip to first unread message

Erick Munive

unread,
Apr 2, 2023, 12:45:09 PM4/2/23
to deal.II User Group
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.

Erick Munive

unread,
Apr 2, 2023, 3:38:27 PM4/2/23
to deal.II User Group
I re-make deal.ii with the flag -DDEAL_II_WITH_SCALAPACK=OFF, it seems to solve my problem.

thanks

Reply all
Reply to author
Forward
0 new messages