Skip to content

Commit 8ffcbff

Browse files
committed
Changing the scripts for the PAC
1 parent 9018d44 commit 8ffcbff

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

examples/hotspot/benchmark.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
#SBATCH --time=30:00
88

99
source /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
1313
export RUNS=`seq 1 100`
1414

1515
echo "runtime = {"

examples/hotspot/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#SBATCH --time=3-00:00:00
88

99
source /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

1212
function archive_build {
1313
tar -cf - hotspot hotspot.prj/reports | ~/pigz > lean.tar.gz &
@@ -17,6 +17,6 @@ function archive_build {
1717
}
1818

1919
export 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

examples/hotspot/verify_benchmark.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
module load compiler/GCC
88

99
export RODINIA=$PC2DATA/hpc-prf-hpmesh/joo/rodinia/openmp/hotspot/hotspot
10-
export STEP_SIZE=250
10+
export STEP_SIZE=150
1111
export RUNS=`seq 1 100`
1212

1313
echo "value_derivation = {"

examples/main/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#SBATCH --time=3-00:00:00
88

99
source /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

1212
export HARDWARE=1
1313
export PIPELINE_LEN=10
@@ -16,4 +16,4 @@ time make main
1616
tar -cf - main main.prj/reports | ~/pigz > lean.tar.gz &
1717
tar -cf - main main.prj | ~/pigz > full.tar.gz &
1818
wait
19-
rm -r main.prj
19+
rm -r main.prj

0 commit comments

Comments
 (0)