Skip to content

Benchmarks

Abhishek Upperwal edited this page May 25, 2018 · 1 revision

NAS Parallel Benchmarks

NAS parallel benchmarks are supported out of the box. You need to change FMPI_LIB and FMPI_INC to appropriate location where EntangledMPI is installed and also set -lreplication in FMPI_LIB

#---------------------------------------------------------------------------
# These macros are passed to the linker to help link with MPI correctly
#---------------------------------------------------------------------------
FMPI_LIB  = -L/home/abhishek/repmpi_install/lib -lreplication

#---------------------------------------------------------------------------
# These macros are passed to the compiler to help find 'mpif.h'
#---------------------------------------------------------------------------
FMPI_INC = -I/home/abhishek/repmpi_install/include

Then compile the benchmarks

Benchmarks I have tested (Normal Run)

  1. LU
  2. CG
Clone this wiki locally