Skip to content

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