BenchmarkHEPSPEC06: Difference between revisions

From T2B Wiki
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 iso is located in Dom02 plus some extra files
The SPEC2006 files are located in /group/admin/vendor-tools/Benchmark/SPEC2006/




'''Software installation'''
'''Software installation'''
<pre>
<pre>
cd /scratch/
mkdir -p /scratch/SPEC06
scp dom02:/var/SPEC2006_v11.tar.bz2 /scratch/
cp /group/admin/vendor-tools/Benchmark/SPEC2006/* /scratch/SPEC06/
scp dom02:/var/spec2k6-2.23.tar.gz /scratch/
tar -zxvf spec2k6-2.23.tar.gz
scp dom02:/var/runspec.sh /scratch/
</pre>
</pre>


'''Launch the correct command'''
'''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


Template:TracNotice