Statistics
| Branch: | Revision:

root / synthbench / euroben-dm / mod2b / .svn / text-base / x.all.svn-base @ 0:839f52ef7657

History | View | Annotate | Download (314 Bytes)

1 0:839f52ef7657 louridas
#!/bin/sh
2 0:839f52ef7657 louridas
#
3 0:839f52ef7657 louridas
# Execute script for program mod2b of the EuroBen MPI Benchmark.
4 0:839f52ef7657 louridas
#
5 0:839f52ef7657 louridas
if [ ${NPROCS} -lt 10 ]; then
6 0:839f52ef7657 louridas
     FILEXT="p0${NPROCS}"
7 0:839f52ef7657 louridas
else
8 0:839f52ef7657 louridas
     FILEXT="p${NPROCS}"
9 0:839f52ef7657 louridas
fi
10 0:839f52ef7657 louridas
exec 1>> mod2b.${FILEXT}.log 2>&1
11 0:839f52ef7657 louridas
echo 'start mod2b at' `date` 'id =' $$
12 0:839f52ef7657 louridas
time mpirun -np ${NPROCS} ./x.mod2b
13 0:839f52ef7657 louridas
echo 'end mod2b at' `date` 'id =' $$