AI4OPT / OPFGenerator

Instance generator for OPF problems
MIT License
2 stars 3 forks source link

Use App instead of Sysimage? #48

Open mtanneau opened 7 months ago

mtanneau commented 7 months ago

It could be worth investigating whether an app would be more suitable than a sysimage in our case.

See PackageCompiler documentation:

klamike commented 7 months ago

From what I can tell they are pretty much the same, just that the app bundles in the julia executable itself as well. Thus I don't see the value if the plan is to just swap julia --sysimage=... sampler.jl seed_min seed_max for app seed_min seed_max.

I do see the value if we plan to distribute the app directly (i.e., not make an app as part of the SLURM pipeline but making OPFGenerator itself a command-line utility implemented in Julia)... though I'm not sure how that would work with solvers like Mosek that need a license.