Przemysław Juda
Results
2
comments of
Przemysław Juda
Let me summarize the discussion and confirm the problem. I could reproduce the issue by first increasing the ulimit: `ulimit -n 2048` and then running with the following input [input.txt](https://github.com/cosmo-epfl/i-pi-dev/files/1582806/input.txt)...
Some more input about the bug (1.). The error is triggered in `ipi/interfaces/sockets.py`, line 514: `readable, writable, errored = select.select([self.server], [], [], searchtimeout)` because the filedescriptor is greater than 1024,...