mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 21:43:13 +08:00
ff8018db75
* draft of local scheduler * API * update APIs * fix * update * Rename halo -> photon. * Add build directory. * Update common submodule. * More renaming. * Fix python ctypes. * Compile in travis. * Process generic messages and not just tasks. * Move free outside of switch. * Formatting and address comments. * Remove event loop from local scheduler state. * Use accept_client from common. * Use bind_ipc_sock from common. * Fix tests. * Update common submodule. * Fix formatting.
6 lines
150 B
Bash
Executable File
6 lines
150 B
Bash
Executable File
echo "Adding Photon to PYTHONPATH" 1>&2
|
|
|
|
ROOT_DIR=$(cd "$(dirname "${BASH_SOURCE:-$0}")"; pwd)
|
|
|
|
export PYTHONPATH="$ROOT_DIR/lib/python/:$PYTHONPATH"
|