Skip to content
Snippets Groups Projects
Commit c08a3535 authored by wenqing's avatar wenqing
Browse files

[Test] Added a 3D parallel computing test of the Poisson type problem

The results of this test are also included.
parent ce050ad8
No related branches found
No related tags found
No related merge requests found
Showing
with 27 additions and 2 deletions
...@@ -39,6 +39,14 @@ set(FilePath "DATA{${ExternalData_SOURCE_ROOT}/EllipticPETSc/,REGEX:.*}") ...@@ -39,6 +39,14 @@ set(FilePath "DATA{${ExternalData_SOURCE_ROOT}/EllipticPETSc/,REGEX:.*}")
set(MPITestParameters -np 3 "${PROJECT_BINARY_DIR}/bin/ogs" "${FilePath}/quad_20x10_GroundWaterFlow.prj" -- -gw_ksp_type bcgs -gw_pc_type bjacobi -gw_ksp_atol 1.e-10) set(MPITestParameters -np 3 "${PROJECT_BINARY_DIR}/bin/ogs" "${FilePath}/quad_20x10_GroundWaterFlow.prj" -- -gw_ksp_type bcgs -gw_pc_type bjacobi -gw_ksp_atol 1.e-10)
ExternalData_Add_Test( ExternalData_Add_Test(
data data
NAME ParallelFEM_GroundWaterFlow NAME ParallelFEM_GroundWaterFlow2D
COMMAND "mpirun" ${MPITestParameters} ${SolverType}
)
set(FilePath "DATA{${ExternalData_SOURCE_ROOT}/EllipticPETSc/,REGEX:.*}")
set(MPITestParameters -np 3 "${PROJECT_BINARY_DIR}/bin/ogs" "${FilePath}/cube_1e3.prj" -- -gw_ksp_type bcgs -gw_pc_type bjacobi -gw_ksp_atol 1.e-10)
ExternalData_Add_Test(
data
NAME ParallelFEM_GroundWaterFlow3D
COMMAND "mpirun" ${MPITestParameters} ${SolverType} COMMAND "mpirun" ${MPITestParameters} ${SolverType}
) )
51d3982fadd418c03c14e8ed118510b0
4dc7f4f860e2d1d94251af43d0f07e47
afa5cde3558626bba0ace584947e912b
de202ae9ea232a65fe39f221144c8a37
3131eb2578d0e57ebbcca606ba46f283
5a6726fb2142a57d401fa553d4374c8e
1a31691ad2af86018942cd34feb80b8d
93edceded9619355818b263d82187254
bc06a4c006e9e52de81661326af0a661
86bee4c193fd3eb1cd3c6763ca9baaac
34c859ccc558369b42858fce5b1b883a
638cd9a14726006b108f429b7e4e95e8
5def96fad11b40ac3aa3922804d483a2
e43258acc375fefa0ccd6cfe00880106
fa08a100756b8b3f86b2e104921b968c
e8a2adc49ad74991e4a78deb6ab885f7
319076ed42e87d91671f37bd6c3958df
e43258acc375fefa0ccd6cfe00880106
1e7992425efeb712d1b7c497396f3cc3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment