bench3.sh

来自「利用C」· Shell 代码 · 共 13 行

SH
13
字号
#!/bin/sh# Comparing Metis and Scotch with varying number of cells and partitionsecho "Running benchmark 3"echo "Running time is 2 minutes 13 seconds on a Sempron 3300+"./benchmark metis1 ../../../data/meshes/torso.xml.gz 4 100000 metis_torso_4part.dat./benchmark metis1 ../../../data/meshes/torso.xml.gz 16 100000 metis_torso_16part.dat./benchmark metis1 ../../../data/meshes/torso.xml.gz 64 100000 metis_torso_64part.dat./benchmark scotch ../../../data/meshes/torso.xml.gz 4 100000 scotch_torso_4part.dat./benchmark scotch ../../../data/meshes/torso.xml.gz 16 100000 scotch_torso_16part.dat./benchmark scotch ../../../data/meshes/torso.xml.gz 64 100000 scotch_torso_64part.dat

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?