Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CUTEstModel("GUASS2") throws error #128

Closed
ohinder opened this issue Jun 20, 2017 · 5 comments
Closed

CUTEstModel("GUASS2") throws error #128

ohinder opened this issue Jun 20, 2017 · 5 comments

Comments

@ohinder
Copy link

ohinder commented Jun 20, 2017

Hey,

When I type:

nlp_raw = CUTEstModel("GAUSS2")

I get an error. I think the problem "GAUSS2" has been added to the latest push of CUTEst because didn't have it in the test set before.

-------- FULL ERROR ---------
gfortran: error: ELFUN.f: No such file or directory
gfortran: error: EXTER.f: No such file or directory
gfortran: error: GROUP.f: No such file or directory
gfortran: error: RANGE.f: No such file or directory
gfortran: fatal error: no input files
compilation terminated.
ERROR: failed process: Process(`gfortran -c -fPIC ELFUN.f EXTER.f GROUP.f RANGE.f`, ProcessExited(1)) [1]
 in pipeline_error(::Base.Process) at ./process.jl:616
 in run at ./process.jl:592 [inlined]
 in (::CUTEst.##23#24{Bool,String,Tuple{}})() at /home/ohinder/.julia/v0.5/CUTEst/src/CUTEst.jl:97
 in cd(::CUTEst.##23#24{Bool,String,Tuple{}}, ::String) at ./file.jl:59
 in #sifdecoder#22(::Bool, ::Function, ::String) at /home/ohinder/.julia/v0.5/CUTEst/src/CUTEst.jl:92
 in (::CUTEst.#kw##sifdecoder)(::Array{Any,1}, ::CUTEst.#sifdecoder, ::String) at ./<missing>:0
 in (::CUTEst.##26#27{Bool,Bool,String,Tuple{}})() at /home/ohinder/.julia/v0.5/CUTEst/src/CUTEst.jl:119
 in cd(::CUTEst.##26#27{Bool,Bool,String,Tuple{}}, ::String) at ./file.jl:59
 in #CUTEstModel#25(::Bool, ::Bool, ::Type{T}, ::String) at /home/ohinder/.julia/v0.5/CUTEst/src/CUTEst.jl:111
 in CUTEst.CUTEstModel(::String) at /home/ohinder/.julia/v0.5/CUTEst/src/CUTEst.jl:107
@ohinder
Copy link
Author

ohinder commented Jun 20, 2017

It seems to be a problem with all the newly added problems in the latest version

@abelsiqueira
Copy link
Member

Hello @ohinder, did you update CUTEst.jl, or is it fresh installation? Try Pkg.build("CUTEst").
If you have an external installation of CUTEst, you'll need to manually update that instead.

@ohinder
Copy link
Author

ohinder commented Jun 20, 2017

I updated CUTEst.jl and built it (within julia) ... am pretty sure I just installed cutest through julia

@abelsiqueira
Copy link
Member

It could be that Pkg.build is not reinstalling. Can you remove all files and folders in deps, except for build.jl, close and reopen julia and try Pkg.build("CUTEst") again?

@ohinder
Copy link
Author

ohinder commented Jun 22, 2017

thanks. yeah that works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants