We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8372a1c commit 835ca71Copy full SHA for 835ca71
1 file changed
concore.hpp
@@ -40,10 +40,6 @@ class Concore{
40
string inpath = "./in";
41
string outpath = "./out";
42
43
- // Shared memory segment size in bytes.
44
- // Increase this constant if your payloads exceed 4096 bytes.
45
- // All nodes in a study must be compiled with the same SHM_SIZE.
46
- // Payloads >= SHM_SIZE throw std::runtime_error (no silent truncation).
47
static constexpr size_t SHM_SIZE = 4096;
48
49
int shmId_create = -1;
0 commit comments