-
**Please describe the problem you are trying to solve.**
When building preCICE without MPI, each parallel participant needs to define an ``.
This is tedious and could be the default behaviour.
…
-
Hi,
When running mpirun -np 2 (or higher) mosfit {json_file} -m {model} it crashes. I have mentioned it to Matt in private communication but since the issue still exists I thought to open an issue …
-
Ideally, we should migrate the v2 implementations to the training operator, then remove the v1 implementation from the training-operator to reduce the maintenance costs. However, we can not take the w…
-
# Problem
In MPI-3, the default value for the `accumulate_ops` info key is `same_op_no_op`. This means that two concurrent accumulate operations to the same target location using different operatio…
-
Hallo shining-man,
BT Verbindung mit JK-BMS funktioniert bei mir sehr gut. Vielen Dank dafür.
Jetzt würde ich mir wünschen,das ich auch noch meinen Wechselrichter anschließen kann.
Ich habe einen …
-
Using `wsub -threaded` results in using `mpirun -ppn X`, which is specific to Intel MPI.
With OpenMPI, you get:
```
mpirun: Error: unknown option "-ppn"
```
For OpenMPI, the equivalent woul…
-
import ctranslate2,psutil,os,transformers,time,torch
generator = ctranslate2.Generator("/ct2opt-1.3b",tensor_parallel=True,device="cuda")
tokenizer = transformers.AutoTokenizer.from_pretrained…
-
Trying to compile `neso@working%gcc@10.2.0 ^openmpi` with spack I'm getting
```
-- The CXX compiler identification is GNU 10.2.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI in…
-
Ensure N-body and sinks are correctly computed and communicated between MPI nodes
-
I'm trying to save MPI wisdom, and I'm getting strange behavior.
Since my understanding is that fftw wisdom accumulates, I figured the easiest thing I can do is create an empty file, then read wisdom …