CMakeLists.txt 1.7 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# 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
      LABELS
      "RUN_TYPE=DIST"
      ENVS
      "PADDLE_DIST_UT_PORT=21282;http_proxy=;https_proxy=")
R
Roc 已提交
17 18
    set_tests_properties(test_multinode_dygraph_hybrid_dpppmp PROPERTIES TIMEOUT
                                                                         "120")
19 20 21 22 23 24 25 26 27 28 29 30
  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
      LABELS
      "RUN_TYPE=DIST"
      ENVS
      "PADDLE_DIST_UT_PORT=21284;http_proxy=;https_proxy=")
R
Roc 已提交
31 32
    set_tests_properties(test_multinode_dygraph_hybrid_dp PROPERTIES TIMEOUT
                                                                     "120")
33 34 35 36 37 38 39 40 41 42 43 44
  endif()
endif()
if(WITH_MULTINODE_TESTING)
  if((WITH_GPU) AND (LINUX))
    bash_test_modules(
      test_multinode_dygraph_sharding
      START_BASH
      multinode_dist_test.sh
      LABELS
      "RUN_TYPE=DIST"
      ENVS
      "PADDLE_DIST_UT_PORT=21286;http_proxy=;https_proxy=")
R
Roc 已提交
45 46
    set_tests_properties(test_multinode_dygraph_sharding PROPERTIES TIMEOUT
                                                                    "120")
47 48
  endif()
endif()