Omri Mor
Omri Mor
When compiling without `-DSHMOO`, the code refers to a variable `rate` which is never declared, resulting in `error: use of undeclared identifier 'rate'`. Either the printfs should be removed or...
Unfortunately not all of us live in countries where ISO paper sizes are common. It would be useful for those of us who do not to have the option to...
This is a problem with some similarities to #16; see discussion on https://github.com/Homebrew/homebrew-core/issues/53751. The gist is that CMake doesn't install `stdlib` and that Homebrew (rightly) doesn't want to link the...
## Background information ### What version of Open MPI are you using? * Open MPI v4.1.4 * UCX v1.13.0 * rdma-core-50mlnx1-1.49417.x86_64 ### Describe how Open MPI was installed Built via...
`prefix` and `exec_prefix` are not set in `cray-xpmem.pc`; this leaves these variables empty when processed by `pkgconf`/`pkg-config`, resulting in erroneous `includedir` and `libdir` variables. In my case, a spurious `-L/lib`...
SteamOS 3.6.0 uses zram; since this has higher priority than the swap file, this breaks `getSwapFileLocation`. It's a bit unclear to me if zram is being used instead of, or...
## Describe the bug PaRSEC reduces the overhead of task activations by only sending a single activation message per destination process; if a process needs multiple output data from a...
## Describe the bug In `data.c`, when allocating new `parsec_data_t *` and `parsec_data_copy_t *` instances (via `parsec_data_new` and `parsec_data_copy_new`, respectively), LIFOs are used as a sort of object pool. These...
## Description Recursive tasks are all scheduled on the queue of the execution stream that executed the parent. This leads to suboptimal behavior in the case where 1. The recursive...
## Describe the bug As part of registering a taskpool with the runtime for execution (`parsec_context_add_taskpool`), when profiling is enabled information about the taskpool is added to the global profiling...