Re: MPI run — pvd file fault
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › Bug Reports › MPI run — pvd file fault › Re: MPI run — pvd file fault
April 20, 2017 at 9:29 am
#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