Closed gvegayon closed 9 years ago
Will the includefile(filename)
options serve this purpose?
You are right! I forgot about that! Will this work in case stata can't find parallel.mlib??
Well, anytime you reset the adopath you should mata: mata mlib index
.
We automatically copy over PERSONAL and S_ADO (and reset mlibs), so the includefile likely doesn't have to be used for that.
It did worked. It was used to solve this problem https://github.com/gvegayon/parallel/issues/24#issuecomment-156743478
In order allow the user to run commands before parallel starts, like setting the adopath, running an algorithm, etc.