We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3277195 commit 16409baCopy full SHA for 16409ba
src/tests/interpolation/CMakeLists.txt
@@ -173,6 +173,14 @@ ecbuild_add_test( TARGET atlas_test_interpolation_spherical_vector
173
ENVIRONMENT ${ATLAS_TEST_ENVIRONMENT}
174
)
175
176
+ecbuild_add_test( TARGET atlas_test_interpolation_spherical_vector_to_point_6PE
177
+ SOURCES test_interpolation_spherical_vector_to_point_6PE.cc
178
+ LIBS atlas
179
+ MPI 6
180
+ CONDITION eckit_HAVE_MPI AND MPI_SLOTS GREATER_EQUAL 6
181
+ ENVIRONMENT ${ATLAS_TEST_ENVIRONMENT}
182
+)
183
+
184
ecbuild_add_test( TARGET atlas_test_interpolation_binning
185
SOURCES test_interpolation_binning.cc
186
LIBS atlas
0 commit comments