gvegayon/parallel

include(path or cmd) option

Closed this issue · 4 comments

In order allow the user to run commands before parallel starts, like setting the adopath, running an algorithm, etc.

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
#24 (comment)