We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24a86b9 commit 95229ddCopy full SHA for 95229dd
1 file changed
mpi-proxy-split/mpi-wrappers/Makefile
@@ -62,8 +62,9 @@ mpi_unimplemented_wrappers.cpp: generate-mpi-unimplemented-wrappers.py \
62
python3 generate-mpi-unimplemented-wrappers.py mpi_unimplemented_wrappers_openmpi.txt > $@; \
63
elif mpiexec -h | grep -q 'ExaMPI'; then \
64
python3 generate-mpi-unimplemented-wrappers.py mpi_unimplemented_wrappers_exampi.txt > $@; \
65
- else \
66
- $(error Could not identify the MPICH flavor); \
+ else \
+ echo 'Could not identify the MPICH flavor'; \
67
+ exit 1; \
68
fi
69
70
.c.o:
0 commit comments