-
```shell
(lf) aditya-trivedi@Observer:~/thats_me$ ./lfortran/src/bin/lfortran --openmp --link-with-gcc ./testing_codes/t.f90 -o a --openmp-lib-dir=${CONDA_PREFIX}/lib && ./a
semantic error: The clau…
-
Will this driver work with GPU or OpenMP.
Please reply as soon as possible.
-
Hello,
When using `pip install numba` and `pip install pyomp`, simply running `import numba.openmp` doesn't work: `ModuleNotFoundError: No module named 'numba.openmp'` (I tested this on both my loc…
-
### Bug Description
In my opinion the use of `qset.openmp_thresh` in `qobjevo.py`
if all(qset.openmp_thresh < nz for nz in nnz):
omp = 0
is wrong. Like this, if all th…
-
**Describe the issue**
**Environment information:**
- OS: [e.g. `Windows 11`, ]
- Compiler version: [vs 2022]
- CMake version: [`3.31`]
- CUDA used for AMGX compilation: [`CUDA 12.4`]
- MPI ve…
-
Several libraries optionally handles OpenMP and generally require specific compiler and linker options in order to do so, including when one needs to link against them. What would be the best way to h…
-
I’m encountering a linker error when trying to compile the project:
$ make CONFIG=Config.sh EXEC=GIZMO_mhd_core
gfortran -openmp main.o accel.o timestep.o init.o restart.o io.o predict.o global…
-
https://www.youtube.com/watch?v=eIMpgez61r4&t=2308s
-
```
program private
integer, dimension(3) :: i
!$omp target teams private(i)
!$omp end target teams
end program
```
```
$ flang private.F90 -fopenmp
flang-20: warning: OpenMP support in flang…
-
### Git commit
Build 4160
### Which operating systems do you know to be affected?
Linux
### GGML backends
BLAS, CPU, CUDA, RPC
### Steps to Reproduce
Can't compile build 4160 with GGML_RPC=1
…