Skip to content

Commit d36c34f

Browse files
committed
add alltoallw to make check
1 parent 1cb8653 commit d36c34f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MPI/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CC = mpicc
22
CFLAGS = -O0 -g
33

4-
check_PROGRAMS = alltomany
4+
check_PROGRAMS = alltomany alltoallw
55

66
all: $(check_PROGRAMS)
77

0 commit comments

Comments
 (0)