Skip to content

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

#2622
steed188
Participant

I tried to modified the Makefile.inc like belowed

#CXX := g++
#CXX := icpc -D__aligned__=ignored
#CXX := mpiCC
CXX := mpic++
…….
#PARALLEL_MODE := OFF
PARALLEL_MODE := MPI
#PARALLEL_MODE := OMP
#PARALLEL_MODE := HYBRID

and made it again. But it didn’t work. The pvd file was still bad.

yours steed188