Problem with parallal do, break r(1) when executing
Opened this issue · 1 comments
Preliminaries
Before submitting an issue, please check (with x
in brackets) that you:
- Are using the newest release (see here for latest release version number).
- Have checked that the examples in the help work.
- Have read the help (HTML version) and the gallery of examples.
- Have checked that there is not already an existing issues for what you are reporting.
Expected behavior and actual behavior
Described what you expected to see and what you actually see
Steps to reproduce the problem
Please include a minimal, complete, and verifiable example. If possible, use system-provided or generated data. Otherwise please link to data so that the example can be verified by others. Format the code with an initial and final line of three backticks(`) for readability (see GitHub's markdown formatting)
System information
Some relevant information
- Stata version and flavor (e.g. v14 MP):
- OS type and version (e.g. Windows 10):
- Parallel version:
Output from creturn list
:
I am using parallel on a windows 10 with Stata MP 17.
I want to run a dofile in parallel. it contains a loop over the variable 'sector'
I set the clusters successfully but when I run:
parallel do "myfile.do" , by(sector)
I get a break r(1) error immediatly.
What is wrong?
Notice that I could not scc install and I had to move manually ados in the adopath (as well as matlib files) i also already run mata: mata mlib index
to set the cluster successfully.