Valentin Churavy
Valentin Churavy
> It is very easy to relocate packages that are a single library (e.g. Giflib referenced above), but trying to relocate a package with lots of components (e.g. modules, plugins,...
Right one of my goals is to enable a workflow like: ``` Pkg.add("FluxRM") using FluxRM using Distributed addprocs(FluxManager(), 4) ``` where we use Flux to start 4 sub-processes for a...
Also to be clear, I am shooting for the moon here. I won't let this be a blocker for the Julia bindings and I can focus on using Flux for...
As predicted: ``` 2021-02-10T18:41:24.383235Z broker.err[0]: rc1.0: File "/home/vchuravy/.julia/artifacts/a165ec9f736d09a2fd95aa360a79248e41b3ecbb/libexec/flux/cmd/flux-admin.py", line 15, in 2021-02-10T18:41:24.383256Z broker.err[0]: rc1.0: import flux 2021-02-10T18:41:24.383272Z broker.err[0]: rc1.0: ModuleNotFoundError: No module named 'flux' ```
@dongahn it would be great to address this. Having out of the box binaries available for Julia though https://github.com/JuliaPackaging/Yggdrasil would make FluxRM.jl a lot easier to use for new-comers.
> What OS is this? Could there be an interface change in This was on quartz with the spindle module in lmod. What I wanted in particular was to run...
@dongahn as we discussed at SC, it would be great to have a solid Spindle/Flux integration
Do you know of anyway to measure cycles in a platform portable way (e.g.) something that works for ARM and PPC? Originally I went forward with https://github.com/JuliaCI/BenchmarkTools.jl/pull/94 since cputime is...
So one of the things that has me come back to this PR is that https://perf.rust-lang.org/ defaults to `instructions` and `cycles`, as well as http://llvm-compile-time-tracker.com/ But maybe the better pathway...
Please quote your code snippets to not ping other people.