bitpit icon indicating copy to clipboard operation
bitpit copied to clipboard

bitpit Installation with ccmake

Open MiladHB opened this issue 3 years ago • 3 comments

Dear,

I'm trying to install Mimmo. One of its dependencies is bitpit. When using ccmake to install bitpit, I get the following error: Screenshot from 2021-08-16 15-11-46 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).

MiladHB avatar Aug 16 '21 21:08 MiladHB

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".

andrea-iob avatar Aug 17 '21 06:08 andrea-iob

Hi Andrea, Thanks for your response. I have tried to run bitpit examples but I gives me the following error: Screenshot from 2021-08-27 23-25-59 I will appreciate it, if you please can help me with it.

Thanks, Milo

MiladHB avatar Aug 28 '21 03:08 MiladHB

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)?

andrea-iob avatar Aug 31 '21 08:08 andrea-iob