HydrologicEngineeringCenter / fda-model

A simple computational library to support water resources.
MIT License
2 stars 0 forks source link

getting stuck at Sleep(1) #331

Closed rnugent3 closed 2 years ago

rnugent3 commented 2 years ago

the resolution to this problem is to drop the parallel compute and threadsafe, move back to histogram. results are processed successfully with a basic loop and basic histogram. re-try parallel stuff later.

rnugent3 commented 2 years ago

it is possible that this bug was the result of improperly seeding the parallel compute, which was fixed in this commit: https://github.com/HydrologicEngineeringCenter/fda-model/pull/334/commits/bb36c98dc2272ad1bd0a25e7b0b39c9059f5f01f

waiting to test to close.

rnugent3 commented 2 years ago

we cheated and just nuked the parallel stuff. see PR #336