-
Dolfinx (0.4.1) provides python demos in python/demo, together with test.py to run the tests with pytest.
On a debian build the demos run successfully on their own, e.g. `mpiexec -np 3 python3 demo…
-
We're planning to support running the applications with tracing profilers, which are generally slightly easier to deal with than those using performance counters (like [linux perf](https://perfwiki.gi…
-
### Summary
In function mbedtls_rsa_private:
In the flow of the mbedtls_rsa_private function, it first acquires the ctx lock, then initializes several mbedtls_mpi structure variables (such as T, P…
-
Assume rank0, out of 4 MPI ranks, has 8 items
```
a b c d e f g h
```
Now assume that, upon Operator application, the sparse points get distributed via `_dist_scatter` to the 4 ranks and the resul…
-
The `Utilities::MPI::internal::ComputeIndexOwner::ConsensusAlgorithmsPayload` forms the basis of what `Utilities::MPI::compute_index_owner()` does. For the latter function, one can specify a locally-o…
-
- ns3 version (cat $NS3FOLDER/VERSION or the commit hash): ns3.26
- DCE version (git log|head -n1): 1.9
- Operating system/version (lsb_release -a): ubuntu 14
- Libc version (ldd -v):
- compiler v…
-
An MPI implementation may be necessary, since MPI
- is the standard distributed memory interface
- supports threading *sans* OpenMP, as of MPI-3
- is required for multinode architectures.
Such a…
tkphd updated
7 years ago
-
using rk3528
### Issue: Unable to Achieve 60 FPS with Distorted Image Output on `gst-launch-1.0` Pipeline
**Pipeline Command:**
```bash
gst-launch-1.0 videotestsrc ! video/x-raw,width=1280,hei…
-
**Is your feature request related to a problem? Please describe.**
Install [spack-stack @ v1.8.0](https://github.com/JCSDA/spack-stack/tree/release/1.8.0) with `LLVM` compilers on **_hera_**
**D…
-
Cross-rank assignments fail, while expected to work
```python
from devito import Grid, TimeFunction, Eq, Operator
grid = Grid(shape=(4, 4))
u = TimeFunction(name="u", grid=grid, space_order=2)…