marco cisternino
marco cisternino
Several VSCode extension to clang-format are available (xaver's one is the most downloaded)
We have a code style guide [here](https://github.com/optimad/bitpit/blob/master/doc/extra/bitpitStyleGuide.hpp). @roccoarpa , I'm not sure but I think we tried to respect it in immerflow. @andrea-iob , correct me if I'm wrong. Do...
Absolutely yes. The way of doing it is exactly the same. We could: - check for the matrix path to exist and throw if not - check for the solution...
Hello Nick, we are glad to know about your interest in bitpit. About your problem, you should give us some more information. I'll try to guess: - did you install...
Dear Nick, your files contain only your path to the files, I need their original content in order to help you. Your variable values are quite weird: PETSC_DIR = .../petsc-3.94...
Hi everybody. The algorithm in slitBy3 in not safe from the point of view of uint64_t overflow. We could try to prevent the overflow of "1" digits by masking x...
Hello Nick, It seems your cmake is not properly installed. Let's try to understand why: - first, update your database for mlocate launching: "sudo updatedb" - second, try to find...
Nick, I don't know why but I've just noticed your cmake is looking for a wrong file, i.e. CMakeDeterminecmakeCompiler.cmake. It should look for CMakeDetermineCompiler.cmake, slightly different. The first file does...
Hello Gwendolyn. We are glad to know about your interest in bitpit and we can try to understand your problem but we need some more information. Could you set the...
Thank you Gwendolyn. Point by point: 2. This is the lapacke.h include file you installed with apt-get: /usr/include/lapacke.h. And it is what we want to use with bitpit. Let's try...