islent
Results
12
issues of
islent
Hello everyone, this issue tracks new features and bug fixes of `AstroNbodySim`. The automatic TODO list is maintained at https://github.com/orgs/JuliaAstroSim/projects/4 Feel free to comment for new features. Issues and PRs...
help wanted
discussion
MWE: ```jl using DistributedNext addprocs(8) @everywhere using Dagger N = 1024 a = zeros(N,N,N); # 8GB b = DArray(a); #! Repeat this, and the CPU memory keeps growing until the...
memory usage