golemfactory / gumpi

MPI on Golem Unlimited PoC
GNU Affero General Public License v3.0
2 stars 3 forks source link

Warn about usused provider filters #48

Open marmistrz opened 5 years ago

marmistrz commented 5 years ago

If we choose a provider using the --provider and the given node doesn't exist, it is silently ignored.

Usually this happens due to (a) a node gone offline (b) a typo, so it would be nice to warn the user in such a case.

Introduced by #40.