-
**Describe the bug**
Running configure with --enable-fortran and --enable-parallel fails like this:
configure: error: Failed to find Fortran KIND of LOGICAL in MPI
**Expected behavior**
Co…
-
Minimal reproducer:
```
INTEGER :: i
j=2
!$OMP PARALLEL default(private)
!$OMP critical(k2)
j=200
!$OMP END critical(k2)
!$OMP END PARALLEL
END
```
`flang -fopenmp file.f90`
```
flang-…
tblah updated
3 weeks ago
-
During development I use many local OpenSSL builds in parallel with various active branches.
Of course I do not install them, but then there is an issue with auto-locating libcrypto and the like.
Am…
-
I catch bug as log below:
[Apr 17 11:45 PM]: Can't locate Parallel/ForkManager.pm in @INC (you may need to install the Parallel::ForkManager module) (@INC contains: /etc/perl /usr/local/lib/x86_64-…
-
**Is your feature request related to a problem? Please describe.**
It'll be hard to parallelize a single morph, but when doing multiple at the same time, like with `data-morph --start-shape panda --t…
-
I am trying to install PotreeConverter on Ubuntu 18.04.
```
sudo apt-get install git
sudo apt install software-properties-common
sudo apt-get install build-essential cmake
sudo apt-get install …
-
Version:
```
SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.0] [GitHash: 820c627c95]
Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
Externa…
-
An error while combining daily to yearly reference files :
```bash
❯ seq 1999 2022 | xargs -n 1 |parallel --jobs 2 --joblog "parallel.kerchunk.combine.log" pvgis-prototype series kerchunk combine…
-
Gibberish is not produced on the previous version with the same request.
### Your current environment
The output of `python collect_env.py`
```plaintext
Collecting environment informatio…
-
To allow for commands that run once on each option - please add :::+ capability (similar to gnu-parallel).
This would make this tool a drop-in replacement for gnu-parallel for many commands I use. I'…
Ktoks updated
6 months ago