fix spurious warnings when compiling tabulator
This commit is contained in:
parent
c385d95d49
commit
8269913898
1 changed files with 2 additions and 1 deletions
3
makefile
3
makefile
|
@ -3,7 +3,8 @@ CPP_ARGS = -std=c++20 -O2 -Wall -Wextra -Iinclude -ggdb
|
||||||
GTKMM_CPP_ARGS = $(shell pkg-config --cflags gtkmm-4.0)
|
GTKMM_CPP_ARGS = $(shell pkg-config --cflags gtkmm-4.0)
|
||||||
GTKMM_LD_ARGS = $(shell pkg-config --libs gtkmm-4.0)
|
GTKMM_LD_ARGS = $(shell pkg-config --libs gtkmm-4.0)
|
||||||
|
|
||||||
MPI_CPP_ARGS = $(shell mpic++ --showme:compile)
|
# https://github.com/open-mpi/ompi/issues/5157
|
||||||
|
MPI_CPP_ARGS = $(shell mpic++ --showme:compile) -DOMPI_SKIP_MPICXX
|
||||||
MPI_LD_ARGS = $(shell mpic++ --showme:link)
|
MPI_LD_ARGS = $(shell mpic++ --showme:link)
|
||||||
|
|
||||||
default: bin/bench bin/score bin/tabulator-mpi
|
default: bin/bench bin/score bin/tabulator-mpi
|
||||||
|
|
Loading…
Add table
Reference in a new issue