-
I was curious to see what happens if I switch on link-time optimization by just adding `-flto` to the release build flags. First, I get linker errors as follows:
```
/tempest/a/accounts/bangerth/p/d…
-
**Description**
To support linear algebra operations we want to have interfaces/wrappers for BLAS and LAPACK, maybe even to BLACS, PBLAS and ScaLAPACK at some point. Before we start working o…
-
Hi devs!
We (with @jeanwsr) found that for PySCF shipped with conda-forge, number of threads seems could not to be controlled (exceeds limit) by usual means (including environmental variable `OMP_N…
ajz34 updated
3 hours ago
-
It would be useful to detect that netlib has been linked to the Python program even if netlib is not multi-threaded.
It can help maintainers of scientific Python libraries diagnose performance prob…
-
Doing:
```
ctest -R tmva -j 32
```
will result in an arbitrary result (sometimes pass sometime fail) for
```
gtest-tmva-pymva-TestRModelParserKeras
gtest-tmva-pymva-TestRModelParserPyTorch …
-
`cmake ../ \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_CXX_COMPILER=g++-17 \
-DCMAKE_C_COMPILER=gcc-17 \
-DCMAKE_Fortran_COMPILER=gfortran-17 \
-DCMA…
-
### 🐛 Describe the bug
when I prepare a llama2 exe file as https://github.com/pytorch/executorch/blob/main/examples/models/llama/README.md#step-4-run-on-your-computer-to-validate description, however…
-
And substitute those flags in `flint.pc` so that software wanting to statically link FLINT can know how to do so. This means that `configure.ac` should, if it finds `pkg-config`, test linking first w…
-
In CMake, I used "find_package(BLAS REQUIRED) and I got this error: "Could NOT find BLAS (missing: BLAS_LIBRARIES) "
I followed the tutorial on mxe website, using "make cc cmake blas cblas lapack s…
-
The netlib variants of the blas and blas-devel metapackages are built in lapack-feedstock, which makes it easy for them to get out-of-sync (as they are right now, in terms of which files are provided …
minrk updated
3 years ago