BenchmarkHEPSPEC06: Difference between revisions
Jump to navigation
Jump to search
m (Created page with "
The SPEC2006 iso is located in Dom02 plus some extra files
'''Software installation'''
<pre>
cd /scratch/
scp dom02:/var/SPEC2006_v11.tar.bz2 /scratch/
scp dom02:/...") |
No edit summary |
||
Line 1: | Line 1: | ||
The SPEC2006 | The SPEC2006 files are located in /group/admin/vendor-tools/Benchmark/SPEC2006/ | ||
'''Software installation''' | '''Software installation''' | ||
<pre> | <pre> | ||
mkdir -p /scratch/SPEC06 | |||
cp /group/admin/vendor-tools/Benchmark/SPEC2006/* /scratch/SPEC06/ | |||
</pre> | </pre> | ||
'''Launch the | '''Launch the benchmark''' | ||
<pre> | <pre> | ||
cd /scratch/SPEC06 | |||
./runspec.sh -d "HEP-SPEC06 32 bit" -a 32 -b all_cpp -e grid_admin@listserv.vub.ac.be | ./runspec.sh -d "HEP-SPEC06 32 bit" -a 32 -b all_cpp -e grid_admin@listserv.vub.ac.be | ||
</pre> | </pre> |
Latest revision as of 08:33, 18 January 2019
The SPEC2006 files are located in /group/admin/vendor-tools/Benchmark/SPEC2006/
Software installation
mkdir -p /scratch/SPEC06 cp /group/admin/vendor-tools/Benchmark/SPEC2006/* /scratch/SPEC06/
Launch the benchmark
cd /scratch/SPEC06 ./runspec.sh -d "HEP-SPEC06 32 bit" -a 32 -b all_cpp -e grid_admin@listserv.vub.ac.be