~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to sandbox/partitioning/plot1a.sh

  • Committer: Niclas Jansson
  • Date: 2011-06-10 14:33:43 UTC
  • Revision ID: njansson@csc.kth.se-20110610143343-d21p4am8rghiojfm
Added rudimentary header to binary files

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 time 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"