Install from source
Installation from source
For Linux or OSX clone the repository and enter in the created folder:
git clone https://github.com/mosaic-group/openfpm_pdata && cd openfpm_pdata
Than you can install in the default location with:
./install && sudo make install
... or with GPU support:
./install -g && make install
... or if we want to choose where we want to have dependencies and installation files:
./install -i "/where/you/want/to/put/dependencies" -c "--prefix=/where/you/want/to/install" && make install