Skip to content

Commit

Permalink
Fix MPI_SLOTS for atlas_test_cubedsphere_functionspace
Browse files Browse the repository at this point in the history
wdeconinck committed Dec 12, 2024
1 parent d243501 commit a3b271a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/functionspace/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@ ecbuild_add_test( TARGET atlas_test_cellcolumns

ecbuild_add_test( TARGET atlas_test_cubedsphere_functionspace
MPI 8
CONDITION eckit_HAVE_MPI
CONDITION eckit_HAVE_MPI AND MPI_SLOTS GREATER_EQUAL 8
SOURCES test_cubedsphere_functionspace.cc
LIBS atlas
ENVIRONMENT ${ATLAS_TEST_ENVIRONMENT}

0 comments on commit a3b271a

Please sign in to comment.