|
|
# Install
|
|
|
|
|
|
This is the install page for the project OpenFPM_pdata, this project contain implementation of parallel
|
|
|
data structures. In this moment there is not official release, before start you need
|
|
|
data structures. In this moment there is not official release
|
|
|
|
|
|
If you are developing the OpenFPM project you need:
|
|
|
|
|
|
* A [Gitlab](http://ppmcore.mpi-cbg.de:8080/users/sign_in) account
|
|
|
* upload a valid ssh public-key in your profile
|
|
|
|
|
|
## Short install
|
|
|
If you are a simple user:
|
|
|
|
|
|
* nothing
|
|
|
|
|
|
|
|
|
In order to install (once that you have a gitlab account, valid permission to clone, and uploaded a public key), clone the repository with
|
|
|
## Short install for User
|
|
|
|
|
|
In order to install, clone the repository with
|
|
|
|
|
|
```bash
|
|
|
git clone git@ppmcore.mpi-cbg.de:incardon/openfpm_pdata.git
|
|
|
git clone https://github.com/incardon/openfpm_pdata.git
|
|
|
```
|
|
|
|
|
|
Install dependencies and compile
|
... | ... | @@ -24,7 +31,8 @@ Install the library |
|
|
make install
|
|
|
```
|
|
|
|
|
|
## Long install
|
|
|
## Long install for developer and interested users
|
|
|
|
|
|
|
|
|
The OpenFPM project is an only header library with few exceptions that require compilation. The exception are isolated in linkable libraries. Considering that at this stage is an evolving project its installation is bind to git and no release is available. In order to clone openfpm_pdata use the following command
|
|
|
|
... | ... | |