MariusCausemann
MariusCausemann
Dear BLIS-developers, I've installed multithreaded BLIS through PETSc and get a warning when running my code: ``` WARNING. The value EMIN may be incorrect:- EMIN = 1 If, after inspection,...
Hi, for my applications, I need to generate meshes with subdomains, e. g. a ball in a box. Is this currently possible with bichon or could it be implemented with...
Hi, I'm experiencing performance problems with `da.unique`. Any idea why dask is so slow here? ``` import dask.array as da arr = da.random.randint(500, size=500**3) uni, c = da.unique(arr, return_counts=True) %timeit...
**Version of Singularity** singularity-ce version 3.11.4 **Describe the bug** When running singularity container in parallel (hybrid mode), the image creation fails with "no loop device available". This used to work...
Hi, building fTetWild fails with gcc 13 with the following error: ``` [ 0%] Building CXX object tbb/CMakeFiles/tbb_static.dir/src/old/concurrent_queue_v2.cpp.o [ 0%] Building CXX object tbb/CMakeFiles/tbb_static.dir/src/old/concurrent_vector_v2.cpp.o In file included from /home/marius/projects/emimesh/fTetWild/3rdparty/tbb/src/old/concurrent_vector_v2.cpp:20: /home/marius/projects/emimesh/fTetWild/3rdparty/tbb/include/tbb/task.h:274:20:...
Hi, currently, the main branch of the repo is newer than the conda version since there is no release with the latest changes. Could you please publish a new release?...
Hi, I noticed that the `erode_labels` function not only erodes the labels, but also applies a `relabel_sequential` to the eroded labels. I see that this might be useful in some...
Hi, first of all, thanks for this great meshing tool! In most cases, fTetWild works very well for me, but recently, I encountered a segfault in the preprocessing stage. It...