We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f9d15e commit 25902b2Copy full SHA for 25902b2
python/paddle/fluid/tests/unittests/CMakeLists.txt
@@ -4,6 +4,7 @@ set(GC_ENVS FLAGS_eager_delete_tensor_gb=0.0 FLAGS_fast_eager_deletion_mode=1 FL
4
set(dist_ENVS http_proxy="" https_proxy="")
5
6
file(GLOB DIST_TEST_OPS RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" "test_dist_*.py")
7
+list(REMOVE_ITEM DIST_TEST_OPS "test_dist_op")
8
if(NOT WITH_NCCL)
9
list(REMOVE_ITEM DIST_TEST_OPS "test_dist_mnist_dgc_nccl")
10
endif()
0 commit comments