https://github.com/trahay/Generic-Trace-Generator/issues/6
---
 test/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/test/Makefile
+++ b/test/Makefile
@@ -52,7 +52,7 @@ check   : all
 	done
 
 	for i in $(MPI_TESTS) ; do \
-		for type in 1 2 ; do \
+		for type in 1 ; do \
 			echo running $$i $$type ; \
 			mpirun --host localhost:6 -np 6 --bind-to none bin/$$i $$type ; \
 		done ; \
