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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: