Thank you.

I initially tried ./candi.sh - j 8, then I have tried -j 4, -j 3 and -j 1.
All of them quit at various times (% completion) and with slightly
different errors. In all cases, it did say

"Finished configuring Trilinos!

-- Configuring done (14.7s)
-- Generating done (1.2s)
"
The errors with various levels of parallelization were:

-j 1
----------------------------------------------------------------------------------
"make[2]: ***
[packages/kokkos/core/src/CMakeFiles/kokkoscore.dir/build.make:188:
packages/kokkos/core/src/CMakeFiles/kokkoscore.dir/impl/Kokkos_MemoryPool.cpp.o]
Error 1
make[1]: *** [CMakeFiles/Makefile2:5507:
packages/kokkos/core/src/CMakeFiles/kokkoscore.dir/all] Error 2
make: *** [Makefile:166: all] Error 2
"
------------------------------------------
-j 3

"[  6%] Building C object
packages/zoltan/src/CMakeFiles/zoltan.dir/zz/zz_back_trace.c.o
[  6%] Building C object
packages/zoltan/src/CMakeFiles/zoltan.dir/zz/zz_util.c.o
[  6%] Linking C shared library libzoltan.so
[  6%] Built target zoltan
make: *** [Makefile:166: all] Error 2
"

-j 4

"[ 10%] Building C object
packages/zoltan/src/CMakeFiles/zoltan.dir/zz/zz_back_trace.c.o
[ 10%] Building C object
packages/zoltan/src/CMakeFiles/zoltan.dir/zz/zz_util.c.o
[ 10%] Linking C shared library libzoltan.so
[ 10%] Built target zoltan
make: *** [Makefile:166: all] Error 2
Failure with exit status: 2
"


On Thu, May 9, 2024 at 10:06 AM Wolfgang Bangerth <bange...@colostate.edu>
wrote:

> On 5/9/24 09:37, Narasimhan Swaminathan IITM wrote:
> >
> >
> > [ 28%] Linking C shared library libzoltan.so
> > [ 28%] Building C object
> >
> packages/seacas/libraries/exodus/CMakeFiles/exodus.dir/src/deprecated/ex_put_sset_var.c.o
> > [ 28%] Building C object
> >
> packages/seacas/libraries/exodus/CMakeFiles/exodus.dir/src/deprecated/ex_put_side_set.c.o
> > [ 28%] Building C object
> >
> packages/seacas/libraries/exodus/CMakeFiles/exodus.dir/src/deprecated/ex_put_side_set_dist_fact.c.o
> > [ 28%] Building C object
> >
> packages/seacas/libraries/exodus/CMakeFiles/exodus.dir/src/deprecated/ex_put_sset_var_tab.c.o
> > [ 28%] Building C object
> >
> packages/seacas/libraries/exodus/CMakeFiles/exodus.dir/src/deprecated/ex_put_var_tab.c.o
> > [ 28%] Building C object
> >
> packages/seacas/libraries/exodus/CMakeFiles/exodus.dir/src/deprecated/ex_put_var_names.c.o
> > [ 28%] Building C object
> >
> packages/seacas/libraries/exodus/CMakeFiles/exodus.dir/src/deprecated/ex_put_var_param.c.o
> > [ 28%] Building C object
> >
> packages/seacas/libraries/exodus/CMakeFiles/exodus.dir/src/deprecated/ex_put_var_name.c.o
> > [ 28%] Linking C shared library libexodus.so
> > [ 28%] Built target zoltan
> > [ 28%] Built target exodus
> > make: *** [Makefile:166: all] Error 2
> > Failure with exit status: 2
>
> The error is likely higher up, and is most probably that you are compiling
> in
> parallel (candi -j 8, for example) but running out of memory. Try reducing
> the
> degree of parallelism and just run candi again.
>
> 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 a topic in the
> Google Groups "deal.II User Group" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/dealii/SX4DcgxzqI0/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> dealii+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/dealii/95bcb550-0064-47b9-934a-d0bc15f32924%40colostate.edu
> .
>

-- 
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/CAC5HXNgFLwf9qnEvKq_E%3DyVsZ8PGvea9-coVFgKS%3DdyzQeScgg%40mail.gmail.com.

Reply via email to