Skip to content

Re: MPI run — pvd file fault

#2609
albert.mink
Moderator

Well, this is the entire Makefile.inc 😉

Anyway, modify it according
CXX := mpic++
PARALLEL_MODE := MPI

Then, run
make cleanbuild
make clean
make

// Till now, you executed a sequential programm on several threads. With the above modifications the compiler will generate a parallel program.

Albert