-
Notifications
You must be signed in to change notification settings - Fork 1
Benchmarks
Abhishek Upperwal edited this page May 25, 2018
·
1 revision
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)
- LU
- CG
© Abhishek Upperwal