fastflow
fastflow copied to clipboard
FastFlow pattern-based parallel programming framework (formerly on sourceforge)
In function `ff_node::thWorker::svc_init` : the call `filter->setCPUId(cpuId)` does not do anything since it simply assigns `cpuId` which has just been read above in `int cpuId = filter->getCPUId()`.
Currently, FastFlow allows to set CPU affinity for nodes using either `default_mapping` (sets it in round-robin fashion over core IDs in `FF_MAPPING_STRING`) or `no_mapping` (allows a node to run on...
Is there any documentation about the dnode? I would like to use fastflow in a distributed system, but all docs online only shown that this framework is working well on...
Hello, How could I modify the number of threads while running pipeline examples? According to README, the number of threads is defaulted to the number of cores. However, I would...