uqfoundation / ppft

distributed and parallel Python
http://ppft.rtfd.io
Other
65 stars 14 forks source link

examples produce seemingly innocuous ERROR on windows #12

Closed mmckerns closed 1 year ago

mmckerns commented 6 years ago

Exercises seem to run just fine for python 3.x, however, the code prints errors of the form: ERROR: The process "128" not found

These seem to be a harmless side-effect of: https://support.microsoft.com/en-us/help/2798040/you-cannot-stop-a-process-by-using-the-taskkill-exe-utility-in-windows

mmckerns commented 1 year ago

This appears to no longer be an issue. Closing.