Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ogs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Chaofan Chen
ogs
Commits
557971cc
Commit
557971cc
authored
5 months ago
by
Tom Fischer
Browse files
Options
Downloads
Patches
Plain Diff
[T] Disable parallel xdmf/hdf5 output writing in multiple files
After improvements/fixes the tests will be enabled again
parent
6562ab80
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ProcessLib/SteadyStateDiffusion/Tests.cmake
+27
-27
27 additions, 27 deletions
ProcessLib/SteadyStateDiffusion/Tests.cmake
with
27 additions
and
27 deletions
ProcessLib/SteadyStateDiffusion/Tests.cmake
+
27
−
27
View file @
557971cc
...
...
@@ -549,33 +549,33 @@ AddTest(
cube_1e3_np3.xdmf cube_1e3_np3_cube_1x1x1_hex_1e3.xdmf v v 1e-3 1e-3
)
AddTest
(
NAME ParallelFEM_GroundWaterFlow3D_NeumannBC_XDMF_np3_2files
PATH EllipticPETSc/XDMF_NP3_2
EXECUTABLE ogs
EXECUTABLE_ARGS ../cube_1e3_XDMF_np3_2files.prj
WRAPPER mpirun
WRAPPER_ARGS -np 3
TESTER xdmfdiff
REQUIREMENTS OGS_USE_MPI
DIFF_DATA
cube_1e3_np3_2files_0.xdmf cube_1e3_np3_cube_1x1x1_hex_1e3.xdmf pressure pressure 1e-3 1e-3
cube_1e3_np3_2files_0.xdmf cube_1e3_np3_cube_1x1x1_hex_1e3.xdmf v v 1e-3 1e-3
)
AddTest
(
NAME ParallelFEM_GroundWaterFlow3D_NeumannBC_XDMF_np3_3files
PATH EllipticPETSc/XDMF_NP3_3
EXECUTABLE ogs
EXECUTABLE_ARGS ../cube_1e3_XDMF_np3_3files.prj
WRAPPER mpirun
WRAPPER_ARGS -np 3
TESTER xdmfdiff
REQUIREMENTS OGS_USE_MPI
DIFF_DATA
cube_1e3_np3_3files_0.xdmf cube_1e3_np3_cube_1x1x1_hex_1e3.xdmf pressure pressure 1e-3 1e-3
cube_1e3_np3_3files_0.xdmf cube_1e3_np3_cube_1x1x1_hex_1e3.xdmf v v 1e-3 1e-3
)
#
AddTest(
#
NAME ParallelFEM_GroundWaterFlow3D_NeumannBC_XDMF_np3_2files
#
PATH EllipticPETSc/XDMF_NP3_2
#
EXECUTABLE ogs
#
EXECUTABLE_ARGS ../cube_1e3_XDMF_np3_2files.prj
#
WRAPPER mpirun
#
WRAPPER_ARGS -np 3
#
TESTER xdmfdiff
#
REQUIREMENTS OGS_USE_MPI
#
DIFF_DATA
#
cube_1e3_np3_2files_0.xdmf cube_1e3_np3_cube_1x1x1_hex_1e3.xdmf pressure pressure 1e-3 1e-3
#
cube_1e3_np3_2files_0.xdmf cube_1e3_np3_cube_1x1x1_hex_1e3.xdmf v v 1e-3 1e-3
#
)
#
AddTest(
#
NAME ParallelFEM_GroundWaterFlow3D_NeumannBC_XDMF_np3_3files
#
PATH EllipticPETSc/XDMF_NP3_3
#
EXECUTABLE ogs
#
EXECUTABLE_ARGS ../cube_1e3_XDMF_np3_3files.prj
#
WRAPPER mpirun
#
WRAPPER_ARGS -np 3
#
TESTER xdmfdiff
#
REQUIREMENTS OGS_USE_MPI
#
DIFF_DATA
#
cube_1e3_np3_3files_0.xdmf cube_1e3_np3_cube_1x1x1_hex_1e3.xdmf pressure pressure 1e-3 1e-3
#
cube_1e3_np3_3files_0.xdmf cube_1e3_np3_cube_1x1x1_hex_1e3.xdmf v v 1e-3 1e-3
#
)
AddTest
(
NAME ParallelFEM_GroundWaterFlow3D_NeumannBC_XDMF_np2
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment