search for: parabar

Displaying 2 results from an estimated 2 matches for "parabar".

Did you mean: acabar
2024 Mar 25
1
Wish: a way to track progress of parallel operations
...ait until all chunk elements have been processed before updating the progress bar and submitting a new portion; dynamic load balancing becomes much less efficient. - Adding local side effects to the function and detecting them while the parallel function is running in a child process (parabar). A clever hack, but much harder to extend to distributed clusters. With recvData and recvOneData becoming exported in R-4.4 [*], another approach becomes feasible: wrap the cluster object (and all nodes) into another class, attach the progress callback as an attribute, and let recvData / recvO...
2024 Mar 25
3
Wish: a way to track progress of parallel operations
...lements have been processed before updating the > progress bar and submitting a new portion; dynamic load balancing > becomes much less efficient. > > - Adding local side effects to the function and detecting them while > the parallel function is running in a child process (parabar). A > clever hack, but much harder to extend to distributed clusters. > > With recvData and recvOneData becoming exported in R-4.4 [*], another > approach becomes feasible: wrap the cluster object (and all nodes) into > another class, attach the progress callback as an attribute,...