Etesting

SPECint

  • Dependency:

    1
    2
    3
    4
    5
    6
    yum install automake
    yum install numactl
    yum install gcc*
    yum install libgfortran
    yum install *cmp
    yum install cmp*
  • Source code:
    Openlab:192.168.1.101:/home/chenzhihui/Ali-test/speccpu2006

  • Build:

    1
    2
    3
    export FORCE_UMSAFE_CONFIGURE=1
    SPEC_DIR=speccpu2006
    cd $SPEC_DIR/tools/src&&echo y | ./buildtools
  • Test:

    1
    2
    3
    4
    5
    6
    SPEC_DIR=speccpu2006
    cd $SPEC_DIR
    . ./shrc
    ./bin/runspec -c config/lemon-2cpu.cfg int --rate 1 -n 1 -noreportable
    ./bin/runspec -c config/lemon-2cpu.cfg int --rate 32 -n 1 -noreportable
    ./bin/runspec -c config/lemon-2cpu.cfg int --rate 64 -n 1 -noreportable

热评文章