gvegayon / parallel

PARALLEL: Stata module for parallel computing
https://rawgit.com/gvegayon/parallel/master/ado/parallel.html
MIT License
118 stars 26 forks source link

Including preference file #10

Closed bquistorff closed 9 years ago

bquistorff commented 9 years ago

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.

bquistorff commented 9 years ago

Implemented in d1f2eb966adb9c077d3d28aad0dc54d58334ad45.