We only copy over a few of the possible preferences to the child cluster processes. Someone might want their code to run with the appropriate version/matsize/matafavor etc. I think we should allow an option like include_file(string) and we include that file in each cluster before we start the target do or program. That way those pieces of code would be more like to be able to be run unaltered.
We only copy over a few of the possible preferences to the child cluster processes. Someone might want their code to run with the appropriate
version
/matsize
/matafavor
etc. I think we should allow an option likeinclude_file(string)
and weinclude
that file in each cluster before we start the target do or program. That way those pieces of code would be more like to be able to be run unaltered.