SCIInstitute / SCIRun

SCIRun is a Problem Solving Environment, for modeling, simulation and visualization of scientific problems. This is version 5, the upgraded version of SCIRun v4.
http://scirun.org
Other
128 stars 72 forks source link

Background threaded multi-execute module #2399

Open dcwhite opened 2 years ago

dcwhite commented 2 years ago

Idea: be able to launch a file-reading thread on first execute, pass intermediate data out (like the first section of a large matrix), then enqueueExecuteAgain to be able to re-execute downstream network for each chunk of buffered data.

dcwhite commented 1 year ago

@jessdtate Is this done enough for Kim?