On 6/7/21 8:41 AM, Alex Cumberworth wrote:
I noticed that I attached the error file for 9.2, and that the source of the error in 9.3 is different. In 9.2, something goes wrong when one of the bundled sundials files is compiled, while 9.3, it is when one of the bundled arborx files is compiled. Both involve the same MPI errors. Both are supposed to be turned off (output from cmake):

These sorts of things happen because cmake caches stuff from one invocation to another and doesn't notice that you pass flags on the command line that would alter what has been cached before.

Just rm -r the entire build directory before you call cmake and see whether that helps.

Best
  W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 bange...@colostate.edu
                           www: http://www.math.colostate.edu/~bangerth/

--
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 dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/8eee0b16-3d88-c9ea-586b-06de8fe88518%40colostate.edu.

Reply via email to