bidhya / verse

0 stars 0 forks source link

URL Links related to memory and performance JuMP and Julia #6

Open bidhya opened 8 months ago

bidhya commented 8 months ago

Collection of Tips and suggestions to improve the JuMP optimization performance.

Performance tips =========== JuMP : https://jump.dev/JuMP.jl/stable/tutorials/getting_started/performance_tips Julia: https://docs.julialang.org/en/v1/manual/performance-tips/index.html

bidhya commented 8 months ago

Discussion of sharedarrays using "@everywhere gc" : https://discourse.julialang.org/t/how-to-gc-a-sharedarray/48699/6

@everywhere shared_array = nothing
@everywhere GC.gc()