Skip to content

Commit

Permalink
[CT] Temporally disabled a benchmark: RadionuclideSorption.prj
Browse files Browse the repository at this point in the history
where PETScVector is incorrectly used as serial vector type.
  • Loading branch information
wenqing authored and endJunction committed Nov 20, 2024
1 parent 9a3427c commit 5e05d11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ProcessLib/ComponentTransport/Tests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,8 @@ AddTest(

if (OGS_USE_MPI)
OgsTest(WRAPPER mpirun -np 1 PROJECTFILE Parabolic/ComponentTransport/ReactiveTransport/EquilibriumPhase/calcitePorosityChange.prj RUNTIME 25)
OgsTest(WRAPPER mpirun -np 2 PROJECTFILE Parabolic/ComponentTransport/ReactiveTransport/SurfaceComplexation/ParallelTest/RadionuclideSorption.prj RUNTIME 60)
# Disabled the following test due to the incorrectly used PETSc vector in AqueousSolution. Will be enabled once the issue is fixed.
#OgsTest(WRAPPER mpirun -np 2 PROJECTFILE Parabolic/ComponentTransport/ReactiveTransport/SurfaceComplexation/ParallelTest/RadionuclideSorption.prj RUNTIME 60)
endif()

AddTest(
Expand Down

0 comments on commit 5e05d11

Please sign in to comment.