The best way to get started is to go to 'Files', get the latest zip file, unzip it in a new directory and read the README file, in the top most directory.
The simplest benchmark suite to start with is probably the C benchmark. The readme shows how to build and run the benchmark suite.
If you are on an operating system other than Linux or AIX, you may need to customize the makefile(s) a bit.
For Java, if you are using a JVM other than IBM's JVMs, you may need to change the command-line options you run with, particularly the option controlling the size of heap the JVM can use (-Xmx for IBM's JVM)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The best way to get started is to go to 'Files', get the latest zip file, unzip it in a new directory and read the README file, in the top most directory.
The simplest benchmark suite to start with is probably the C benchmark. The readme shows how to build and run the benchmark suite.
If you are on an operating system other than Linux or AIX, you may need to customize the makefile(s) a bit.
For Java, if you are using a JVM other than IBM's JVMs, you may need to change the command-line options you run with, particularly the option controlling the size of heap the JVM can use (-Xmx for IBM's JVM)
Hi, I'm triying to run the test, compiles perfect but when running shows some errors.
What I'm doing wrong? Thanks in advance!