Skip to content

Commit

Permalink
Changing the scripts for the PAC
Browse files Browse the repository at this point in the history
  • Loading branch information
JOOpdenhoevel committed Nov 23, 2020
1 parent 9018d44 commit 8ffcbff
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions examples/hotspot/benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
#SBATCH --time=30:00

source /cm/shared/opt/intel_oneapi/beta-10/setvars.sh
module load nalla_pcie compiler/GCC
module load intel_pac/19.2.0_usm compiler/GCC

export STEP_SIZE=250
export STEP_SIZE=150
export RUNS=`seq 1 100`

echo "runtime = {"
Expand Down
6 changes: 3 additions & 3 deletions examples/hotspot/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#SBATCH --time=3-00:00:00

source /cm/shared/opt/intel_oneapi/beta-10/setvars.sh
module load nalla_pcie compiler/GCC
module load intel_pac/19.2.0_usm compiler/GCC

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

export HARDWARE=1
export PIPELINE_LEN=250
export PIPELINE_LEN=150

time make hotspot && archive_build
time make hotspot && archive_build
2 changes: 1 addition & 1 deletion examples/hotspot/verify_benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module load compiler/GCC

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

echo "value_derivation = {"
Expand Down
4 changes: 2 additions & 2 deletions examples/main/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#SBATCH --time=3-00:00:00

source /cm/shared/opt/intel_oneapi/beta-10/setvars.sh
module load nalla_pcie compiler/GCC
module load intel_pac/19.2.0_usm compiler/GCC

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

0 comments on commit 8ffcbff

Please sign in to comment.