twitter-archive / torch-ipc

A set of primitives for parallel computation in Torch
Apache License 2.0
95 stars 28 forks source link

Tests hang #24

Open szagoruyko opened 8 years ago

szagoruyko commented 8 years ago

at this point

Running tests for file [/opt/rocks/distro/install/share/lua/5.1/ipc/test_BackgroundTask.lua]:
[✔✔✔✔✔]
Running tests for file [/opt/rocks/distro/install/share/lua/5.1/ipc/test_BackgroundTaskPool.lua]:
[INFO: ipc.workqueue grew to 32768 bytes
INFO: ipc.workqueue grew to 49152 bytes
INFO: ipc.workqueue grew to 65536 bytes
INFO: ipc.workqueue grew to 81920 bytes
INFO: ipc.workqueue grew to 98304 bytes
INFO: ipc.workqueue grew to 114688 bytes
INFO: ipc.workqueue grew to 131072 bytes
INFO: ipc.workqueue grew to 147456 bytes
INFO: ipc.workqueue grew to 163840 bytes
INFO: ipc.workqueue grew to 180224 bytes
INFO: ipc.workqueue grew to 196608 bytes
INFO: ipc.workqueue grew to 212992 bytes
INFO: ipc.workqueue grew to 229376 bytes
INFO: ipc.workqueue grew to 245760 bytes
INFO: ipc.workqueue grew to 262144 bytes
INFO: ipc.workqueue grew to 278528 bytes
✔✔✔✔
Running tests for file [/opt/rocks/distro/install/share/lua/5.1/ipc/test_cliser.lua]:
[✔✔✔✔✔✔✔✔✔...........]

and btw example (client-server) in readme hangs too. something is wrong with my machines?

0wu commented 8 years ago

My system of 2K80 / Cuda7.0 also hang at the same test. However, when I recompile the package with USE_CUDA undefined. Things would work fine except for those Cuda related tests.

nicholas-leonard commented 7 years ago

@szagoruyko @0wu Does this still hang with the newest version?