mirror of
https://github.com/wassname/ray.git
synced 2026-08-03 13:10:57 +08:00
When a task is passed to the global scheduler, if it is not received,… (#1106)
* When a task is passed to the global scheduler, if it is not received, then try again. * Call give_task_to_global_scheduler directly (same with local).
This commit is contained in:
committed by
Alexey Tumanov
parent
6109cc0782
commit
b585001881
@@ -6,7 +6,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/cmake/Common.cmake)
|
||||
|
||||
add_subdirectory(redis_module)
|
||||
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC -g")
|
||||
|
||||
include_directories(thirdparty/ae)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user