~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to src/sandbox/partitioning/bench3.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 3"
5
 
echo "Running time is 2 minutes 13 seconds on a Sempron 3300+"
6
 
./benchmark metis1 ../../../data/meshes/torso.xml.gz 4 100000 metis_torso_4part.dat
7
 
./benchmark metis1 ../../../data/meshes/torso.xml.gz 16 100000 metis_torso_16part.dat
8
 
./benchmark metis1 ../../../data/meshes/torso.xml.gz 64 100000 metis_torso_64part.dat
9
 
 
10
 
./benchmark scotch ../../../data/meshes/torso.xml.gz 4 100000 scotch_torso_4part.dat
11
 
./benchmark scotch ../../../data/meshes/torso.xml.gz 16 100000 scotch_torso_16part.dat
12
 
./benchmark scotch ../../../data/meshes/torso.xml.gz 64 100000 scotch_torso_64part.dat