Skip to content

Commit

Permalink
match default small problem size in run scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Wagman committed Mar 31, 2023
1 parent 9d3b675 commit 82a43a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
8 changes: 3 additions & 5 deletions benchmarks/compile_and_run_benchmarks_mpi.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#!/bin/bash

# Machine specific directories
#MPIINCLUDE="-I/opt/ohpc/pub/mpi/openmpi-gnu7/1.10.7/include"
#MPILIB="-L/opt/ohpc/pub/mpi/openmpi-gnu7/1.10.7/lib"

MPIINCLUDE="-I/opt/ohpc/pub/compiler/intel/compilers_and_libraries_2019.4.243/linux/mpi/intel64/include"
MPILIB="-L/opt/ohpc/pub/compiler/intel/compilers_and_libraries_2019.4.243/linux/mpi/intel64/lib"

Expand All @@ -27,8 +24,9 @@ source configure_paths.sh

CXXFLAGS="-std=c++11 -O3 -fno-rtti -mavx512f -m64 $MPIINCLUDE $MPILIB -lmpi"
#CORES=128
CORES=216
#CORES=2
#CORES=216
#CORES=1
CORES=8

# Compile options
# - Make ${CXX} dump generated assembly
Expand Down
7 changes: 0 additions & 7 deletions benchmarks/run_benchmarks_mpi.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#!/bin/bash

# Machine specific directories
#MPIINCLUDE="-I/opt/ohpc/pub/mpi/openmpi-gnu7/1.10.7/include"
#MPILIB="-L/opt/ohpc/pub/mpi/openmpi-gnu7/1.10.7/lib"

MPIINCLUDE="-I/opt/ohpc/pub/compiler/intel/compilers_and_libraries_2019.4.243/linux/mpi/intel64/include"
MPILIB="-L/opt/ohpc/pub/compiler/intel/compilers_and_libraries_2019.4.243/linux/mpi/intel64/lib"

Expand All @@ -26,10 +23,6 @@ KERNEL=$2
source configure_paths.sh

CXXFLAGS="-m64 -std=c++11 -O3 -fno-rtti -mavx2 $MPIINCLUDE $MPILIB -lmpi"
#CORES=128
#CORES=54
#CORES=216
#CORES=2
CORES=8

# Compile options
Expand Down

0 comments on commit 82a43a4

Please sign in to comment.