Thanks,

I tried lowering it down to 2 and it looks like two of them were caught a 
lot earlier. Now I don't make it past 6%. I erased everything from before 
and recompiled the cmake files and ran with just 2 jobs and again it stuck 
in the same spot.

Here are the last few lines and logs.

[  6%] Building CXX object 
bundled/boost-1.70.0/libs/iostreams/src/CMakeFiles/bundled_boost_iostreams_debug.dir/gzip.cpp.o
/home/sean/dealii-9.5.2/bundled/boost-1.70.0/libs/iostreams/src/../../../include/boost/mpl/assert.hpp:193:42:
 
warning: unnecessary parentheses in declaration of ‘assert_arg’ 
[-Wparentheses]
  193 | template< typename Pred >
      |                                          ^                         
                                                            
/home/sean/dealii-9.5.2/bundled/boost-1.70.0/libs/iostreams/src/../../../include/boost/mpl/assert.hpp:193:42:
 
note: remove parentheses
  193 | template< typename Pred >
      |                                          ^                         
                                                            
      |                                          -                         
                                                           -
/home/sean/dealii-9.5.2/bundled/boost-1.70.0/libs/iostreams/src/../../../include/boost/mpl/assert.hpp:198:42:
 
warning: unnecessary parentheses in declaration of ‘assert_not_arg’ 
[-Wparentheses]
  198 | template< typename Pred >
      |                                          ^                         
                                                                            
            
/home/sean/dealii-9.5.2/bundled/boost-1.70.0/libs/iostreams/src/../../../include/boost/mpl/assert.hpp:198:42:
 
note: remove parentheses
  198 | template< typename Pred >
      |                                          ^                         
                                                                            
            
      |                                          -                         
                                                                            
           -
[  6%] Building CXX object 
bundled/boost-1.70.0/libs/iostreams/src/CMakeFiles/bundled_boost_iostreams_debug.dir/mapped_file.cpp.o

Thanks again for your patience and help,
Sean

On Monday, February 5, 2024 at 7:07:01 PM UTC-7 bruno.t...@gmail.com wrote:

