Hi developers,
When I type make to compile the example, it always reports errors like:
make
Create dependencies for cylinder2d.cpp
/bin/sh: mpic++: command not found
Compile cylinder2d.cpp
mpic++ -DPARALLEL_MODE_MPI -O3 -Wall -std=c++0x -I../../src -I../../src/ -I../../src/external -c cylinder2d.cpp -o /home/guochunyu/wlz-5/olb-1.0r0/examples/cylinder2d/cylinder2d.o
make: mpic++: Command not found
make: *** [/home/guochunyu/wlz-5/olb-1.0r0/examples/cylinder2d/cylinder2d.o] Error 127
what’s wrong?Thank you!