-
Remove OpenMP from code and use C++11 thread instead, because of MSVC OpenMP support.
This is a great undertaking that should be split into several issues:
- Each changed function shall have a unit …
-
I am trying to install pytorch (cpu) and mlpack into the same environment, but this command fails:
```text
$ mamba create -n tst 'python=3.9.*' 'pytorch=*=cpu*' 'mlpack'
Looking for: ['python=3…
-
I am running into problems on an M1 Mac with OpenMP builds and `OMP_NUM_THREADS` > 1. The error I receive is
```
** On entry to DGEMM parameter number 8 had an illegal value
```
which is be…
-
## Bug Report
One of MueLu's scaling tests stagnates for OpenMP vs Serial node. For OpenMP, the test converges in 190 iterations, whereas for Serial node the test converges in ~66 iterations.
To …
-
**Describe the bug**
In project source code headers, the following includes are no longer valid:
#include
#include
as opencv2 is now a subdirectory of opencv4 and includes referenced in opencv2/op…
-
```
[ 53%] Building CXX object packages/epetra/src/CMakeFiles/epetra.dir/Epetra_CrsGraphData.cpp.o
cd /work2/00434/eijkhout/trilinos/build-14.4.0-clx-gcc13-impi/packages/epetra/src && /opt/intel/one…
-
### Describe the bug
Like `SVC`, the class `NuSVC` takes argument `class_weight`. However, it looks like this argument is not used. After a quick look at the libsvm C code within sklearn as well as…
-
Dear devlopers,
Thank you for developing this package. I met endless warnings `OpenBLAS Warning: Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option`…
-
I admire your program and began to actively use it to process Lammps data. Unfortunately, some operations are slow, especially the nearest neighbor search. Is it possible to introduce at least OpenMP …
-
[main.txt](https://github.com/user-attachments/files/17701891/main.txt)
I've built the package on Windows 10, Intel(R) Core(TM) i5-8265U CPU, 8GB RAM with the command cmake -LAH -G "Ninja" -B build…