3
# Comparing Metis and Scotch with varying number of cells and partitions
4
echo "Running benchmark 2"
5
echo "Running time is 1 minutes 10 seconds on a Sempron 3300+"
6
./benchmark metis1 unitcube4.xml 4 100000 metis_cube_4part.dat
7
./benchmark metis1 unitcube4.xml 16 100000 metis_cube_16part.dat
8
./benchmark metis1 unitcube4.xml 64 100000 metis_cube_64part.dat
10
./benchmark scotch unitcube4.xml 4 100000 scotch_cube_4part.dat
11
./benchmark scotch unitcube4.xml 16 100000 scotch_cube_16part.dat
12
./benchmark scotch unitcube4.xml 64 100000 scotch_cube_64part.dat