Mosè Giordano

Results 674 comments of Mosè Giordano

> But we can't use Overrides.toml, because it assumes the same library ABI I think that with `JLLWrappers.jl` [v1.3.0](https://github.com/JuliaPackaging/JLLWrappers.jl/releases/tag/v1.3.0) you can choose a different name via `Preferences.jl`, but I never...

May be relevant: https://discourse.julialang.org/t/ann-cclosure-jl-c-closures-like-what-c-does/81234

For the record, other commonly used MPI benchmarks are the Intel ones (Intel MPI Benchmarks, or IMB): https://github.com/intel/mpi-benchmarks (but they're somewhat more overengineered than OSU's). In https://github.com/giordano/julia-on-fugaku/blob/81190ad47892f4bc4e98fde0d32963497f73d252/benchmarks/mpi-pingpong/pingpong.jl I implemented a...

I'd like to run some largish benchmarks, maybe with collective operations, I've already covered the point-to-point one :grin: For this class, Fugaku MPI performance report uses IMB's Allreduce, Reduce, Allgather,...

I created https://github.com/JuliaParallel/MPIBenchmarks.jl to collect benchmarks for `MPI.jl`. At the moment there are IMB PingPong, Allreduce, and Reduce (or at least something which should be somewhat close to them). Can...

Unless I'm missing it, CC0 isn't OSI-approved (and General requires OSI-approved licenses): https://opensource.org/licenses/alphabetical

> a downside is that uses the FastTransforms I'm not sure this is desirable. This package is purely written in Julia and has minimal dependencies -- only one non-stdlib package...

Actually the same happens with JLD2 (with the due changes in the code). Tested on Julia 0.6, I couldn't build the package on Julia master.