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

Use App instead of Sysimage? #48

Open
mtanneau opened this issue Feb 28, 2024 · 1 comment
Open

Use App instead of Sysimage? #48

mtanneau opened this issue Feb 28, 2024 · 1 comment

Comments

@mtanneau
Copy link
Contributor

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

See PackageCompiler documentation:

@klamike
Copy link
Collaborator

klamike commented Feb 28, 2024

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.

@mtanneau mtanneau changed the title Use App instead of Sysimage Use App instead of Sysimage? Feb 29, 2024
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