Skip to content

Commit 4b03054

Browse files
committed
add alltoallw to make check
1 parent fdeb323 commit 4b03054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MPI/Makefile

Lines changed: 1 addition & 1 deletion
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)