Statistics
| Branch: | Revision:

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

History | View | Annotate | Download (314 Bytes)

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