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

parallel_map crashes on computers with slow temp folder #36

Open
alejoforero opened this issue Apr 13, 2023 · 0 comments
Open

parallel_map crashes on computers with slow temp folder #36

alejoforero opened this issue Apr 13, 2023 · 0 comments

Comments

@alejoforero
Copy link

parallel_map runs into frequent supposed "syntax" errors that crashes the program. Changing the sleep time in line 348 from 50 to e.g. 500 solves this problem. This is important for legacy servers which, while having slow drives for the temporary files folder, still have many cores that are useful to speed up simulations.

I propose adding a [sleep(integer 50)] option in the syntax, with default 50 as is now. Should I do a pull request?

Stata 17, MP4.
Windows Server 2019.

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