Source code
The mph
source code is hosted on Github.
Installation
Binary executables
- Binary executables are available in the Releases.
mph
is statically compiled with Intel oneAPI Base & HPC Toolkit 2023.1 and Eigen 3.4.0 on Ubuntu 22.mph
should be executable. Typechmod +x mph
on the command line if needed.
Compilation of mph
- Requirements
- Linux x86_64
- Intel oneAPI Base & HPC Toolkit
- Eigen >= 3.4.0
- Change the Eigen path in
Makefile
. - On the command line type
make
while in the directory containing theMakefile
. - This should produce the executable named
mph
.
For Windows
Windows Subsystem for Linux (WSL) can be used to run MPH on a Windows machine.
- Install Linux on Windows with WSL
- Ubuntu will be installed by default, and other Linux distributions are available.
- Run pre-compiled MPH binaries on a WSL Linux distribution as on a Linux machine.