Skip to content

compile problem

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1911
    lbmcoding
    Member

    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!

    #2616
    mathias
    Keymaster

    It looks like you have not installed “openmpi”. Please, have a look in our documentation. Best Mathias

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.