marcingretl
marcingretl
Any chance for PgAdmin4 8.(1/2) for Debian Trixie or newer?
Workaround for those, who use Dabian not Ubuntu: 1. install pgadmin4-server 8.12 for Ubuntu Noble (works with Python 3.12, not 3.11) 2. install pgadmin4-desktop 8.12 do Debian Bookworm (needs AppArmor...
Hi, look at these results: 1. **clang** under msys2 or **native ms windows clang** (yes, used with MS SDK) or **msvc** (cl.exe): all these three combinations result in very similar...
Hi, yes: with USE_OPENMP=1 results are pretty much the same. (In addition I re-created *.def and *.lib files.) On screenshot: left-hand side are msys2 results (gcc, next clang); right-hand side...
Ahh, you're right!!! So, forcing single-threaded via OMP_NUM_THREADS=1 yields int the following results (left-hand side clang under msys2, right-hand side native clang and later msvc: 
> `omp_set_num_threads(1);` > > and this doesn't seem to be doing anything in the clang and msvc cases. Allin, but shouldn't omp_set_num_threads()/omp_get_num_threads() be used inside #pragma block? (This is how...