DARPA-ASKEM / sciml-service

Simulation Service provides an interface and job runner for ASKEM models.
MIT License
3 stars 1 forks source link

Updatest to 1.10, fixes precompilation #159

Closed jClugstor closed 8 months ago

jClugstor commented 8 months ago

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 commented 8 months ago

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

jClugstor commented 8 months ago

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.