Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

HPAT Installation on Ubuntu 16.04

Wajih Ul Hassan edited this page Aug 28, 2016 · 1 revision

In order to install HPAT on Ubuntu 16.04 requires following commands:

sudo apt-get install -y g++ gcc gfortran cmake openmpi-bin openmpi-common libopenmpi-dev libhdf5-openmpi-dev libhdf5-mpich-dev libhdf5-dev hdf5-tools

cd /usr/lib/x86_64-linux-gnu

sudo ln -s libhdf5_openmpi.so.10.1.0 libhdf5.so

sudo ln -s libhdf5_openmpi_hl.so.10.0.2 libhdf5_hl.so

export CPLUS_INCLUDE_PATH=/usr/include/hdf5/openmpi/

Clone this wiki locally