Skip to content

Commit

Permalink
Remove mpicc and mpicxx flags for clang
Browse files Browse the repository at this point in the history
These do not work with OpenMPI and do not seem to be necessary.
  • Loading branch information
xylar committed Jul 13, 2021
1 parent e8f93a9 commit 4e1a555
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/mpas-framework/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,8 @@ gfortran:
gfortran-clang:
( $(MAKE) all \
"FC_PARALLEL = mpif90" \
"CC_PARALLEL = mpicc -cc=clang" \
"CXX_PARALLEL = mpicxx -cxx=clang++" \
"CC_PARALLEL = mpicc" \
"CXX_PARALLEL = mpicxx" \
"FC_SERIAL = gfortran" \
"CC_SERIAL = clang" \
"CXX_SERIAL = clang++" \
Expand Down

0 comments on commit 4e1a555

Please sign in to comment.