0400 Compilation Linux - INMOST-DEV/INMOST GitHub Wiki

Compiling INMOST on Linux

The working compilation of INMOST library on Windows is possible provided you have CMake and GNU compilers installed on your system.

In order to exploit INMOST library in parallel you have to provide any Message Passing Interface (MPI) library. MPICH and Open MPI are known to work.

Obtain CMake

Install MPI

Compile INMOST

The following guides will show how to compile INMOST with optional third party packages.

Compile INMOST with PETSc

Compile INMOST with Trilinos

Compile INMOST with ParMETIS

Compile INMOST with Zoltan