We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75149e5 commit 6a56549Copy full SHA for 6a56549
Makefile
@@ -7,7 +7,7 @@ else
7
endif
8
9
MPIRUN = mpirun -np ${NUM_PROC} ${EXTRA_MPI_FLAG}
10
-PYTEST = pytest -s
+PYTEST = pytest -s -vv
11
MPICH_NOT_EXIST = $(shell which mpichversion)
12
13
.PHONY: build
0 commit comments