Gnimuc / LBFGSB.jl

Julia wrapper for L-BFGS-B Nonlinear Optimization Code
MIT License
38 stars 6 forks source link

Fortran runtime error: End of record on 32bit Windows #1

Closed Gnimuc closed 3 years ago

Gnimuc commented 6 years ago

CI keeps failing on AppVeyor, but I don't have a 32 bit Windows machine for debugging this issue for now: https://ci.appveyor.com/project/Gnimuc/lbfgsb-jl/branch/master/job/43iwl8nm498eg57q

Gnimuc commented 5 years ago

not sure this is relevant or not, but the following warnings jumped out when building for Win64:

[20:50:41] gfortran -O3 -fPIC -shared -Wall -fbounds-check -g -Wno-uninitialized lbfgsb.f linpack.f blas.f timer.f -o liblbfgsb-3.dll
[20:50:41] f951: warning: -fPIC ignored for target (all code is position independent) [enabled by default]
[20:50:43] f951: warning: -fPIC ignored for target (all code is position independent) [enabled by default]
[20:50:43] f951: warning: -fPIC ignored for target (all code is position independent) [enabled by default]
[20:50:44] f951: warning: -fPIC ignored for target (all code is position independent) [enabled by default]
Gnimuc commented 3 years ago

This issue cannot be reproduced anymore.