From 6f009cf8ba7a2ae7221ebfa9129c2a05abf49b0d Mon Sep 17 00:00:00 2001 From: dong zhihong Date: Sat, 28 Oct 2017 06:43:21 +0800 Subject: [PATCH] rerun ci --- python/paddle/v2/framework/tests/test_nccl_init_op.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/paddle/v2/framework/tests/test_nccl_init_op.py b/python/paddle/v2/framework/tests/test_nccl_init_op.py index b56a857a98c..054909fdf55 100644 --- a/python/paddle/v2/framework/tests/test_nccl_init_op.py +++ b/python/paddle/v2/framework/tests/test_nccl_init_op.py @@ -11,7 +11,7 @@ if not core.is_compile_gpu(): gpu_count = core.get_cuda_device_count() if gpu_count <= 1: - exit(1) + exit(0) g_scope = core.Scope() g_ctx = core.DeviceContext.create(core.CPUPlace()) -- GitLab