ralna / RALFit

A non-linear least squares solver
Other
25 stars 6 forks source link

c tests failing in ifort #8

Closed tyronerees closed 5 years ago

tyronerees commented 5 years ago

Running the test deck in ifort gives:

ral_nlls() returned with error flag -4
Test failed, model = 1, method = 2
Model not supported in dogleg (nlls_method=1)                                    
ral_nlls() returned with error flag -4
Test failed, model = 2, method = 2
Model not supported in dogleg (nlls_method=1)                                    
ral_nlls() returned with error flag -4
Test failed, model = 3, method = 2
ral_nlls() returned with error flag -7
Test failed, model = 3, method = 4
tyronerees commented 5 years ago

(This should say the test deck for the C interface)