Dear Gerald,
It does not seem like an out-of-memory error since the compilation of p4est 
is clearly not a memory intensive operation (it's only C after all).
Looking at your error log, this seems to be where compilation crashed:
In file included from 
/home/gerald/bin/dealii-candi/tmp/unpack/p4est-2.3.6/sc/src/sc_dmatrix.h:32,
                 from 
/home/gerald/bin/dealii-candi/tmp/unpack/p4est-2.3.6/sc/src/sc_dmatrix.c:24:
/home/gerald/bin/dealii-candi/tmp/unpack/p4est-2.3.6/sc/src/sc_dmatrix.c: 
In function ‘sc_dmatrix_add’:
/home/gerald/bin/dealii-candi/tmp/unpack/p4est-2.3.6/sc/src/sc_blas.h:137:33: 
error: too many arguments to function ‘sc_blas_nonimplemented’; expected 0, 
have 6
  137 | #define SC_BLAS_DAXPY  (void)   sc_blas_nonimplemented
      |                                 ^~~~~~~~~~~~~~~~~~~~~~
/home/gerald/bin/dealii-candi/tmp/unpack/p4est-2.3.6/sc/src/sc_dmatrix.c:627:5: 
note: in expansion of macro ‘SC_BLAS_DAXPY’
  627 |     SC_BLAS_DAXPY (&totalsize, &alpha, X->e[0], &inc, Y->e[0], 
&inc);
      |     ^~~~~~~~~~~~~


What I would look into are the following:
- Did you install all of the recommended dependencies from Candi before 
proceeding with the installation? It seems as if you do not have an 
installation of BLAS on your computer, which would prevent p4est from 
actually compiling.
- If BLAS is indeed installed correctly, then I would try to install a more 
recent version of p4est. This could be achieved my changing the version and 
the checksum in the deal.II-toolchain/packages/p4est.package file. 

However, from what it seems right now is that you are missing a BLAS 
library on your computer.
Don't hesitate if you have more questions
Cheers
BB


On Sunday, December 21, 2025 at 11:20:15 a.m. UTC+1 [email protected] wrote:

> Dear all,
>
> I recently tried to install deal.II using candi on Fedora Linux 43 
> (Workstation Edition) and I got the attached error message.
>
> I followed the instructions given when I ran the candi shell script as 
> follows:
>
> ./candi.sh -j8 --prefix=/home/gerald/bin/dealii-candi
>
> Could it be that my machine ran out memory? I will try again later without 
> the -j8 option.
>
> Could you please assist me with seeing what is going wrong
>
> I hope to hear from you soon.
>
> Regards,
>
> Gerald.
>
>
>

-- 
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 visit 
https://groups.google.com/d/msgid/dealii/b99db8d5-4997-4c20-9855-03071a381871n%40googlegroups.com.

Reply via email to