Files
paddlepaddle--paddle/test/collective/multinode/CMakeLists.txt
T
2026-07-13 12:40:42 +08:00

55 lines
1.7 KiB
CMake

# This file is generated by ${PADDLE_ROOT}/tools/gen_ut_cmakelists.py.
# Please don't modify this file manually.
# If you need to change unittests in this file, please modify testslist.csv in the current directory
# and then run the command `python3 ${PADDLE_ROOT}/tools/gen_ut_cmakelists.py -f ${CURRENT_DIRECTORY}/testslist.csv`
set(LOCAL_ALL_ARCH ON)
set(LOCAL_ALL_PLAT ON)
if(WITH_MULTINODE_TESTING)
if((WITH_GPU) AND (LINUX))
bash_test_modules(
test_multinode_dygraph_hybrid_dpppmp
START_BASH
multinode_dist_test.sh
TIMEOUT
"120"
LABELS
"RUN_TYPE=DIST"
ENVS
"PADDLE_DIST_UT_PORT=21282;http_proxy=;https_proxy=")
set_tests_properties(test_multinode_dygraph_hybrid_dpppmp PROPERTIES TIMEOUT
"120")
endif()
endif()
if(WITH_MULTINODE_TESTING)
if((WITH_GPU) AND (LINUX))
bash_test_modules(
test_multinode_dygraph_hybrid_dp
START_BASH
multinode_dist_test.sh
TIMEOUT
"120"
LABELS
"RUN_TYPE=DIST"
ENVS
"PADDLE_DIST_UT_PORT=21284;http_proxy=;https_proxy=")
set_tests_properties(test_multinode_dygraph_hybrid_dp PROPERTIES TIMEOUT
"120")
endif()
endif()
if(WITH_MULTINODE_TESTING)
if((WITH_GPU) AND (LINUX))
bash_test_modules(
test_multinode_dygraph_sharding
START_BASH
multinode_dist_test.sh
TIMEOUT
"120"
LABELS
"RUN_TYPE=DIST"
ENVS
"PADDLE_DIST_UT_PORT=21286;http_proxy=;https_proxy=")
set_tests_properties(test_multinode_dygraph_sharding PROPERTIES TIMEOUT
"120")
endif()
endif()