summaryrefslogtreecommitdiffstats
path: root/examples/runDemo6.2
blob: 8329a4d43c70d3c1d39e95cc471ea280439b0d34 (plain)
1
2
3
4
5
6
mpiexec -n 2 ./h5ff_client_M6.2_demo -v >& output
grep M6.2 output > demooutput
sed s/^.*M6/M6/ < demooutput > demooutput1
mv demooutput1 demooutput
grep r0: demooutput > rank0output
grep r1: demooutput > rank1output