Carsten Bauer

Results 118 issues of Carsten Bauer

In Jupyter, one can put `?rand` in a cell to get the docstring of rand (help mode), or `; ls` to list the files in the dir (shell mode), or...

enhancement
area-notebook

Introduces `Bcast` to complement `Bcast!`. Similar to `Send(obj, ...)` the new variant is useful to directly broadcast objects, scalars in particular, to all ranks without having to introduce buffers or...

I.e. add support for `MPI_Win_post`, `MPI_Win_start`, `MPI_Win_complete`, `MPI_Win_wait`. See https://www.mpi-forum.org/docs/mpi-2.2/mpi22-report/node240.htm for example.

enhancement
onesided

MPI.jl seems to always download the MPICH and OpenMPI artifacts despite having set `JULIA_MPI_BINARY=system`. It is using the correct system MPI eventually but ideally it shouldn’t download the unused artifacts...

😄 As you know, I'm coming from a LIKWID.jl perspective. The situation is as follows: * To use `@nvmon` one needs https://github.com/RRZE-HPC/likwid/pull/473 (essentially current master + nvmon fix). But there...

**Describe the bug** Providing a mask to `likwid-pin` and `likwid-perfctr` via the option `-s` has different effects. In particular, while `likwid-pin -s ... -c ...` seems to work correctly /...

bug

**Is your feature request related to a problem? Please describe.** In LIKWID.jl, I currently can't query whether LIKWID has been compiled with GPU support (irrespective of whether a GPU/CUDA is...

Great package! AFAICS, the package is only providing online algorithms for uncorrelated data (some features can be applied to correlated data as well, of course). Is there any plan to...

As discussed on Slack, I get really bad or suboptimal performance for a simple reduction (Multithreaded Monte Carlo). ```julia function estimate_pi_floop_1(attempts) hits = 0 @floop for i in 1:attempts x...

As the conversation in https://github.com/JuliaDynamics/DrWatson.jl/issues/89 was rather emotional I open a new issue for this. I get, and agree, that the output of PkgTemplates.jl is too much for DrWatson. But...

help wanted
project-setup
saving-files