Re: [deal.II] Compilation error in v9.5.1

2023-07-22 Thread Wolfgang Bangerth
Tomas: can you try whether the changes here are sufficient for you to compile this file? https://github.com/dealii/dealii/pull/15781 Best Wolfgang On 7/21/23 19:49, Wolfgang Bangerth wrote: On 7/21/23 15:26, Tomáš Levý wrote: Any advice please? Tomas: that's awkward -- I guess nobody

Re: [deal.II] Re: How to transpose a distributed PETScWrappers::MPI::SparseMatrix

2023-07-22 Thread Wolfgang Bangerth
On 7/22/23 11:54, Laryssa Abdala wrote: ** Never mind, I have been using version 9.4.2. There are a couple of extra features implemented in the newest versions that will help me, e.g., there is a PETScWrappers::MatrixBase constructor that takes a Mat as input (https://github.com/dealii/dealii

[deal.II] Re: How to transpose a distributed PETScWrappers::MPI::SparseMatrix

2023-07-22 Thread Laryssa Abdala
Never mind, I have been using version 9.4.2. There are a couple of extra features implemented in the newest versions that will help me, e.g., there is a PETScWrappers::MatrixBase constructor that takes a Mat as input (https://github.com/dealii/dealii/commit/97911ba3839d7a06c3fb0cd06f7574ea0849103

Re: [deal.II] Integrate difference isn't picking on the

2023-07-22 Thread Lucas Myers
I haven't tried this with deal.II yet, but I've recently started using the mold linker for programs I write which have many compilation units (link to GitHub here: https://github.com/rui314/mold). If you're only changing one line then probably only one compilation unit is being recompiled, so the b

Re: [deal.II] Integrate difference isn't picking on the

2023-07-22 Thread Abbas Ballout
If I change a single line in deal I'll have to wait a good amount of time for it to compile. Do you all go through this? All I have is a 4 cores and 16 GBs of RAM on my Laptop. On Monday, July 17, 2023 at 9:48:00 AM UTC+2 Abbas Ballout wrote: > YES. Would take me a while but I ll do it. > B