- 15 Sep, 2021 1 commit
-
-
Roland Haas authored
with PAX support longer ones are allowed
-
- 29 Dec, 2020 4 commits
-
-
Roland Haas authored
-
Roland Haas authored
-
Roland Haas authored
-
Roland Haas authored
-
- 16 Dec, 2020 1 commit
-
-
Roland Haas authored
-
- 13 Mar, 2020 1 commit
-
-
Roland Haas authored
-
- 30 Jan, 2020 2 commits
-
-
Roland Haas authored
fix bug concerning retval of readv (was exactly the wrong condition check)
-
Roland Haas authored
-
- 29 Oct, 2019 4 commits
-
-
Roland Haas authored
-
Roland Haas authored
-
Roland Haas authored
-
Roland Haas authored
-
- 01 Jun, 2019 9 commits
-
-
Roland Haas authored
-
Roland Haas authored
-
Roland Haas authored
-
Roland Haas authored
-
Roland Haas authored
-
Roland Haas authored
-
Roland Haas authored
-
Roland Haas authored
-
Roland Haas authored
using 512MB for the stream buffer and copy_block_size uses up to 1.5GB of RAM
-
- 17 May, 2019 5 commits
-
-
Roland Haas authored
-
Roland Haas authored
-
Roland Haas authored
-
Roland Haas authored
even though I am using strncpy exactly as designed, sufficiently many people seem to not do so and gcc complains, so I used memcpy instead
-
Roland Haas authored
-
- 05 Mar, 2018 2 commits
-
-
Roland Haas authored
-
Roland Haas authored
-
- 31 Dec, 2017 9 commits
-
-
Roland Haas authored
not very efficient or pretty (too many malloc/free) but enough to test for now. Possible improvements: * use less malloc/free * use ring buffer (or bipbuffer) * use POSIX asyncio and get rid of thread (combine with eihter one of the above)
-
Roland Haas authored
-
Roland Haas authored
-
Roland Haas authored
-
Roland Haas authored
-
Roland Haas authored
-
Roland Haas authored
-
Roland Haas authored
-
Roland Haas authored
-
- 09 Jun, 2017 2 commits
-
-
Roland Haas authored
they do not have to be the same: https://www.mcs.anl.gov/research/projects/mpi/mpi-standard/mpi-report-2.0/node47.htm
-
Roland Haas authored
this is a bit clearer than hard-coding the relation between the request number and the worker it was sent to
-