DOI-BOR / ostrich

An optimization toolkit for model calibration
GNU General Public License v2.0
1 stars 1 forks source link

ParaPADDS crashes due to null pointer if run on just 2 processors #33

Open lsmatott opened 2 years ago

lsmatott commented 2 years ago

ParaPADDS code expects at least two worker processors. If only one worker is present the code crashes when it attempts to compare stest and sbest because sbest is not previously initialized.