bitpit
bitpit copied to clipboard
bitpit Installation with ccmake
Dear,
I'm trying to install Mimmo. One of its dependencies is bitpit. When using ccmake to install bitpit, I get the following error:
BUILD_DOCUMENTATION: Create and install the HTML based API documentation (requires Doxygen).
However, Doxygen (version 1.8.13) is already installed on my workstation (Ubuntu 18.04.5).
I don't see any error in the screenshot you posted. The "... (requires Doxygen)" text is just a remainder that the generation of the documentation uses the tool Doxygen. In your case, Doxygen has been found correctly.
After the configuration step is complete (like in your case), you can generate the make file (press g
) and finally build and install bitpit with "make install".
Hi Andrea,
Thanks for your response. I have tried to run bitpit examples but I gives me the following error:
I will appreciate it, if you please can help me with it.
Thanks, Milo
There errors seem related to the MPI library. Is the MPI library in "/usr/lib/x86_64-linux-gnu/libmpi.so.20" the same library that has been used for bitpit compilation? What happens if you run the examples using mpirun (i.e., mpirun -np 1 ./PABLO_example_00009)?