** WARNING **: this is a highly experimental feature. Do not use this in production environments.
$ mkdir builddir
$ meson setup builddir
$ cd builddir
$ ninja
All steps are the same as for the default build with the exception of the setup
step.
In order to enable and MPI build the with-mpi
option must be passed ot meson
like this:
$ meson setup -Dwith-mpi=true builddir