Statistics
| Branch: | Revision:

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

History | View | Annotate | Download (243 Bytes)

1
#!/bin/sh
2
#
3
# Execute script for program mod1h of the EuroBen MPI Benchmark.
4
#
5
NP=6
6
FILEXT="p0${NP}"
7
exec 1>> mod1h.${FILEXT}.log 2>&1
8
echo 'start mod1h at' `date` 'id =' $$
9
time mpirun -np ${NP} ./x.mod1h
10
echo 'end mod1h at' `date` 'id =' $$