2014-11-23 18:15:42 -08:00

4 lines
128 B
Bash

# a simple script to simulate mapreduce mapper
echo "cat $1$OMPI_COMM_WORLD_RANK | ${@:2}"
cat $1$OMPI_COMM_WORLD_RANK | ${@:2}