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

Updatest to 1.10, fixes precompilation #159

Merged
merged 1 commit into from
Jan 18, 2024

Conversation

jClugstor
Copy link
Collaborator

We'll need to rethink what we want to precompile, using HTTP get in precompile seems to make it hang. But with the update to 1.10 and the changes to JobSchedulers, I got a using time of 25 seconds, which is actually a lot better than what I was getting before, even with the @compile_workload in there.

@fivegrant
Copy link
Collaborator

@jClugstor will the move to v1.10 rid us of the need to compile a sysimage app?

@jClugstor
Copy link
Collaborator Author

I guess it depends on what an acceptable start up time is. I got

julia> @time using SimulationService
[ Info: __init__ SimulationService with Version = 0.15.0
 23.660377 seconds (32.44 M allocations: 2.093 GiB, 4.27% gc time, 58.05% compilation time: 9% of which was recompilation)

Which is way faster than before.

@jClugstor jClugstor requested a review from joshday January 9, 2024 16:37
@jClugstor jClugstor merged commit 49eec43 into DARPA-ASKEM:main Jan 18, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

3 participants