=============== Sample solution [TOC] =============== :import:session07/scatter-gather2.cpp ---- SHELL (path=session07) --------------------------------------------------- mpic++ -g -std=c++17 -I/home/numerik/pub/pp/ss19/lib -o scatter-gather2 scatter-gather2.cpp mpirun -np 4 scatter-gather2 ------------------------------------------------------------------------------- ---- SHELL (path=session07,hostname=heim) ------------------------------------- OMPI_CXX=g++-8.3 mpic++ -g -std=c++17 -I/home/numerik/pub/pp/ss19/lib -o scatter-gather2 scatter-gather2.cpp -Wno-literal-suffix mpirun -np 4 scatter-gather2 ------------------------------------------------------------------------------- :navigate: up -> doc:index back -> doc:session07/page01 next -> doc:session07/page03