-
Monarch graph has ingested HPOA (OMIM, Orphanet, MorbidMap, etc.) mappings but these have some subtle issues of precision and completeness, and appear generated from secondary data sources that have c…
-
Hello, I just got this bug from Debian
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1084828
the full build log is here
https://people.debian.org/~sanvila/unshare/unstable-20241008/ep…
-
There are currently a few ways to construct highly dynamic workloads, where the graph can change during computation. This includes operations like `get_client()`, calling `dask.compute` within a task…
-
One of the goals of GNU Radio 4.0 is to remove Boost as a dependency. After the open Boost removal PRs (#5846, #5852, #5853, #5888, #5890) are merged, there will only be a small amount of Boost left. …
-
There is some issue for the performance of Kokkos on Summit.
I ran a simple test for kokkos parallel_for and compared the performance with a cuda code.
The cuda code gives a number around 40 ms, w…
-
**Question**
On one of our clusters, the longhorn managers have a very high CPU utilization. This is the same after a restart of the managers.
Is this normal? The others are much lower.
![grafik…
-
```
What steps will reproduce the problem?
1. edit tests.txt commenting out all but the clock section
2. run test.py
3.
Paste in the traceback or error message:
(from the test log)
INFO:root:Begin un…
-
### What is this?
Enable the ability to use LDAP for Fasten. To simplify user management, enable the importing from and querying against of an LDAP server for authentication.
### Implementation…
-
The current interpreter is very simple:
- It doesn't pre-compute anything.
- It executes directly from flash.
It is thus an in-place (non-optimized) interpreter according to [A fast in-place inte…
-
Hello,
We (I and @Kobzol) are working on a Rust implementation of dask-scheduler as an experimental drop-in replacement of dask-scheduler without any modification on worker/client side. It is an…