> Sean,
>
> It's possible that you don't have enough RAM and that you are swapping 
> memory which is extremely slow. Try to reinstall using fewer processors.
>
> Best,
>
> Bruno
>
> Le lun. 5 févr. 2024 à 19:01, Sean Johnson <sljoh...@gmail.com> a écrit :
>
>> Thanks Bruno,
>>
>> This was definitely it.
>>
>> So I have now gotten to running make --jobs=4 install but it has frozen 
>> at 82%
>> I have been sitting on it for about 6 to 7 hours with no change at all. 
>> The last line is:
>> [ 82%] Built target object_non_matching_debug
>>
>>  and attached are the summary.log and detailed.log
>>
>> I will keep it running still just incase but from previous installations 
>> of dealii this has never happened.
>>
>> Thanks,
>> Sean
>>
>> On Monday, February 5, 2024 at 8:32:28 AM UTC-7 bruno.t...@gmail.com 
>> wrote:
>>
>>> Sean,
>>>
>>> It looks like you are using the wrong compiler. If you want to use CUDA, 
>>> you should use nvcc_wrapper as your C++ compiler. You want something like 
>>> `-DCMAKE_CXX_COMPILER=/path/nvcc_wrapper`. You should already have used 
>>> `nvcc_wrapper` to compiler Kokkos.
>>>
>>> Best,
>>>
>>> Bruno
>>>
>>> On Monday, February 5, 2024 at 2:40:37 AM UTC-5 sljoh...@gmail.com 
>>> wrote:
>>>
>>>> Hey,
>>>>
>>>> I am trying to get deal.ii to compile with p4est and cuda. Due to cuda 
>>>> it also needs MPI and Kokkos from me. I can't even make the make file yet. 
>>>> I tried to find any similar problems in the mailing list and was unable to.
>>>>
>>>> I am running Ubuntu 22.04
>>>>
>>>> The Error at the end reads:
>>>> [ 50%] Building CXX object 
>>>> CMakeFiles/CheckCompilerSetupExec.dir/dummy.cpp.o
>>>>  /usr/bin/c++   -fopenmp-simd -O0 -ggdb -Wa,--compress-debug-sections 
>>>> -extended-lambda
>>>>  -Wext-lambda-captures-this -arch=sm_89 -DKOKKOS_DEPENDENCE 
>>>> -Wno-non-template-friend -o
>>>>  CMakeFiles/CheckCompilerSetupExec.dir/dummy.cpp.o -c
>>>>  /home/sean/dealii-9.5.2/cmake/macros/check_compiler_setup/dummy.cpp
>>>>  c++: error: unrecognized command-line option -Wext-lambda-captures-this
>>>>  c++: error: unrecognized command-line option -arch=sm_89
>>>>  gmake[2]: *** [CMakeFiles/CheckCompilerSetupExec.dir/build.make:78:
>>>>  CMakeFiles/CheckCompilerSetupExec.dir/dummy.cpp.o] Error 1
>>>>  gmake[2]: Leaving directory
>>>>
>>>>  
>>>> '/home/sean/dealii-9.5.2/build/check_compiler_setup/DEAL_II_HAVE_USABLE_FLAGS_DEBUG'
>>>>  gmake[1]: *** [CMakeFiles/Makefile2:86: 
>>>> CMakeFiles/CheckCompilerSetupExec.dir/all] Error 2
>>>>  gmake[1]: Leaving directory
>>>>
>>>>  
>>>> '/home/sean/dealii-9.5.2/build/check_compiler_setup/DEAL_II_HAVE_USABLE_FLAGS_DEBUG'
>>>>  gmake: *** [Makefile:94: all] Error 2
>>>>
>>>>
>>>>  CMake Error at cmake/setup_finalize.cmake:126 (message):
>>>>
>>>>
>>>>      Configuration error: Cannot compile a test program with the final 
>>>> set of
>>>>      compiler and linker flags:
>>>>        CXX flags (DEBUG): -fopenmp-simd -O0 -ggdb 
>>>> -Wa,--compress-debug-sections
>>>>        LD flags  (DEBUG): -rdynamic  -fopenmp -ggdb 
>>>> -Wl,--compress-debug-sections=zlib
>>>>        LIBRARIES (DEBUG): rt;
>>>>
>>>> Attached are the output and error logs.
>>>>
>>>> Thanks for any help,
>>>> Sean
>>>>
>>>> -- 
>> 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/l1tWck3YnHs/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> dealii+un...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/dealii/6ad27807-9f07-4a98-9a8b-c1fea625d13an%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/dealii/6ad27807-9f07-4a98-9a8b-c1fea625d13an%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>

