Davide Grassano

Results 281 comments of Davide Grassano

Thanks @tgolsson! This works for my usecase perfectly

I can confirm, i wasted an entire day trying to understand why my laptop was screwing up my bookmark imports, before i remembered i had this extension.

From https://www.jaided.ai/easyocr/documentation/ ``` Reader class Base class for EasyOCR Parameters lang_list (list) - list of language code you want to recognize, for example ['ch_sim','en']. List of supported language code is...

Thanks! Just tested compilation+the `benzene-USPP` example. Had to remove the `spline_ps` from the scf input but this is a minor thing

Yes i am trying to get a working build with shared libraries. This should be related to https://gitlab.com/QEF/q-e/-/issues/667 which i opened today. I will try using `-Wl,--copy-dt-needed-entries` and recompile `d3q`...

I tried rebuilding from the latest commit 5449bf1f, I can confirm that the static build works (tested compilation still need to run the code itslef). The one with shared libs...

As a reference here is a minimal version of the build script i am running ``` #!/usr/bin/env bash export LDFLAGS="-Wl,--copy-dt-needed-entries" BSHARED=ON cmake -S. -B_build \ -DCMAKE_VERBOSE_MAKEFILE=ON \ -DENABLE_OPENMP=OFF \ -DENABLE_MPI=ON...

At least in regard to 7.2 should be fixed by e102d88. The issue should not be present once we switch to the >2024 toolchains so closing this for now

One thing that should be tested on multiple architecture for the intel version is running with only 1 core. In my case i was getting segmentation faults due to the...

On a side node also working on a fix to make OpenMP work, was able to have it link to `fftw3f_omp` and `fftw3f` want to check if QE should also...