Skip to content

Commit

Permalink
[alien,ArcaneInterface,config,test] Remove systematic definition of A…
Browse files Browse the repository at this point in the history
…RCANE_PARALLEL_SERVICE=Mpi in Alien tests.

 Was needed by the cast into MpiMessagePassingMng (now removed).
  • Loading branch information
stdcm committed Oct 4, 2024
1 parent 49bdb2b commit e377853
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
16 changes: 0 additions & 16 deletions alien/ArcaneInterface/cmake/LoadAlienTest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,6 @@ macro(alien_test)
)
endif ()

if (TARGET arcane_core)

set_tests_properties(${ARGS_BENCH}.${ARGS_NAME} PROPERTIES
ENVIRONMENT "ARCANE_PARALLEL_SERVICE=Mpi"
)

endif ()

if (WIN32)
# ajout de bin/sys_dlls au PATH
set(PATH ${CMAKE_BINARY_DIR}/bin/sys_dlls)
Expand Down Expand Up @@ -121,14 +113,6 @@ macro(alien_test)
)
endif ()

if (TARGET arcane_core)

set_tests_properties(${ARGS_BENCH}.${ARGS_NAME}.mpi-${mpi} PROPERTIES
ENVIRONMENT "ARCANE_PARALLEL_SERVICE=Mpi"
)

endif ()

if (WIN32)
# ajout de bin/sys_dlls au PATH
set(PATH ${CMAKE_BINARY_DIR}/bin/sys_dlls)
Expand Down
3 changes: 0 additions & 3 deletions alien/ArcaneInterface/test/AlienBench/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ alien_test(
WORKING_DIRECTORY ${ALIEN_ARCANE_INTERFACE_DIR}/test/AlienBench)

if (TARGET petsc)
set(ENV (ARCANE_PARALLEL_SERVICE) "Mpi")

alien_test(
BENCH alien.bench
Expand Down Expand Up @@ -290,7 +289,6 @@ if (TARGET petsc)
endif ()

if (TARGET hypre)
set(ENV (ARCANE_PARALLEL_SERVICE) "Mpi")

alien_test(
BENCH alien.bench.hypre
Expand Down Expand Up @@ -347,7 +345,6 @@ endif(ALIEN_USE_SYCL)
endif ()

if (TARGET trilinos)
set(ENV (ARCANE_PARALLEL_SERVICE) "Mpi")

alien_test(
BENCH alien.bench.trilinos
Expand Down

0 comments on commit e377853

Please sign in to comment.