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/fa2ee0b8-d656-4b4d-8559-29cebc939ccan%40googlegroups.com.

Reply via email to