Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with parallal do, break r(1) when executing #108

Open
4 tasks done
Albymol opened this issue Feb 22, 2024 · 1 comment
Open
4 tasks done

Problem with parallal do, break r(1) when executing #108

Albymol opened this issue Feb 22, 2024 · 1 comment

Comments

@Albymol
Copy link

Albymol commented Feb 22, 2024

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:

@Albymol 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
@Albymol
Copy link
Author

Albymol commented 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant