#!/bin/csh -f
# all_read: all nodes will read input data

echo All nodes read input
cat >! rdr.dat <<EOF
0
EOF
