|
|
@ -128,7 +128,8 @@ def __bootstrap__():
|
|
|
|
]
|
|
|
|
]
|
|
|
|
if core.is_compiled_with_dist():
|
|
|
|
if core.is_compiled_with_dist():
|
|
|
|
read_env_flags.append('rpc_deadline')
|
|
|
|
read_env_flags.append('rpc_deadline')
|
|
|
|
read_env_flags.append('listen_and_serv_profile_period')
|
|
|
|
read_env_flags.append('rpc_server_profile_period')
|
|
|
|
|
|
|
|
read_env_flags.append('rpc_server_profile_path')
|
|
|
|
|
|
|
|
|
|
|
|
if core.is_compiled_with_cuda():
|
|
|
|
if core.is_compiled_with_cuda():
|
|
|
|
read_env_flags += [
|
|
|
|
read_env_flags += [
|
|
|
|