SCIRun is a Problem Solving Environment, for modeling, simulation and visualization of scientific problems. This is version 5, the upgraded version of SCIRun v4.
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.
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.