Skip to content

Commit

Permalink
CXX=mpic++ not needed (and has no effect) if you have --with-mpi
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj authored May 14, 2019
1 parent 628701c commit 0ab6168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/docs/Build_From_Source.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ cd ~/install
git clone https://github.com/NanoComp/meep.git
cd meep/
sh autogen.sh --enable-shared --with-mpi PYTHON=python3 \
CC=mpicc CXX=mpic++ LDFLAGS="${MY_LDFLAGS}" CPPFLAGS="${MY_CPPFLAGS}"
LDFLAGS="${MY_LDFLAGS}" CPPFLAGS="${MY_CPPFLAGS}"
make && sudo make install
```

Expand Down

0 comments on commit 0ab6168

Please sign in to comment.