~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to sandbox/partitioning/plot1b.sh

  • Committer: Johannes Ring
  • Date: 2008-03-05 22:43:06 UTC
  • Revision ID: johannr@simula.no-20080305224306-2npsdyhfdpl2esji
The BIG commit!

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
if [ -r metis_square_4part.dat ] 
 
4
then
 
5
python plot.py UnitSquare edgecut metis_square_4part.dat metis_square_16part.dat metis_square_64part.dat scotch_square_4part.dat scotch_square_16part.dat scotch_square_64part.dat
 
6
exit
 
7
fi
 
8
 
 
9
echo "Run bench1.sh before running this"