~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to src/sandbox/partitioning/bench1.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
 
# Comparing Metis and Scotch with varying number of cells and partitions
4
 
echo "Running benchmark 1"
5
 
echo "Running time is 1 minute 14 seconds on a Sempron 3300+"
6
 
./benchmark metis1 unitsquare40.xml 4 600000 metis_square_4part.dat
7
 
./benchmark metis1 unitsquare40.xml 16 600000 metis_square_16part.dat
8
 
./benchmark metis1 unitsquare40.xml 64 600000 metis_square_64part.dat
9
 
 
10
 
./benchmark scotch unitsquare40.xml 4 600000 scotch_square_4part.dat
11
 
./benchmark scotch unitsquare40.xml 16 600000 scotch_square_16part.dat
12
 
./benchmark scotch unitsquare40.xml 64 600000 scotch_square_64part.dat