Statistics
| Branch: | Revision:

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

History | View | Annotate | Download (243 Bytes)

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