-
### Description
I built the same model and inverted it using CPU and GPU respectively, and the computed kernel is very different. I tested the latest specfem3d version 4.1.1, old versions 4.1.0 and 4ā¦
-
# Problem
It is valid to pass an inactive persistent request into any completion function. In multi-threaded execution, the same request could be passed to a start function. This will result in simā¦
-
### Summary
When using intel-mkl or intel-oneapi-mkl as a provider for blas, lapack, and scalapack, the
```
spec["blas"].libs.ld_flags
spec["lapack"].libs.ld_flags
spec["scalapack"].libs.ld_flagsā¦
-
```julia
using AMDGPU
kernel() = (AMDGPU.trap(); nothing)
AMDGPU.@device_code_llvm wait(@roc kernel())
```
This runs fine with default julia flags but segfaults using no optimization `-O0`. `@devā¦
-
I'm building a docker image with soconda installed in it to run JupyterHub on Kubernetes at the site. After a bit of trial and error yesterday I have an image that I believe is quite close to functionā¦
-
While I can appreciate that YUM is now deprecated, it's still the main package manager for EL7, which is where I am running into an issue with it just hanging indefinitely, until it is killed.
The ā¦
-
Hi all,
I was trying to build SCHISM with cmake build system in a new Ubuntu machine (Ubuntu 20.04.3 LTS). I have installed necessary packages through apt - compilers, netcdf (c and fortran), mpichā¦
-
Thank you for taking the time to submit an issue!
## Background information
### What version of Open MPI are you using? (e.g., v3.0.5, v4.0.2, git branch name and hash, etc.)
```bash
$ mpiexā¦
-
There is a problem with MPI 3.0 and the code, because of recursive calls to mpiexec. Need to be fixed or to pin version
-
When starting gdb from intel's `mpirun` using:
```
mpirun -gdb -gdb-args --interpreter=mi3 -n 2 ./my-prog
```
output has an leading indicator of which processes are being debugged, for example:ā¦