Dear all, I’m running into an issue when building deal.II (9.7.0-pre): the build always stalls on a specific Boost file, as shown below:
*$ make bundled_boost_iostreams_releaseConsolidate compiler generated dependencies of target bundled_boost_iostreams_releaseBuilding CXX object bundled/boost-1.84.0/libs/iostreams/src/CMakeFiles/bundled_boost_iostreams_release.dir/mapped_file.cpp.o* I’ve attached the full deal.II configuration log for reference. My Kokkos (4.6.00) was configured with: *cmake -B builddir \ -DCMAKE_CXX_COMPILER=c++ \ -DCMAKE_BUILD_TYPE=Release \ -DKokkos_ENABLE_CUDA=ON \ -DKokkos_ARCH_AMPERE80=ON \ -DCMAKE_INSTALL_PREFIX=/scratch/cucui/kokkos-install-4.6 \ -DKokkos_ENABLE_CUDA_CONSTEXPR=ON \ -DKokkos_ENABLE_CUDA_RELOCATABLE_DEVICE_CODE=ON \ -DKokkos_ENABLE_CUDA_LAMBDA=ON* Any suggestions on how to get past this hang would be greatly appreciated. Thank you! Best, Cu -- 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/f5f37924-c084-498c-8fc6-a0221c24b9a8n%40googlegroups.com.
### # # deal.II configuration: # CMAKE_BUILD_TYPE: DebugRelease # BUILD_SHARED_LIBS: ON # CMAKE_INSTALL_PREFIX: /scratch/cucui/dealii-install/dealii_cudampi_11_8_master # CMAKE_SOURCE_DIR: /scratch/cucui/dealii_master # (version 9.7.0-pre, shortrev 5a760040edb) # CMAKE_BINARY_DIR: /scratch/cucui/dealii_master/build # CMAKE_CXX_COMPILER: GNU 11.4.0 on platform Linux x86_64 # /scratch/cucui/kokkos-install-4.6/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 -Xcudafe --diag_suppress=68 -Xcudafe --diag_suppress=128 -Xcudafe --diag_suppress=177 -Xcudafe --diag_suppress=186 -Xcudafe --diag_suppress=191 -Xcudafe --diag_suppress=284 -Xcudafe --diag_suppress=550 -Xcudafe --diag_suppress=940 # DEAL_II_CXX_FLAGS_RELEASE: -O2 -funroll-loops -funroll-all-loops -Wno-unused-local-typedefs -Wno-unused-parameter # DEAL_II_CXX_FLAGS_DEBUG: -O0 -ggdb -Wa,--compress-debug-sections # DEAL_II_WARNING_FLAGS: -pedantic -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-parentheses -Wno-unused-local-typedefs -Wno-parentheses # DEAL_II_LINKER_FLAGS: -rdynamic -fuse-ld=lld # 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,SHELL:-Xcudafe --diag_suppress=68 -Xcudafe --diag_suppress=128,SHELL:-Xcudafe --diag_suppress=177 -Xcudafe --diag_suppress=186,SHELL:-Xcudafe --diag_suppress=191 -Xcudafe --diag_suppress=284,SHELL:-Xcudafe --diag_suppress=550 -Xcudafe --diag_suppress=940>,$<$<AND:$<CONFIG:Debug>,$<COMPILE_LANGUAGE:CXX>>:-O0,-ggdb,-Wa,--compress-debug-sections>,$<$<AND:$<CONFIG:Release>,$<COMPILE_LANGUAGE:CXX>>:-O2,-funroll-loops,-funroll-all-loops,-Wno-unused-local-typedefs,-Wno-unused-parameter> # INTERFACE_LINK_OPTIONS: -rdynamic,-fuse-ld=lld,$<$<CONFIG:Debug>:-ggdb,-Wl,--compress-debug-sections=zlib>,$<$<CONFIG:Release>:> # # Target: dealii_debug # TYPE: SHARED_LIBRARY # VERSION: 9.7.0-pre # SOVERSION: 9.7.0-pre # LINK_LIBRARIES: dl,rt,interface_lapack,interface_mpi,interface_zlib,interface_kokkos,interface_p4est_debug,bundled_boost_serialization_debug,bundled_boost_system_debug,bundled_boost_iostreams_debug,bundled_tbb_debug,bundled_umfpack_L_UMF_debug,bundled_umfpack_Z_UMF_debug,bundled_umfpack_L_UMFPACK_debug,bundled_umfpack_DL_TSOLVE_debug,bundled_umfpack_DL_TRIPLET_MAP_NOX_debug,bundled_umfpack_DL_TRIPLET_MAP_X_debug,bundled_umfpack_DL_TRIPLET_NOMAP_X_debug,bundled_umfpack_DL_TRIPLET_NOMAP_NOX_debug,bundled_umfpack_DL_STORE_debug,bundled_umfpack_DL_ASSEMBLE_debug,bundled_umfpack_DL_SOLVE_debug,bundled_umfpack_ZL_TSOLVE_debug,bundled_umfpack_ZL_TRIPLET_MAP_NOX_debug,bundled_umfpack_ZL_TRIPLET_MAP_X_debug,bundled_umfpack_ZL_TRIPLET_NOMAP_X_debug,bundled_umfpack_ZL_TRIPLET_NOMAP_NOX_debug,bundled_umfpack_ZL_STORE_debug,bundled_umfpack_ZL_ASSEMBLE_debug,bundled_umfpack_ZL_SOLVE_debug,bundled_umfpack_GENERIC_debug,bundled_amd_int_debug,bundled_amd_long_debug,bundled_amd_global_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_particles_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: /scratch/cucui/dealii_master/build/include,/scratch/cucui/dealii_master/build/source,/scratch/cucui/dealii_master/include,/scratch/cucui/dealii_master/bundled/taskflow-3.10.0,/scratch/cucui/dealii_master/bundled/tbb-2018_U2/include,/scratch/cucui/dealii_master/bundled/boost-1.84.0/include,/scratch/cucui/dealii_master/bundled/umfpack/UMFPACK/Include,/scratch/cucui/dealii_master/bundled/umfpack/AMD/Include,/scratch/cucui/dealii_master/bundled/muparser_v2_3_3//include # COMPILE_DEFINITIONS: DEBUG,_GLIBCXX_ASSERTIONS # COMPILE_OPTIONS: -pedantic,-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-parentheses,-Wno-unused-local-typedefs,-Wno-parentheses,-fopenmp-simd,SHELL:-Xcudafe --diag_suppress=68 -Xcudafe --diag_suppress=128,SHELL:-Xcudafe --diag_suppress=177 -Xcudafe --diag_suppress=186,SHELL:-Xcudafe --diag_suppress=191 -Xcudafe --diag_suppress=284,SHELL:-Xcudafe --diag_suppress=550 -Xcudafe --diag_suppress=940,-O0,-ggdb,-Wa,--compress-debug-sections # LINK_OPTIONS: -rdynamic,-fuse-ld=lld,-ggdb,-Wl,--compress-debug-sections=zlib # INTERFACE_LINK_LIBRARIES: dl,rt,interface_lapack,interface_mpi,interface_zlib,interface_kokkos,interface_p4est_debug # INTERFACE_INCLUDE_DIRECTORIES: $<BUILD_INTERFACE:/scratch/cucui/dealii_master/build/include>,$<BUILD_INTERFACE:/scratch/cucui/dealii_master/include>,$<INSTALL_INTERFACE:include>,$<BUILD_INTERFACE:/scratch/cucui/dealii_master/bundled/taskflow-3.10.0>,$<BUILD_INTERFACE:/scratch/cucui/dealii_master/bundled/tbb-2018_U2/include>,$<BUILD_INTERFACE:/scratch/cucui/dealii_master/bundled/boost-1.84.0/include>,$<BUILD_INTERFACE:/scratch/cucui/dealii_master/bundled/umfpack/UMFPACK/Include>,$<BUILD_INTERFACE:/scratch/cucui/dealii_master/bundled/umfpack/AMD/Include>,$<BUILD_INTERFACE:/scratch/cucui/dealii_master/bundled/muparser_v2_3_3//include>,$<INSTALL_INTERFACE:include/deal.II/bundled> # INTERFACE_SYSTEM_INCLUDE_DIRECTORIES: $<BUILD_INTERFACE:/scratch/cucui/dealii_master/build/include>,$<BUILD_INTERFACE:/scratch/cucui/dealii_master/include>,$<INSTALL_INTERFACE:include>,$<BUILD_INTERFACE:/scratch/cucui/dealii_master/bundled/taskflow-3.10.0>,$<BUILD_INTERFACE:/scratch/cucui/dealii_master/bundled/tbb-2018_U2/include>,$<BUILD_INTERFACE:/scratch/cucui/dealii_master/bundled/boost-1.84.0/include>,$<BUILD_INTERFACE:/scratch/cucui/dealii_master/bundled/umfpack/UMFPACK/Include>,$<BUILD_INTERFACE:/scratch/cucui/dealii_master/bundled/umfpack/AMD/Include>,$<BUILD_INTERFACE:/scratch/cucui/dealii_master/bundled/muparser_v2_3_3//include>,$<INSTALL_INTERFACE:include/deal.II/bundled> # INTERFACE_COMPILE_DEFINITIONS: DEBUG,_GLIBCXX_ASSERTIONS # # Target: dealii_release # TYPE: SHARED_LIBRARY # VERSION: 9.7.0-pre # SOVERSION: 9.7.0-pre # LINK_LIBRARIES: dl,rt,interface_lapack,interface_mpi,interface_zlib,interface_kokkos,interface_p4est_release,bundled_boost_serialization_release,bundled_boost_system_release,bundled_boost_iostreams_release,bundled_tbb_release,bundled_umfpack_L_UMF_release,bundled_umfpack_Z_UMF_release,bundled_umfpack_L_UMFPACK_release,bundled_umfpack_DL_TSOLVE_release,bundled_umfpack_DL_TRIPLET_MAP_NOX_release,bundled_umfpack_DL_TRIPLET_MAP_X_release,bundled_umfpack_DL_TRIPLET_NOMAP_X_release,bundled_umfpack_DL_TRIPLET_NOMAP_NOX_release,bundled_umfpack_DL_STORE_release,bundled_umfpack_DL_ASSEMBLE_release,bundled_umfpack_DL_SOLVE_release,bundled_umfpack_ZL_TSOLVE_release,bundled_umfpack_ZL_TRIPLET_MAP_NOX_release,bundled_umfpack_ZL_TRIPLET_MAP_X_release,bundled_umfpack_ZL_TRIPLET_NOMAP_X_release,bundled_umfpack_ZL_TRIPLET_NOMAP_NOX_release,bundled_umfpack_ZL_STORE_release,bundled_umfpack_ZL_ASSEMBLE_release,bundled_umfpack_ZL_SOLVE_release,bundled_umfpack_GENERIC_release,bundled_amd_int_release,bundled_amd_long_release,bundled_amd_global_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_particles_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: /scratch/cucui/dealii_master/build/include,/scratch/cucui/dealii_master/build/source,/scratch/cucui/dealii_master/include,/scratch/cucui/dealii_master/bundled/taskflow-3.10.0,/scratch/cucui/dealii_master/bundled/tbb-2018_U2/include,/scratch/cucui/dealii_master/bundled/boost-1.84.0/include,/scratch/cucui/dealii_master/bundled/umfpack/UMFPACK/Include,/scratch/cucui/dealii_master/bundled/umfpack/AMD/Include,/scratch/cucui/dealii_master/bundled/muparser_v2_3_3//include # COMPILE_DEFINITIONS: NDEBUG # COMPILE_OPTIONS: -pedantic,-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-parentheses,-Wno-unused-local-typedefs,-Wno-parentheses,-fopenmp-simd,SHELL:-Xcudafe --diag_suppress=68 -Xcudafe --diag_suppress=128,SHELL:-Xcudafe --diag_suppress=177 -Xcudafe --diag_suppress=186,SHELL:-Xcudafe --diag_suppress=191 -Xcudafe --diag_suppress=284,SHELL:-Xcudafe --diag_suppress=550 -Xcudafe --diag_suppress=940,-O2,-funroll-loops,-funroll-all-loops,-Wno-unused-local-typedefs,-Wno-unused-parameter # LINK_OPTIONS: -rdynamic,-fuse-ld=lld # INTERFACE_LINK_LIBRARIES: dl,rt,interface_lapack,interface_mpi,interface_zlib,interface_kokkos,interface_p4est_release # INTERFACE_INCLUDE_DIRECTORIES: $<BUILD_INTERFACE:/scratch/cucui/dealii_master/build/include>,$<BUILD_INTERFACE:/scratch/cucui/dealii_master/include>,$<INSTALL_INTERFACE:include>,$<BUILD_INTERFACE:/scratch/cucui/dealii_master/bundled/taskflow-3.10.0>,$<BUILD_INTERFACE:/scratch/cucui/dealii_master/bundled/tbb-2018_U2/include>,$<BUILD_INTERFACE:/scratch/cucui/dealii_master/bundled/boost-1.84.0/include>,$<BUILD_INTERFACE:/scratch/cucui/dealii_master/bundled/umfpack/UMFPACK/Include>,$<BUILD_INTERFACE:/scratch/cucui/dealii_master/bundled/umfpack/AMD/Include>,$<BUILD_INTERFACE:/scratch/cucui/dealii_master/bundled/muparser_v2_3_3//include>,$<INSTALL_INTERFACE:include/deal.II/bundled> # INTERFACE_SYSTEM_INCLUDE_DIRECTORIES: $<BUILD_INTERFACE:/scratch/cucui/dealii_master/build/include>,$<BUILD_INTERFACE:/scratch/cucui/dealii_master/include>,$<INSTALL_INTERFACE:include>,$<BUILD_INTERFACE:/scratch/cucui/dealii_master/bundled/taskflow-3.10.0>,$<BUILD_INTERFACE:/scratch/cucui/dealii_master/bundled/tbb-2018_U2/include>,$<BUILD_INTERFACE:/scratch/cucui/dealii_master/bundled/boost-1.84.0/include>,$<BUILD_INTERFACE:/scratch/cucui/dealii_master/bundled/umfpack/UMFPACK/Include>,$<BUILD_INTERFACE:/scratch/cucui/dealii_master/bundled/umfpack/AMD/Include>,$<BUILD_INTERFACE:/scratch/cucui/dealii_master/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 = ON # ( 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.84.0 # ( DEAL_II_WITH_CGAL = OFF ) # ( DEAL_II_WITH_COMPLEX_VALUES = OFF ) # ( 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_VERSION = 4.6.0 # KOKKOS_DIR = /scratch/cucui/kokkos-install-4.6 # KOKKOS_BACKENDS = SERIAL;CUDA # KOKKOS_ARCHITECTURES = AMPERE80 # DEAL_II_WITH_LAPACK set up with external dependencies # LAPACK_WITH_64BIT_BLAS_INDICES = OFF # ( DEAL_II_WITH_MAGIC_ENUM = OFF ) # ( DEAL_II_WITH_METIS = OFF ) # DEAL_II_WITH_MPI set up with external dependencies # MPI_VERSION = 3.1 # MPI_C_COMPILER = /export/home/cucui/SimServ06/lib/openmpi-4.1.4/bin/mpicc # MPI_CXX_COMPILER = /export/home/cucui/SimServ06/lib/openmpi-4.1.4/bin/mpicxx # MPI_Fortran_COMPILER = /export/home/cucui/SimServ06/lib/openmpi-4.1.4/bin/mpif90 # MPI_CXX_VERSION = 3.1 # ( DEAL_II_WITH_MUMPS = OFF ) # 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 # P4EST_DIR = /export/home/cucui/SimServ06/p4est/p4est-install # ( DEAL_II_WITH_PETSC = OFF ) # ( DEAL_II_WITH_PSBLAS = OFF ) # ( DEAL_II_WITH_SCALAPACK = OFF ) # ( DEAL_II_WITH_SLEPC = OFF ) # ( DEAL_II_WITH_SUNDIALS = OFF ) # ( DEAL_II_WITH_SYMENGINE = OFF ) # DEAL_II_WITH_TASKFLOW set up with bundled packages # TASKFLOW_VERSION = 3.10.0 # DEAL_II_WITH_TBB set up with bundled packages # TBB_VERSION = 2018.0 # ( DEAL_II_WITH_TRILINOS = OFF ) # DEAL_II_WITH_UMFPACK set up with bundled packages # UMFPACK_VERSION = 5.0.2 # ( DEAL_II_WITH_VTK = OFF ) # DEAL_II_WITH_ZLIB set up with external dependencies # ZLIB_VERSION = 1.2.11 # # Interface targets: # # Target: interface_kokkos # TYPE: INTERFACE_LIBRARY # INTERFACE_LINK_LIBRARIES: /scratch/cucui/kokkos-install-4.6/lib/libkokkoscore.a,/scratch/cucui/kokkos-install-4.6/lib/libkokkoscontainers.a,/scratch/cucui/kokkos-install-4.6/lib/libkokkossimd.a,dl,/usr/lib/x86_64-linux-gnu/libcuda.so,/usr/local/cuda/lib64/libcudart.so # INTERFACE_INCLUDE_DIRECTORIES: /scratch/cucui/kokkos-install-4.6/include,/usr/include,/usr/local/cuda/include # INTERFACE_SYSTEM_INCLUDE_DIRECTORIES: /scratch/cucui/kokkos-install-4.6/include,/usr/include,/usr/local/cuda/include # INTERFACE_COMPILE_DEFINITIONS: KOKKOS_DEPENDENCE # INTERFACE_COMPILE_OPTIONS: --relocatable-device-code=true,-extended-lambda,-Wext-lambda-captures-this,-expt-relaxed-constexpr,-arch=sm_80 # INTERFACE_LINK_OPTIONS: -DKOKKOS_DEPENDENCE,--relocatable-device-code=true,-arch=sm_80 # # Target: interface_lapack # TYPE: INTERFACE_LIBRARY # INTERFACE_LINK_LIBRARIES: -lm,-ldl,/export/home/cucui/.local/lib/libopenblas.so # # Target: interface_mpi # TYPE: INTERFACE_LIBRARY # INTERFACE_LINK_LIBRARIES: /export/home/cucui/SimServ06/lib/openmpi-4.1.4/lib/libmpi_usempif08.so,/export/home/cucui/SimServ06/lib/openmpi-4.1.4/lib/libmpi_usempi_ignore_tkr.so,/export/home/cucui/SimServ06/lib/openmpi-4.1.4/lib/libmpi_mpifh.so,/export/home/cucui/SimServ06/lib/openmpi-4.1.4/lib/libmpi.so # INTERFACE_INCLUDE_DIRECTORIES: /export/home/cucui/SimServ06/lib/openmpi-4.1.4/include # INTERFACE_SYSTEM_INCLUDE_DIRECTORIES: /export/home/cucui/SimServ06/lib/openmpi-4.1.4/include # INTERFACE_LINK_OPTIONS: SHELL:-Wl,-rpath -Wl,/export/home/cucui/SimServ06/lib/openmpi-4.1.4/lib,-Wl,--enable-new-dtags # # Target: bundled_muparser_debug # TYPE: OBJECT_LIBRARY # LINK_LIBRARIES: dl,rt,interface_lapack,interface_mpi,interface_zlib,interface_kokkos,interface_p4est_debug # INCLUDE_DIRECTORIES: /scratch/cucui/dealii_master/bundled/muparser_v2_3_3/include,/scratch/cucui/dealii_master/build/include,/scratch/cucui/dealii_master/build/source,/scratch/cucui/dealii_master/include # COMPILE_DEFINITIONS: DEBUG,_GLIBCXX_ASSERTIONS # 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-parentheses,-Wno-unused-local-typedefs,-Wno-parentheses,-Wno-switch,-Wno-implicit-fallthrough,-Wno-cast-function-type,-Wno-float-conversion,-fopenmp-simd,SHELL:-Xcudafe --diag_suppress=68 -Xcudafe --diag_suppress=128,SHELL:-Xcudafe --diag_suppress=177 -Xcudafe --diag_suppress=186,SHELL:-Xcudafe --diag_suppress=191 -Xcudafe --diag_suppress=284,SHELL:-Xcudafe --diag_suppress=550 -Xcudafe --diag_suppress=940,-O0,-ggdb,-Wa,--compress-debug-sections # INTERFACE_LINK_LIBRARIES: $<LINK_ONLY:dl>,$<LINK_ONLY:rt>,$<LINK_ONLY:interface_lapack>,$<LINK_ONLY:interface_mpi>,$<LINK_ONLY:interface_zlib>,$<LINK_ONLY:interface_kokkos>,$<LINK_ONLY:interface_p4est_debug> # # Target: bundled_muparser_release # TYPE: OBJECT_LIBRARY # LINK_LIBRARIES: dl,rt,interface_lapack,interface_mpi,interface_zlib,interface_kokkos,interface_p4est_release # INCLUDE_DIRECTORIES: /scratch/cucui/dealii_master/bundled/muparser_v2_3_3/include,/scratch/cucui/dealii_master/build/include,/scratch/cucui/dealii_master/build/source,/scratch/cucui/dealii_master/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-parentheses,-Wno-unused-local-typedefs,-Wno-parentheses,-Wno-switch,-Wno-implicit-fallthrough,-Wno-cast-function-type,-Wno-float-conversion,-fopenmp-simd,SHELL:-Xcudafe --diag_suppress=68 -Xcudafe --diag_suppress=128,SHELL:-Xcudafe --diag_suppress=177 -Xcudafe --diag_suppress=186,SHELL:-Xcudafe --diag_suppress=191 -Xcudafe --diag_suppress=284,SHELL:-Xcudafe --diag_suppress=550 -Xcudafe --diag_suppress=940,-O2,-funroll-loops,-funroll-all-loops,-Wno-unused-local-typedefs,-Wno-unused-parameter # INTERFACE_LINK_LIBRARIES: $<LINK_ONLY:dl>,$<LINK_ONLY:rt>,$<LINK_ONLY:interface_lapack>,$<LINK_ONLY:interface_mpi>,$<LINK_ONLY:interface_zlib>,$<LINK_ONLY:interface_kokkos>,$<LINK_ONLY:interface_p4est_release> # # Target: interface_p4est_debug # TYPE: INTERFACE_LIBRARY # INTERFACE_LINK_LIBRARIES: -lm,-ldl,/export/home/cucui/.local/lib/libopenblas.so,/export/home/cucui/SimServ06/lib/openmpi-4.1.4/lib/libmpi.so,/export/home/cucui/SimServ06/p4est/p4est-install/DEBUG/lib/libp4est.so,/export/home/cucui/SimServ06/p4est/p4est-install/DEBUG/lib/libsc.so # INTERFACE_INCLUDE_DIRECTORIES: /export/home/cucui/SimServ06/p4est/p4est-install/FAST/include # INTERFACE_SYSTEM_INCLUDE_DIRECTORIES: /export/home/cucui/SimServ06/p4est/p4est-install/FAST/include # # Target: interface_p4est_release # TYPE: INTERFACE_LIBRARY # INTERFACE_LINK_LIBRARIES: -lm,-ldl,/export/home/cucui/.local/lib/libopenblas.so,/export/home/cucui/SimServ06/lib/openmpi-4.1.4/lib/libmpi.so,/export/home/cucui/SimServ06/p4est/p4est-install/FAST/lib/libp4est.so,/export/home/cucui/SimServ06/p4est/p4est-install/FAST/lib/libsc.so # INTERFACE_INCLUDE_DIRECTORIES: /export/home/cucui/SimServ06/p4est/p4est-install/FAST/include # INTERFACE_SYSTEM_INCLUDE_DIRECTORIES: /export/home/cucui/SimServ06/p4est/p4est-install/FAST/include # # Target: bundled_tbb_debug # TYPE: OBJECT_LIBRARY # LINK_LIBRARIES: dl,rt,interface_lapack,interface_mpi,interface_zlib,interface_kokkos,interface_p4est_debug # INCLUDE_DIRECTORIES: /scratch/cucui/dealii_master/bundled/tbb-2018_U2/src/../include,/scratch/cucui/dealii_master/bundled/tbb-2018_U2/src/rml/include,/scratch/cucui/dealii_master/build/include,/scratch/cucui/dealii_master/build/source,/scratch/cucui/dealii_master/include # COMPILE_DEFINITIONS: DEBUG,_GLIBCXX_ASSERTIONS,__TBB_BUILD=1,USE_PTHREAD,DO_ITT_NOTIFY # 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-parentheses,-Wno-unused-local-typedefs,-Wno-parentheses,-Wno-implicit-fallthrough,-Wno-stringop-overflow,-Wno-deprecated-copy,-fopenmp-simd,SHELL:-Xcudafe --diag_suppress=68 -Xcudafe --diag_suppress=128,SHELL:-Xcudafe --diag_suppress=177 -Xcudafe --diag_suppress=186,SHELL:-Xcudafe --diag_suppress=191 -Xcudafe --diag_suppress=284,SHELL:-Xcudafe --diag_suppress=550 -Xcudafe --diag_suppress=940,-flifetime-dse=1,-O0,-ggdb,-Wa,--compress-debug-sections # INTERFACE_LINK_LIBRARIES: $<LINK_ONLY:dl>,$<LINK_ONLY:rt>,$<LINK_ONLY:interface_lapack>,$<LINK_ONLY:interface_mpi>,$<LINK_ONLY:interface_zlib>,$<LINK_ONLY:interface_kokkos>,$<LINK_ONLY:interface_p4est_debug> # # Target: bundled_tbb_release # TYPE: OBJECT_LIBRARY # LINK_LIBRARIES: dl,rt,interface_lapack,interface_mpi,interface_zlib,interface_kokkos,interface_p4est_release # INCLUDE_DIRECTORIES: /scratch/cucui/dealii_master/bundled/tbb-2018_U2/src/../include,/scratch/cucui/dealii_master/bundled/tbb-2018_U2/src/rml/include,/scratch/cucui/dealii_master/build/include,/scratch/cucui/dealii_master/build/source,/scratch/cucui/dealii_master/include # COMPILE_DEFINITIONS: NDEBUG,__TBB_BUILD=1,USE_PTHREAD,DO_ITT_NOTIFY # 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-parentheses,-Wno-unused-local-typedefs,-Wno-parentheses,-Wno-implicit-fallthrough,-Wno-stringop-overflow,-Wno-deprecated-copy,-fopenmp-simd,SHELL:-Xcudafe --diag_suppress=68 -Xcudafe --diag_suppress=128,SHELL:-Xcudafe --diag_suppress=177 -Xcudafe --diag_suppress=186,SHELL:-Xcudafe --diag_suppress=191 -Xcudafe --diag_suppress=284,SHELL:-Xcudafe --diag_suppress=550 -Xcudafe --diag_suppress=940,-flifetime-dse=1,-O2,-funroll-loops,-funroll-all-loops,-Wno-unused-local-typedefs,-Wno-unused-parameter # INTERFACE_LINK_LIBRARIES: $<LINK_ONLY:dl>,$<LINK_ONLY:rt>,$<LINK_ONLY:interface_lapack>,$<LINK_ONLY:interface_mpi>,$<LINK_ONLY:interface_zlib>,$<LINK_ONLY:interface_kokkos>,$<LINK_ONLY:interface_p4est_release> # # 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 = OFF ) # ( DEAL_II_COMPONENT_PACKAGE = OFF ) # ( DEAL_II_COMPONENT_PYTHON_BINDINGS = OFF ) # ###
