- 12 8月, 2019 1 次提交
-
-
由 Bo Zhou 提交于
* fix a number of bug * update comments * paddle license * revert the change on client_not_init_test.py * fix timeout bug & unnitest * add unit test for potential bugs * yapf * unit test * logger * logger#2 * fix job's bug that will cause dead-lock * fix bug * add missing files * solve hanging * fix comments; exit job completely * hanging problem * hanging problem#2 * hanging_program#3 * CMAKE * remove unused variables
-
- 06 8月, 2019 1 次提交
-
-
由 Bo Zhou 提交于
* fix bug: removing the job from the cluster twice; add test scripts * fix attribute error * fix comment * rename * fix the bug in unit test * remove queue
-
- 03 8月, 2019 1 次提交
-
-
由 Bo Zhou 提交于
* fix the vital issue on compatibility * resolve the warning log * yapf * yapf
-
- 02 8月, 2019 1 次提交
-
-
由 fuyw 提交于
* first pr * start a worker when the master is started. * First PR & Fix logger bugs. * update docs for a2c, impala and ga3c * update doc * yapf modification * update logger * yapf correct * yapf * setup.py * old setup.py * worker 86
-
- 04 6月, 2019 1 次提交
-
-
由 Hongsheng Zeng 提交于
* add traceback of remote function calling * assert traceback information
-
- 13 5月, 2019 1 次提交
-
-
由 Hongsheng Zeng 提交于
* support serialize/deserialize instance of custom class * update version requirement of dependences * remove requirements of unittest which are included in parl * use fashion style of pyarrow serialization context; add thread safe unittest of serialize/deserialize * add thread-safe test of remote module; add more exception tips of serialize/deserialize * refine comment
-
- 18 4月, 2019 2 次提交
-
-
由 qinduohao 提交于
* add compatible queue definition
-
由 Hongsheng Zeng 提交于
* fix typo * Update README.md * Update README.md * Update README.md * soft depend on fluid; add module to monitor client status * improve performance of IMPALA example * fix bug of some client cannot exit normally * refine comment * .
-
- 13 4月, 2019 1 次提交
-
-
由 Bo Zhou 提交于
* Update remote_decorator.py * Update README.md * add an figure for the demonstration about parallelization * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * add a link to IMPALA
-
- 07 3月, 2019 1 次提交
-
-
由 Hongsheng Zeng 提交于
* refine remote module, add heartbeat machanism and unittest * yapf * yapf * support get ip address in CentOS, add dependence * yapf * add dependence in Dockerfile * refine message_tag, Compatible with Python2 and python3 * refine unittest and comments * remove ParlError, use to_pybytes api to compatible with Python 2 and python 3 * Not need to use to_pybytes * use parl-test docker image for unittest, which has python2 and python3 env * test different release order of sockets * test for different closing way fo context and socket * tmp commit for debug in teamcity * tmp commit for debug in teamcity * tmp commit for debug in teamcity * use zmq.context destroy to close multi-thread socket, refine RemoteError * set linger=0 for command socket in RemoteObject * remove close context unittest * fix codestyle * fix codestyle * rename parl.remote to parl.remote_class; will not exit client when having errors in function call; use sepereate server port in unittest to avoiding closing server manually * rename parl.remote to parl.remote_class; will not exit client when having errors in function call; use sepereate server port in unittest to avoiding closing server manually * fix typo * remove unnecessary try/except in reply loop of client * import RemoteManager to parl; refine comment
-
- 27 2月, 2019 1 次提交
-
-
由 Bo Zhou 提交于
* first version of network communication * fix code styple problems * add a script to get machine's information * code styple problems#2 * fix unit test problems * update dockfile to fix the installation issue of cmake * thread-saftey ensurance & copright * resolve comments
-