You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
Albymol
changed the title
Hello, I am using parallel to run a dofile:
Problem with parallal do, break r(1) when executing
Feb 22, 2024
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.
Preliminaries
Before submitting an issue, please check (with
x
in brackets) that you: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
Output from
creturn list
:The text was updated successfully, but these errors were encountered: