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