Skip to content

Commit d8e9435

Browse files
committed
Temporarily limit the number of ranks for L2TriToQuad tests
1 parent d1422a8 commit d8e9435

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

  • test/tests/mfem/transfers
    • l2_libmesh_parent_mfem_sub
    • l2_mfem_parent_libmesh_sub

test/tests/mfem/transfers/l2_libmesh_parent_mfem_sub/tests

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
cli_args = 'Mesh/file=../../mesh/square_quad9.e '
3939
'Outputs/file_base=libmesh_parent_scalar_mfem_sub_tri_to_quad '
4040
'mfem_app0:Mesh/file=../../mesh/square_tri6.e '
41+
max_parallel = 6 # under investigation
4142
[]
4243
[L2Hex]
4344
type = CSVDiff

test/tests/mfem/transfers/l2_mfem_parent_libmesh_sub/tests

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
cli_args = 'Mesh/file=../../mesh/square_quad9.e '
3939
'Outputs/file_base=mfem_parent_libmesh_sub_scalar_tri_to_quad '
4040
'libmesh_app0:Mesh/file=../../mesh/square_tri6.e '
41+
max_parallel = 15 # under investigation
4142
[]
4243
[L2Hex]
4344
type = CSVDiff

0 commit comments

Comments
 (0)