Statistics
| Branch: | Revision:

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

History | View | Annotate | Download (319 Bytes)

1
#!/bin/sh
2
#
3
# Execute script for program mod2cr 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>> mod2cr.${FILEXT}.log 2>&1
11
echo 'start mod2cr at' `date` 'id =' $$
12
time mpirun -np ${NPROCS} ./x.mod2cr
13
echo 'end mod2cr at' `date` 'id =' $$