Hello, It looks like you installed deal.II in /home/ajbar/Bureau/dealii How did you configure it? To get the code to compile, you need to reconfigure, recompile, and reinstall deal.II This time when you configure deal.II, make sure that the configuration line contains -DDEAL_II_WITH_MPI=ON and -DDEAL_II_WITH_TRILINOS=ON.
Best, Bruno On Monday, July 25, 2022 at 11:35:54 AM UTC-4 [email protected] wrote: > Dear Community, > > After installing dealii development package in ubuntu, I tried to compile > a code that requires MPI, Trilinos and Trilinos with Sacado, while all > these are OFF. > I have read in the documentation that I should pass the > -DDEAL_II_WITH_MPI=ON argument to cmake. Could anyone walk me through this > process please I am new to dealii and ubuntu. > > Thank you in advanced for your help. > > Greetings > -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/f0863a48-8989-4238-87f7-8f47ffe6a79fn%40googlegroups.com.