-- 
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/539d86cb-8437-4b70-bd28-23c279e3dd5cn%40googlegroups.com.
###
#
#  deal.II configuration:
#        CMAKE_BUILD_TYPE:       DebugRelease
#        BUILD_SHARED_LIBS:      ON
#        CMAKE_INSTALL_PREFIX:   /usr/local
#        CMAKE_SOURCE_DIR:       /home/sean/dealii-9.5.2
#                                (version 9.5.2)
#        CMAKE_BINARY_DIR:       /home/sean/dealii-9.5.2/build
#        CMAKE_CXX_COMPILER:     GNU 11.4.0 on platform Linux x86_64
#                                /usr/local/bin/nvcc_wrapper
#        CMAKE_C_COMPILER:       /usr/bin/cc
#        CMAKE_Fortran_COMPILER: /usr/bin/gfortran
#        CMAKE_GENERATOR:        Unix Makefiles
#        C++ language standard:  C++17
#        Vectorization level:    0 bit (sse2)
#
#  Exported compiler and linker flags:
#        DEAL_II_CXX_FLAGS:            -fopenmp-simd
#        DEAL_II_CXX_FLAGS_RELEASE:    -O2 -funroll-loops -funroll-all-loops -fstrict-aliasing -Wno-unused-local-typedefs
#        DEAL_II_CXX_FLAGS_DEBUG:      -O0 -ggdb
#        DEAL_II_WARNING_FLAGS:         -Wall -Wextra -Wmissing-braces -Woverloaded-virtual -Wpointer-arith -Wsign-compare -Wsuggest-override -Wswitch -Wsynth -Wwrite-strings -Wno-placement-new -Wno-deprecated-declarations -Wno-literal-suffix -Wno-psabi -Wno-class-memaccess -Wno-unused-local-typedefs
#        DEAL_II_LINKER_FLAGS:         -rdynamic -fuse-ld=gold -fopenmp
#        DEAL_II_LINKER_FLAGS_RELEASE: 
#        DEAL_II_LINKER_FLAGS_DEBUG:   -ggdb -Wl,--compress-debug-sections=zlib
#  Library targets:
#
#    Target: dealii
#        TYPE: INTERFACE_LIBRARY
#        INTERFACE_LINK_LIBRARIES: $<$<CONFIG:Debug>:dealii::dealii_debug>,$<$<CONFIG:Release>:dealii::dealii_release>
#        INTERFACE_COMPILE_OPTIONS: $<$<COMPILE_LANGUAGE:CXX>:-fopenmp-simd>,$<$<AND:$<CONFIG:Debug>,$<COMPILE_LANGUAGE:CXX>>:-O0,-ggdb>,$<$<AND:$<CONFIG:Release>,$<COMPILE_LANGUAGE:CXX>>:-O2,-funroll-loops,-funroll-all-loops,-fstrict-aliasing,-Wno-unused-local-typedefs>
#        INTERFACE_LINK_OPTIONS: -rdynamic,-fuse-ld=gold,-fopenmp,$<$<CONFIG:Debug>:-ggdb,-Wl,--compress-debug-sections=zlib>,$<$<CONFIG:Release>:>
#
#    Target: dealii_debug
#        TYPE: SHARED_LIBRARY
#        VERSION: 9.5.2
#        SOVERSION: 9.5.2
#        LINK_LIBRARIES: rt,interface_mpi,interface_tbb,interface_zlib,interface_kokkos,interface_cuda,interface_p4est_debug,bundled_boost_serialization_debug,bundled_boost_system_debug,bundled_boost_iostreams_debug,bundled_muparser_debug,object_numerics_debug,object_fe_debug,object_matrix_free_debug,object_dofs_debug,object_lac_debug,object_base_debug,object_cgal_debug,object_gmsh_debug,object_grid_debug,object_hp_debug,object_multigrid_debug,object_distributed_debug,object_algorithms_debug,object_integrators_debug,object_meshworker_debug,object_opencascade_debug,object_particle_debug,object_differentiation_ad_debug,object_differentiation_sd_debug,object_physics_elasticity_debug,object_physics_debug,object_rol_debug,object_non_matching_debug,object_sundials_debug,object_trilinos_debug,object_arborx_debug
#        INCLUDE_DIRECTORIES: /home/sean/dealii-9.5.2/build/include,/home/sean/dealii-9.5.2/include,/home/sean/dealii-9.5.2/bundled/boost-1.70.0/include,/home/sean/dealii-9.5.2/bundled/muparser_v2_3_3//include
#        COMPILE_DEFINITIONS: DEBUG
#        COMPILE_OPTIONS: -Wall,-Wextra,-Wmissing-braces,-Woverloaded-virtual,-Wpointer-arith,-Wsign-compare,-Wsuggest-override,-Wswitch,-Wsynth,-Wwrite-strings,-Wno-placement-new,-Wno-deprecated-declarations,-Wno-literal-suffix,-Wno-psabi,-Wno-class-memaccess,-Wno-unused-local-typedefs,-fopenmp-simd,-O0,-ggdb
#        LINK_OPTIONS: -rdynamic,-fuse-ld=gold,-fopenmp,-ggdb,-Wl,--compress-debug-sections=zlib
#        INTERFACE_LINK_LIBRARIES: rt,interface_mpi,interface_tbb,interface_zlib,interface_kokkos,interface_cuda,interface_p4est_debug
#        INTERFACE_INCLUDE_DIRECTORIES: $<BUILD_INTERFACE:/home/sean/dealii-9.5.2/build/include>,$<BUILD_INTERFACE:/home/sean/dealii-9.5.2/include>,$<INSTALL_INTERFACE:include>,$<BUILD_INTERFACE:/home/sean/dealii-9.5.2/bundled/boost-1.70.0/include>,$<BUILD_INTERFACE:/home/sean/dealii-9.5.2/bundled/muparser_v2_3_3//include>,$<INSTALL_INTERFACE:include/deal.II/bundled>
#        INTERFACE_SYSTEM_INCLUDE_DIRECTORIES: $<BUILD_INTERFACE:/home/sean/dealii-9.5.2/build/include>,$<BUILD_INTERFACE:/home/sean/dealii-9.5.2/include>,$<INSTALL_INTERFACE:include>,$<BUILD_INTERFACE:/home/sean/dealii-9.5.2/bundled/boost-1.70.0/include>,$<BUILD_INTERFACE:/home/sean/dealii-9.5.2/bundled/muparser_v2_3_3//include>,$<INSTALL_INTERFACE:include/deal.II/bundled>
#        INTERFACE_COMPILE_DEFINITIONS: DEBUG
#
#    Target: dealii_release
#        TYPE: SHARED_LIBRARY
#        VERSION: 9.5.2
#        SOVERSION: 9.5.2
#        LINK_LIBRARIES: rt,interface_mpi,interface_tbb,interface_zlib,interface_kokkos,interface_cuda,interface_p4est_release,bundled_boost_serialization_release,bundled_boost_system_release,bundled_boost_iostreams_release,bundled_muparser_release,object_numerics_release,object_fe_release,object_matrix_free_release,object_dofs_release,object_lac_release,object_base_release,object_cgal_release,object_gmsh_release,object_grid_release,object_hp_release,object_multigrid_release,object_distributed_release,object_algorithms_release,object_integrators_release,object_meshworker_release,object_opencascade_release,object_particle_release,object_differentiation_ad_release,object_differentiation_sd_release,object_physics_elasticity_release,object_physics_release,object_rol_release,object_non_matching_release,object_sundials_release,object_trilinos_release,object_arborx_release
#        INCLUDE_DIRECTORIES: /home/sean/dealii-9.5.2/build/include,/home/sean/dealii-9.5.2/include,/home/sean/dealii-9.5.2/bundled/boost-1.70.0/include,/home/sean/dealii-9.5.2/bundled/muparser_v2_3_3//include
#        COMPILE_DEFINITIONS: NDEBUG
#        COMPILE_OPTIONS: -Wall,-Wextra,-Wmissing-braces,-Woverloaded-virtual,-Wpointer-arith,-Wsign-compare,-Wsuggest-override,-Wswitch,-Wsynth,-Wwrite-strings,-Wno-placement-new,-Wno-deprecated-declarations,-Wno-literal-suffix,-Wno-psabi,-Wno-class-memaccess,-Wno-unused-local-typedefs,-fopenmp-simd,-O2,-funroll-loops,-funroll-all-loops,-fstrict-aliasing,-Wno-unused-local-typedefs
#        LINK_OPTIONS: -rdynamic,-fuse-ld=gold,-fopenmp
#        INTERFACE_LINK_LIBRARIES: rt,interface_mpi,interface_tbb,interface_zlib,interface_kokkos,interface_cuda,interface_p4est_release
#        INTERFACE_INCLUDE_DIRECTORIES: $<BUILD_INTERFACE:/home/sean/dealii-9.5.2/build/include>,$<BUILD_INTERFACE:/home/sean/dealii-9.5.2/include>,$<INSTALL_INTERFACE:include>,$<BUILD_INTERFACE:/home/sean/dealii-9.5.2/bundled/boost-1.70.0/include>,$<BUILD_INTERFACE:/home/sean/dealii-9.5.2/bundled/muparser_v2_3_3//include>,$<INSTALL_INTERFACE:include/deal.II/bundled>
#        INTERFACE_SYSTEM_INCLUDE_DIRECTORIES: $<BUILD_INTERFACE:/home/sean/dealii-9.5.2/build/include>,$<BUILD_INTERFACE:/home/sean/dealii-9.5.2/include>,$<INSTALL_INTERFACE:include>,$<BUILD_INTERFACE:/home/sean/dealii-9.5.2/bundled/boost-1.70.0/include>,$<BUILD_INTERFACE:/home/sean/dealii-9.5.2/bundled/muparser_v2_3_3//include>,$<INSTALL_INTERFACE:include/deal.II/bundled>
#        INTERFACE_COMPILE_DEFINITIONS: NDEBUG
#
#  Configured Features (DEAL_II_ALLOW_BUNDLED = ON, DEAL_II_ALLOW_AUTODETECTION = ON):
#      ( DEAL_II_WITH_64BIT_INDICES = OFF )
#      ( DEAL_II_WITH_ADOLC = OFF )
#      ( DEAL_II_WITH_ARBORX = OFF )
#      ( DEAL_II_WITH_ARPACK = OFF )
#      ( DEAL_II_WITH_ASSIMP = OFF )
#        DEAL_II_WITH_BOOST set up with bundled packages
#            BOOST_VERSION = 1.70.0
#      ( DEAL_II_WITH_CGAL = OFF )
#        DEAL_II_WITH_COMPLEX_VALUES = ON
#        DEAL_II_WITH_CUDA set up with external dependencies
#            CUDA_VERSION = 11.8
#      ( DEAL_II_WITH_GINKGO = OFF )
#      ( DEAL_II_WITH_GMSH = OFF )
#      ( DEAL_II_WITH_GSL = OFF )
#      ( DEAL_II_WITH_HDF5 = OFF )
#        DEAL_II_WITH_KOKKOS set up with external dependencies
#            KOKKOS_BACKENDS = CUDA;SERIAL
#            KOKKOS_ARCHITECTURES = ADA89
#      ( DEAL_II_WITH_LAPACK = OFF )
#      ( DEAL_II_WITH_METIS = OFF )
#        DEAL_II_WITH_MPI set up with external dependencies
#            MPI_VERSION = 3.1
#            MPI_C_COMPILER = /usr/bin/mpicc
#            MPI_CXX_COMPILER = /usr/bin/mpicxx
#            MPI_Fortran_COMPILER = /usr/bin/mpif90
#            MPI_CXX_VERSION = 3.1
#        DEAL_II_WITH_MUPARSER set up with bundled packages
#            MUPARSER_VERSION = 2.3.3
#      ( DEAL_II_WITH_OPENCASCADE = OFF )
#        DEAL_II_WITH_P4EST set up with external dependencies
#            P4EST_VERSION = 2.8.5.5-9ddbb
#            P4EST_DIR = /usr/local/p4est
#      ( DEAL_II_WITH_PETSC = OFF )
#      ( DEAL_II_WITH_SCALAPACK = OFF )
#      ( DEAL_II_WITH_SLEPC = OFF )
#      ( DEAL_II_WITH_SUNDIALS = OFF )
#      ( DEAL_II_WITH_SYMENGINE = OFF )
#        DEAL_II_WITH_TBB set up with external dependencies
#            TBB_VERSION = 2021.5
#      ( DEAL_II_WITH_TRILINOS = OFF )
#      ( DEAL_II_WITH_UMFPACK = OFF )
#        DEAL_II_WITH_ZLIB set up with external dependencies
#            ZLIB_VERSION = 1.2.11
#
#  Interface targets:
#
#    Target: interface_cuda
#        TYPE: INTERFACE_LIBRARY
#        INTERFACE_LINK_LIBRARIES: /usr/local/cuda-11.8/lib64/libcudart.so,/usr/local/cuda-11.8/lib64/libcusparse.so,/usr/local/cuda-11.8/lib64/libcusolver.so
#        INTERFACE_INCLUDE_DIRECTORIES: /usr/local/cuda-11.8/include
#        INTERFACE_SYSTEM_INCLUDE_DIRECTORIES: /usr/local/cuda-11.8/include
#        INTERFACE_COMPILE_OPTIONS: SHELL:-Xcudafe --diag_suppress=unsigned_compare_with_zero -Xcudafe --diag_suppress=integer_sign_change,SHELL:-Xcudafe --diag_suppress=20208 -Xcudafe --diag_suppress=1301,-Wno-non-template-friend,SHELL:-Xcudafe --diag_suppress=loop_not_reachable
#
#    Target: interface_kokkos
#        TYPE: INTERFACE_LIBRARY
#        INTERFACE_LINK_LIBRARIES: /usr/local/lib/libkokkoscore.a,/usr/local/lib/libkokkoscontainers.a,/usr/local/lib/libkokkossimd.a,dl,/usr/lib/x86_64-linux-gnu/libcuda.so,/usr/local/cuda-11.8/lib64/libcudart.so
#        INTERFACE_INCLUDE_DIRECTORIES: /usr/local/include,/usr/include,/usr/local/cuda-11.8/include
#        INTERFACE_SYSTEM_INCLUDE_DIRECTORIES: /usr/local/include,/usr/include,/usr/local/cuda-11.8/include
#        INTERFACE_COMPILE_DEFINITIONS: KOKKOS_DEPENDENCE
#        INTERFACE_COMPILE_OPTIONS: -extended-lambda,-Wext-lambda-captures-this,-arch=sm_89,-DKOKKOS_DEPENDENCE,-arch=sm_89
#
#    Target: interface_mpi
#        TYPE: INTERFACE_LIBRARY
#        INTERFACE_LINK_LIBRARIES: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so,/usr/lib/x86_64-linux-gnu/libmpi_usempif08.so,/usr/lib/x86_64-linux-gnu/libmpi_usempi_ignore_tkr.so,/usr/lib/x86_64-linux-gnu/libmpi_mpifh.so,/usr/lib/x86_64-linux-gnu/libopen-rte.so,/usr/lib/x86_64-linux-gnu/libopen-pal.so,/usr/lib/x86_64-linux-gnu/libhwloc.so,/usr/lib/x86_64-linux-gnu/libevent_core.so,/usr/lib/x86_64-linux-gnu/libevent_pthreads.so,/usr/lib/x86_64-linux-gnu/libm.so,/usr/lib/x86_64-linux-gnu/libz.so,/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so
#        INTERFACE_INCLUDE_DIRECTORIES: /usr/lib/x86_64-linux-gnu/openmpi/include,/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi
#        INTERFACE_SYSTEM_INCLUDE_DIRECTORIES: /usr/lib/x86_64-linux-gnu/openmpi/include,/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi
#
#    Target: bundled_muparser_debug
#        TYPE: OBJECT_LIBRARY
#        LINK_LIBRARIES: rt,interface_mpi,interface_tbb,interface_zlib,interface_kokkos,interface_cuda,interface_p4est_debug
#        INCLUDE_DIRECTORIES: /home/sean/dealii-9.5.2/bundled/muparser_v2_3_3/include,/home/sean/dealii-9.5.2/build/include,/home/sean/dealii-9.5.2/include
#        COMPILE_DEFINITIONS: DEBUG
#        COMPILE_OPTIONS: -Wextra,-Wmissing-braces,-Woverloaded-virtual,-Wpointer-arith,-Wsign-compare,-Wsuggest-override,-Wswitch,-Wsynth,-Wwrite-strings,-Wno-placement-new,-Wno-deprecated-declarations,-Wno-literal-suffix,-Wno-psabi,-Wno-class-memaccess,-Wno-unused-local-typedefs,-Wno-switch,-Wno-implicit-fallthrough,-Wno-cast-function-type,-Wno-float-conversion,-fopenmp-simd,-O0,-ggdb
#        INTERFACE_LINK_LIBRARIES: $<LINK_ONLY:rt>,$<LINK_ONLY:interface_mpi>,$<LINK_ONLY:interface_tbb>,$<LINK_ONLY:interface_zlib>,$<LINK_ONLY:interface_kokkos>,$<LINK_ONLY:interface_cuda>,$<LINK_ONLY:interface_p4est_debug>
#
#    Target: bundled_muparser_release
#        TYPE: OBJECT_LIBRARY
#        LINK_LIBRARIES: rt,interface_mpi,interface_tbb,interface_zlib,interface_kokkos,interface_cuda,interface_p4est_release
#        INCLUDE_DIRECTORIES: /home/sean/dealii-9.5.2/bundled/muparser_v2_3_3/include,/home/sean/dealii-9.5.2/build/include,/home/sean/dealii-9.5.2/include
#        COMPILE_DEFINITIONS: NDEBUG
#        COMPILE_OPTIONS: -Wextra,-Wmissing-braces,-Woverloaded-virtual,-Wpointer-arith,-Wsign-compare,-Wsuggest-override,-Wswitch,-Wsynth,-Wwrite-strings,-Wno-placement-new,-Wno-deprecated-declarations,-Wno-literal-suffix,-Wno-psabi,-Wno-class-memaccess,-Wno-unused-local-typedefs,-Wno-switch,-Wno-implicit-fallthrough,-Wno-cast-function-type,-Wno-float-conversion,-fopenmp-simd,-O2,-funroll-loops,-funroll-all-loops,-fstrict-aliasing,-Wno-unused-local-typedefs
#        INTERFACE_LINK_LIBRARIES: $<LINK_ONLY:rt>,$<LINK_ONLY:interface_mpi>,$<LINK_ONLY:interface_tbb>,$<LINK_ONLY:interface_zlib>,$<LINK_ONLY:interface_kokkos>,$<LINK_ONLY:interface_cuda>,$<LINK_ONLY:interface_p4est_release>
#
#    Target: interface_p4est_debug
#        TYPE: INTERFACE_LIBRARY
#        INTERFACE_LINK_LIBRARIES: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so,/usr/local/p4est/DEBUG/lib/libp4est.so,/usr/local/p4est/DEBUG/lib/libsc.so
#        INTERFACE_INCLUDE_DIRECTORIES: /usr/local/p4est/FAST/include
#        INTERFACE_SYSTEM_INCLUDE_DIRECTORIES: /usr/local/p4est/FAST/include
#
#    Target: interface_p4est_release
#        TYPE: INTERFACE_LIBRARY
#        INTERFACE_LINK_LIBRARIES: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so,/usr/local/p4est/FAST/lib/libp4est.so,/usr/local/p4est/FAST/lib/libsc.so
#        INTERFACE_INCLUDE_DIRECTORIES: /usr/local/p4est/FAST/include
#        INTERFACE_SYSTEM_INCLUDE_DIRECTORIES: /usr/local/p4est/FAST/include
#
#    Target: interface_tbb
#        TYPE: INTERFACE_LIBRARY
#        INTERFACE_LINK_LIBRARIES: /usr/lib/x86_64-linux-gnu/libtbb.so
#        INTERFACE_INCLUDE_DIRECTORIES: /usr/include
#        INTERFACE_SYSTEM_INCLUDE_DIRECTORIES: /usr/include
#
#    Target: interface_zlib
#        TYPE: INTERFACE_LIBRARY
#        INTERFACE_LINK_LIBRARIES: /usr/lib/x86_64-linux-gnu/libz.so
#        INTERFACE_INCLUDE_DIRECTORIES: /usr/include
#        INTERFACE_SYSTEM_INCLUDE_DIRECTORIES: /usr/include
#
#  Component configuration:
#      ( DEAL_II_COMPONENT_DOCUMENTATION = OFF )
#        DEAL_II_COMPONENT_EXAMPLES
#      ( DEAL_II_COMPONENT_PACKAGE = OFF )
#      ( DEAL_II_COMPONENT_PYTHON_BINDINGS = OFF )
#
###
###
#
#  deal.II configuration:
#        CMAKE_BUILD_TYPE:       DebugRelease
#        BUILD_SHARED_LIBS:      ON
#        CMAKE_INSTALL_PREFIX:   /usr/local
#        CMAKE_SOURCE_DIR:       /home/sean/dealii-9.5.2
#                                (version 9.5.2)
#        CMAKE_BINARY_DIR:       /home/sean/dealii-9.5.2/build
#        CMAKE_CXX_COMPILER:     GNU 11.4.0 on platform Linux x86_64
#                                /usr/local/bin/nvcc_wrapper
#        C++ language standard:  C++17
#        Vectorization level:    0 bit (sse2)
#
#  Configured Features (DEAL_II_ALLOW_BUNDLED = ON, DEAL_II_ALLOW_AUTODETECTION = ON):
#      ( DEAL_II_WITH_64BIT_INDICES = OFF )
#      ( DEAL_II_WITH_ADOLC = OFF )
#      ( DEAL_II_WITH_ARBORX = OFF )
#      ( DEAL_II_WITH_ARPACK = OFF )
#      ( DEAL_II_WITH_ASSIMP = OFF )
#        DEAL_II_WITH_BOOST set up with bundled packages
#      ( DEAL_II_WITH_CGAL = OFF )
#        DEAL_II_WITH_COMPLEX_VALUES = ON
#        DEAL_II_WITH_CUDA set up with external dependencies
#      ( DEAL_II_WITH_GINKGO = OFF )
#      ( DEAL_II_WITH_GMSH = OFF )
#      ( DEAL_II_WITH_GSL = OFF )
#      ( DEAL_II_WITH_HDF5 = OFF )
#        DEAL_II_WITH_KOKKOS set up with external dependencies
#      ( DEAL_II_WITH_LAPACK = OFF )
#      ( DEAL_II_WITH_METIS = OFF )
#        DEAL_II_WITH_MPI set up with external dependencies
#        DEAL_II_WITH_MUPARSER set up with bundled packages
#      ( DEAL_II_WITH_OPENCASCADE = OFF )
#        DEAL_II_WITH_P4EST set up with external dependencies
#      ( DEAL_II_WITH_PETSC = OFF )
#      ( DEAL_II_WITH_SCALAPACK = OFF )
#      ( DEAL_II_WITH_SLEPC = OFF )
#      ( DEAL_II_WITH_SUNDIALS = OFF )
#      ( DEAL_II_WITH_SYMENGINE = OFF )
#        DEAL_II_WITH_TBB set up with external dependencies
#      ( DEAL_II_WITH_TRILINOS = OFF )
#      ( DEAL_II_WITH_UMFPACK = OFF )
#        DEAL_II_WITH_ZLIB set up with external dependencies
#
#  Component configuration:
#      ( DEAL_II_COMPONENT_DOCUMENTATION = OFF )
#        DEAL_II_COMPONENT_EXAMPLES
#      ( DEAL_II_COMPONENT_PACKAGE = OFF )
#      ( DEAL_II_COMPONENT_PYTHON_BINDINGS = OFF )
#
#  Detailed information (compiler flags, feature configuration) can be found in detailed.log
#
#  Run  $ make info  to print a help message with a list of top level targets
#
###

Reply via email to