Matthias Hochsteger
Matthias Hochsteger
Do I understand correctly that you want to build just the library without GUI or Python support? In this case configure with ``` cmake -DUSE_SUPERBUILD=OFF -DUSE_GUI=OFF -DUSE_PYTHON=OFF src_dir ``` Best,...
Hi, It seems, Netgen is currently not building for AVX512-CPUs on Windows. I will have a look at the errors. In the meantime, you can disable the vectorization by configuring...
Hi, As stated in the documentation ( https://docu.ngsolve.org/latest/install/installwindows.html ) Netgen/NGSolve officially supports only MSVC on Windows. There are also binaries available (packaged with NGSolve https://github.com/NGSolve/ngsolve/releases ). Concerning your issues, I...
Hello, Looking at the build logs I don't see any suspicious differences. As you found out yourself, USE_NATIVE_ARCH is correctly set to OFF as well. Also in the source code...
I just built your Netgen recipe ( from the use-git branch: https://github.com/looooo/netgen-feedstock/tree/use-git ), and both versions (2006 and 2007) worked fine locally (tested with conda 4.8.3 and 4.8.4).
Hi, I also experience the stuttering/hanging (CoreELEC on Odroid C2 device) on some streams (Zib2 for instance). At the same time, I also see unusually high CPU usage. Selecting the...
Same here, downgrading widevine solved the issue. Thanks for the help!
@Azulath I am now running 4.10.2252.0 (13816.82.0)
Oh, I just saw that #1465 and #1363 also have the same fix. Just choose one, I will close my other pr.
Hm, seems some intrinsics in the simd functions cannot be inlined. Does it compile if you remove `((__always_inline__))` from lines 70-73 in `ngsolve/external_dependencies/netgen/libsrc/core/ngcore_api.hpp`?