INSTALL.txt 791 Bytes

#-------------------------------------------------------------#

This file contains detailed instructions on how to run
the parallel matrix-vector multiplication application.

#-------------------------------------------------------------#

First, the list of dependencies is presented below:

1). INTEL MKL Library, OpenBLAS library
2). CUBLAS CUDA  library
3). Intel C & C++ compilers

#-------------------------------------------------------------#

PLEASE NOTE THAT ALL THESE LIBRARIES ARE ALREADY INSTALLED ON
HCLSERVER01.

#-------------------------------------------------------------#

To build and install:
---------------------

1). cd <hclmxv root directory>

2). ./compile.sh
 
This will create the executables.

#-------------------------------------------------------------#