#!/bin/tcsh
foreach fl ( ./MPImain.c ./coll/bcast.c ./coll/mpi_bcast.c ./context/bar_sproc.c ./context/barrier.c ./include/barrier.h ./include/bcast.h ./include/sim.h ./include/struct.h ./sim/sim.c ./pt2pt/sr.c ./utils/mqueue.c )
	if (-e ../../runtime3/src/$fl) diff $fl ../../runtime3/src/$fl
end
