PASSIONLab / CombBLAS

The Combinatorial BLAS (CombBLAS) is an extensible distributed-memory parallel graph library offering a small but powerful set of linear algebra primitives specifically targeting graph analytics.
Other
59 stars 20 forks source link

build fails with Intel 19.1 #7

Open iholod1 opened 3 years ago

iholod1 commented 3 years ago

-- The C compiler identification is Intel 19.1.0.20200306 -- The CXX compiler identification is Intel 19.1.0.20200306 -- Check for working C compiler: /mpcdf/soft/SLE_12/packages/x86_64/intel_parallel_studio/2020.1/compilers_and_libraries_2020.1.217/linux/mpi/intel64/bin/mpiicc -- Check for working C compiler: /mpcdf/soft/SLE_12/packages/x86_64/intel_parallel_studio/2020.1/compilers_and_libraries_2020.1.217/linux/mpi/intel64/bin/mpiicc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /mpcdf/soft/SLE_12/packages/x86_64/intel_parallel_studio/2020.1/compilers_and_libraries_2020.1.217/linux/mpi/intel64/bin/mpiicpc -- Check for working CXX compiler: /mpcdf/soft/SLE_12/packages/x86_64/intel_parallel_studio/2020.1/compilers_and_libraries_2020.1.217/linux/mpi/intel64/bin/mpiicpc -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found MPI_C: /mpcdf/soft/SLE_12/packages/x86_64/intel_parallel_studio/2020.1/compilers_and_libraries_2020.1.217/linux/mpi/intel64/bin/mpiicc (found version "3.1") -- Found MPI_CXX: /mpcdf/soft/SLE_12/packages/x86_64/intel_parallel_studio/2020.1/compilers_and_libraries_2020.1.217/linux/mpi/intel64/bin/mpiicpc (found version "3.1") -- Found MPI: TRUE (found version "3.1") -- Found OpenMP_C: -qopenmp (found version "5.0") -- Found OpenMP_CXX: -qopenmp (found version "5.0") -- Found OpenMP: TRUE (found version "5.0") -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success -- Performing Test COMPILER_HAS_DEPRECATED_ATTR -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success -- Configuring done -- Generating done -- Build files have been written to: /u/iholod/bin/CombBLAS/build

[ 47%] Building CXX object ReleaseTests/CMakeFiles/GalerkinNew.dir/GalerkinNew.cpp.o /u/iholod/bin/CombBLAS/include/CombBLAS/SpParMat.cpp(2803): error: no instance of overloaded function "std::vector<_Tp, _Alloc>::push_back [with _Tp=std::tuple, _Alloc=std::allocator<std::tuple>]" matches the argument list argument types are: ({...}) object type is: std::vector<std::tuple<IT, IT, NT>, std::allocator<std::tuple<IT, IT, NT>>> btuples[rbid][cbid][owner].push_back({ridx_l, cidx_l, tuples.numvalue(i)}); ^ /usr/include/c++/4.8/bits/stl_vector.h(919): note: this candidate was rejected because arguments do not match push_back(value_type&& __x)