Skip to content

Improve CUTEst benchmarks #1283

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

Open
wants to merge 15 commits into
base: cutest
Choose a base branch
from
Open
6 changes: 6 additions & 0 deletions benchmarks/OptimizationCUTEst/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1652,6 +1652,12 @@ git-tree-sha1 = "887579a3eb005446d514ab7aeac5d1d027658b8f"
uuid = "e7412a2a-1a6e-54c0-be00-318e2571c051"
version = "1.3.5+1"

[[deps.OMJulia]]
deps = ["DataFrames", "DataStructures", "LightXML", "Random", "ZMQ"]
git-tree-sha1 = "5f2b4eb7fed3c1ac9108c72996bd1ac47d1ac940"
uuid = "0f4fe800-344e-11e9-2949-fb537ad918e1"
version = "0.3.2"

[[deps.OpenBLAS32_jll]]
deps = ["Artifacts", "CompilerSupportLibraries_jll", "JLLWrappers", "Libdl"]
git-tree-sha1 = "6065c4cff8fee6c6770b277af45d5082baacdba1"
Expand Down
1 change: 1 addition & 0 deletions benchmarks/OptimizationCUTEst/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ CUTEst = "1b53aba6-35b6-5f92-a507-53c67d53f819"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6"
OMJulia = "0f4fe800-344e-11e9-2949-fb537ad918e1"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is openmodelica here?

Copy link
Author

@arnavk23 arnavk23 Jul 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as the error on Vaibhav's pr is the error on (IJulia, SciMLBenchmark, OMJulia, Plot) and OMJulia is not there.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the wrong benchmark set

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay. So what do you think of the error on Vaibhav's pr.

ERROR: LoadError: Failed to precompile SciMLBenchmarks [31c91b34-3c75-11e9-0341-95557aab0344] to "/cache/julia-buildkite-plugin/depots/5b300254-1738-4989-ae0a-f4d2d937f953/compiled/v1.9/SciMLBenchmarks/jl_Xe9X2k".

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

show the error?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this : commit

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That commit doesn't add openmodelica at all.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That has what I have been saying chris but the error points out to openmodelica.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the latest error https://buildkite.com/julialang/scimlbenchmarks-dot-jl/builds/3412#0197d4d8-ee5a-4269-ab8f-1fae086e1c49 and it does not point to openmodelica. Nor is openmodelica installed at all. Nor should it be: these benchmarks are not of DAEs, there is no modelica here.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, will look into it and try again.

Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
OptimizationMOI = "fd9f6733-72f4-499f-8506-86b2bdd0dea1"
OptimizationNLPModels = "064b21be-54cf-11ef-1646-cdfee32b588f"
Expand Down