File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 77# SBATCH --time=30:00
88
99source /cm/shared/opt/intel_oneapi/beta-10/setvars.sh
10- module load nalla_pcie compiler/GCC
10+ module load intel_pac/19.2.0_usm compiler/GCC
1111
12- export STEP_SIZE=250
12+ export STEP_SIZE=150
1313export RUNS=` seq 1 100`
1414
1515echo " runtime = {"
Original file line number Diff line number Diff line change 77# SBATCH --time=3-00:00:00
88
99source /cm/shared/opt/intel_oneapi/beta-10/setvars.sh
10- module load nalla_pcie compiler/GCC
10+ module load intel_pac/19.2.0_usm compiler/GCC
1111
1212function archive_build {
1313 tar -cf - hotspot hotspot.prj/reports | ~ /pigz > lean.tar.gz &
@@ -17,6 +17,6 @@ function archive_build {
1717}
1818
1919export HARDWARE=1
20- export PIPELINE_LEN=250
20+ export PIPELINE_LEN=150
2121
22- time make hotspot && archive_build
22+ time make hotspot && archive_build
Original file line number Diff line number Diff line change 77module load compiler/GCC
88
99export RODINIA=$PC2DATA /hpc-prf-hpmesh/joo/rodinia/openmp/hotspot/hotspot
10- export STEP_SIZE=250
10+ export STEP_SIZE=150
1111export RUNS=` seq 1 100`
1212
1313echo " value_derivation = {"
Original file line number Diff line number Diff line change 77# SBATCH --time=3-00:00:00
88
99source /cm/shared/opt/intel_oneapi/beta-10/setvars.sh
10- module load nalla_pcie compiler/GCC
10+ module load intel_pac/19.2.0_usm compiler/GCC
1111
1212export HARDWARE=1
1313export PIPELINE_LEN=10
@@ -16,4 +16,4 @@ time make main
1616tar -cf - main main.prj/reports | ~ /pigz > lean.tar.gz &
1717tar -cf - main main.prj | ~ /pigz > full.tar.gz &
1818wait
19- rm -r main.prj
19+ rm -r main.prj
You can’t perform that action at this time.
0 commit comments