I have compiled dealii with the following;
cmake -DDEAL_II_WITH_MPI=ON \
-DDEAL_II_WITH_TRILINOS=ON\
-DTRILINOS_DIR=~/trilinos/ \
-DCMAKE_INSTALL_PREFIX=~/dealII_1 \
~/dealii-8.4.1
I installed trilinos12.4.2. I could compile and install dealii with the
above command. But when I run the make test, test 4 is failed. Please see
the attached log file.
I was unable to rectify this. Help is appreciated. thanks a lot.
--
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].
For more options, visit https://groups.google.com/d/optout.
[HANDLER_OUTPUT]
Test project /home/sudarshan/dealii-8.4.1/build/tests/quick_tests
Start 1: step.debug
1/5 Test #1: step.debug ....................... Passed 17.13 sec
Start 2: step.release
2/5 Test #2: step.release ..................... Passed 14.27 sec
Start 3: affinity.debug
3/5 Test #3: affinity.debug ................... Passed 10.90 sec
Start 4: mpi.debug
4/5 Test #4: mpi.debug ........................***Failed 10.92 sec
Test mpi.debug: RUN
=============================== OUTPUT BEGIN ===============================
Scanning dependencies of target kill-mpi.debug-OK
[ 0%] Built target kill-mpi.debug-OK
[ 0%] Built target expand_instantiations_exe
[ 0%] Built target obj_opencascade.inst
[ 0%] Built target obj_opencascade.debug
[ 5%] Built target obj_boost_serialization.debug
[ 14%] Built target obj_umfpack_I_UMF.debug
[ 14%] Built target obj_boost_system.debug
[ 16%] Built target obj_boost_iostreams.debug
[ 21%] Built target obj_tbb.debug
[ 29%] Built target obj_umfpack_L_UMF.debug
[ 32%] Built target obj_umfpack_I_UMFPACK.debug
[ 38%] Built target obj_umfpack_L_UMFPACK.debug
[ 38%] Built target obj_umfpack_DI_TSOLVE.debug
[ 38%] Built target obj_umfpack_DI_TRIPLET_MAP_NOX.debug
[ 38%] Built target obj_umfpack_DI_TRIPLET_MAP_X.debug
[ 38%] Built target obj_umfpack_DI_TRIPLET_NOMAP_X.debug
[ 40%] Built target obj_umfpack_DI_STORE.debug
[ 40%] Built target obj_umfpack_DI_ASSEMBLE.debug
[ 40%] Built target obj_umfpack_DI_SOLVE.debug
[ 40%] Built target obj_umfpack_DL_TSOLVE.debug
[ 40%] Built target obj_umfpack_DL_TRIPLET_MAP_NOX.debug
[ 40%] Built target obj_umfpack_DL_TRIPLET_MAP_X.debug
[ 40%] Built target obj_umfpack_DL_TRIPLET_NOMAP_X.debug
[ 40%] Built target obj_umfpack_DL_STORE.debug
[ 40%] Built target obj_umfpack_DL_ASSEMBLE.debug
[ 40%] Built target obj_umfpack_DL_SOLVE.debug
[ 40%] Built target obj_umfpack_GENERIC.debug
[ 41%] Built target obj_amd_int.debug
[ 43%] Built target obj_amd_long.debug
[ 43%] Built target obj_amd_global.debug
[ 47%] Built target obj_numerics.inst
[ 52%] Built target obj_numerics.debug
[ 60%] Built target obj_fe.inst
[ 65%] Built target obj_fe.debug
[ 65%] Built target obj_muparser.debug
[ 65%] Built target obj_dofs.inst
[ 69%] Built target obj_dofs.debug
[ 72%] Built target obj_lac.inst
[ 80%] Built target obj_lac.debug
[ 81%] Built target obj_base.inst
[ 89%] Built target obj_base.debug
[ 90%] Built target obj_grid.inst
[ 94%] Built target obj_grid.debug
[ 96%] Built target obj_hp.inst
[ 96%] Built target obj_hp.debug
[ 96%] Built target obj_distributed.inst
[ 98%] Built target obj_distributed.debug
[100%] Built target obj_multigrid.inst
[100%] Built target obj_multigrid.debug
[100%] Built target obj_algorithms.inst
[100%] Built target obj_algorithms.debug
[100%] Built target obj_integrators.debug
[100%] Built target obj_matrix_free.inst
[100%] Built target obj_matrix_free.debug
[100%] Built target obj_meshworker.inst
[100%] Built target obj_meshworker.debug
[100%] Built target deal_II.g
Scanning dependencies of target mpi.debug
[100%] Building CXX object tests/quick_tests/CMakeFiles/mpi.debug.dir/mpi.cc.o
/home/sudarshan/dealii-8.4.1/tests/quick_tests/mpi.cc: In function ‘int
main(int, char**)’:
/home/sudarshan/dealii-8.4.1/tests/quick_tests/mpi.cc:43:7: warning: variable
‘err’ set but not used [-Wunused-but-set-variable]
int err;
^
Linking CXX executable mpi.debug
[100%] Built target mpi.debug
Scanning dependencies of target mpi.debug.run
mpi.debug: RUN failed. Output:
Hi from 0/1
Hi from ERROR: process does not see nproc=2!
0/1
ERROR: process does not see nproc=2!
--------------------------------------------------------------------------
mpiexec noticed that the job aborted, but has no info as to the process
that caused that situation.
--------------------------------------------------------------------------
make[7]: *** [tests/quick_tests/CMakeFiles/mpi.debug.run] Error 1
make[6]: *** [tests/quick_tests/CMakeFiles/mpi.debug.run.dir/all] Error 2
make[5]: *** [tests/quick_tests/CMakeFiles/mpi.debug.run.dir/rule] Error 2
make[4]: *** [mpi.debug.run] Error 2
mpi.debug: ****** RUN failed *******
=============================== OUTPUT END ===============================
Expected stage PASSED - aborting
CMake Error at /home/sudarshan/dealii-8.4.1/cmake/scripts/run_test.cmake:140
(MESSAGE):
*** abort
Start 5: tbb.debug
5/5 Test #5: tbb.debug ........................ Passed 10.30 sec
80% tests passed, 1 tests failed out of 5
Total Test time (real) = 63.53 sec
The following tests FAILED:
4 - mpi.debug (Failed)
[ERROR_MESSAGE]
Errors while running CTest