-
# Problem
As reported in [1], MPI 4.1 Example 6.36 contains the incorrect statement:
It is not possible to perform a blocking collective operation on all communicators because there exists no de…
-
In file:
* tls/client-tls-nonblocking.c, and
* tls/server-tls-nonblocking.c
in the function tcp_select(), the argument "int to_sec" is not used.
Furtermore the local varibale "struct timeval…
-
Hello,
I have a `push`/`pull` socket pair. When the `pull` socket is not bound, and the `push`one tries to `send`, it is blocked. I see that even though underneath we call the nonblocking version, …
-
### 🐛 Describe the bug
```python
from torch.distributed._tensor import Replicate, Shard, distribute_tensor, init_device_mesh
import torch
from torch import distributed as dist
if __name__ == …
-
```
class Foo {
public:
Foo();
void bar() [[clang::nonblocking]];
~Foo() [[clang::nonblocking]];
};
void Foo::bar() // no diagnostic
{
}
Foo::~Foo() // error: '~Foo' is missing …
-
The trait `DataLinkReceiver` has currently only on function `next` which blocks the thread. Is it possible to extend it with a function `try_next` similar to the `try_recv` function of the `Receiver` …
qqwa updated
3 months ago
-
Go's `internal/syscall/unix` package expects it, and is needed for some tests
```
~ $ tinygo test -target=wasip1 mime/multipart
FAIL mime/multipart 0.000s
# internal/syscall/unix
/Users/dgryski…
-
OpenSHMEM 1.5, Section 4.1 specifies the progress requirements with respect to remote PEs. However, the progress requirements with respect to the *local* PE are underspecified. This is especially impo…
-
Hi :)
I am using defmt_rtt to log data in a rtic realtime application where there are quite tight timing requirements. The code runs on an stm32g474. I have noticed that sometimes the entire progra…
-
```
import tui_widget
var twHeader = newLabel(px = 0, py = 0, w = 100, h = 1, id = "header",
bgColor = bgBlue, fgColor = fgYellow, text = "whatever")
var tuiapp = newTerm…