Skip to content

Commit 16409ba

Browse files
committed
updated building procedure
1 parent 3277195 commit 16409ba

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/tests/interpolation/CMakeLists.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,14 @@ ecbuild_add_test( TARGET atlas_test_interpolation_spherical_vector
173173
ENVIRONMENT ${ATLAS_TEST_ENVIRONMENT}
174174
)
175175

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+
176184
ecbuild_add_test( TARGET atlas_test_interpolation_binning
177185
SOURCES test_interpolation_binning.cc
178186
LIBS atlas

0 commit comments

Comments
 (0)