Re: MPI run — pvd file fault
Due to recent bot attacks we have changed the sign-up process. If you want to participate in our forum, first register on this website and then send a message via our contact form.
› Forums › OpenLB › Bug Reports › MPI run — pvd file fault › Re: MPI run — pvd file fault
April 20, 2017 at 9:29 am
#2609
albert.mink
Participant
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
