lua---parallel
lua---parallel copied to clipboard
A (simple) parallel computing framework for Lua
When calling addremote/sfork combination to run a process at a remote location, along with 'ip', 'protocol', and 'lua' and optional 'env' is available. If set to env='remote' in the addremote...
A process forked by Parallel seems to have a new enviroment. And the QT must called by "qlua", it seems that the new process is using "th" to run as...
$luarocks install parallel get the following errors: make[2]: **\* [CMakeFiles/luazmq.dir/zmq.c.o] Error 1 make[1]: **\* [CMakeFiles/luazmq.dir/all] Error 2 make: **\* [all] Error 2
let's say I want to split this into 4 parts and create 4 forked processes. what is the easiest way to do this? for t = 1, trainData:size() do trainData2.data[t]...