Parsl / parsl

Parsl - a Python parallel scripting library
http://parsl-project.org
Apache License 2.0
507 stars 196 forks source link

Scaling problems #369

Open samarthm opened 6 years ago

samarthm commented 6 years ago

Hi!

When I'm scaling in PARSL using nodes per block on multiples of 25 I get a scaling error everytime. It seems like every other number of nodes per block works except when nodes per block % 25 is 0. That's when I get a scaling error.

Thanks for looking into this!

yadudoc commented 6 years ago

I think this should be closed given the discussion on slack. This is an error from the request hitting scheduler imposed limits.

annawoodard commented 6 years ago

We should consider raising a custom error. That would allow for better error handling.