You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
without problems. Subsequently, however, "make" stopped with the following error:
[ 4%] Building CXX object triqs/CMakeFiles/triqs.dir/gfs/local/functions.cpp.o
In file included from /home/philipp/SOURCES/src_triqs1.2/triqs/mpi.hpp:24:0,
from /home/philipp/SOURCES/src_triqs1.2/triqs/gfs/local/.././meshes/matsubara_freq.hpp:24,
from /home/philipp/SOURCES/src_triqs1.2/triqs/gfs/local/../imfreq.hpp:26,
from /home/philipp/SOURCES/src_triqs1.2/triqs/gfs/local/functions.hpp:25,
from /home/philipp/SOURCES/src_triqs1.2/triqs/gfs/local/functions.cpp:21:
/home/philipp/SOURCES/src_triqs1.2/triqs/./mpi/vector.hpp: In static member function ‘static void triqs::mpi::mpi_impl_std_vector_basic<T>::broadcast(triqs::mpi::communicator, triqs::mpi::mpi_impl_std_vector_basic<T>::V&, int)’:
/home/philipp/SOURCES/src_triqs1.2/triqs/./mpi/vector.hpp:47:21: error: incomplete type ‘triqs::mpi::mpi_datatype<unsigned int>’ used in nested name specifier
MPI_Bcast(&s, 1, mpi_datatype<size_t>::invoke(), root, c.get());
^
make[2]: *** [triqs/CMakeFiles/triqs.dir/gfs/local/functions.cpp.o] Error 1
make[1]: *** [triqs/CMakeFiles/triqs.dir/all] Error 2
make: *** [all] Error 2
Anyone seen this before?
Cheers,
Philipp
The text was updated successfully, but these errors were encountered:
Hi,
Using gcc 4.8.2 I first ran
without problems. Subsequently, however, "make" stopped with the following error:
Anyone seen this before?
Cheers,
Philipp
The text was updated successfully, but these errors were encountered: