... | ... | @@ -6,28 +6,9 @@ Before update you should be warned that there is a good news and a bad news |
|
|
* Bad: Your old code can broke
|
|
|
* Good: You can make it work again with few changes
|
|
|
|
|
|
## Introduction
|
|
|
|
|
|
When you installed the project the first time you did
|
|
|
|
|
|
```bash
|
|
|
git clone git@ppmcore.mpi-cbg.de:incardon/openfpm_pdata.git
|
|
|
```
|
|
|
|
|
|
The created **openfpm_pdata** is the **OpenFPM source folder**.
|
|
|
During installation you also did the following
|
|
|
|
|
|
```bash
|
|
|
./install -i "/OpenFPM/dependencies/directory/" -c "--prefix=/OpenFPM/installation/directory/"
|
|
|
```
|
|
|
|
|
|
* The folder that you gave to the install script with the -i option is the **OpenFPM dependencies directory**
|
|
|
|
|
|
* The folder that you gave to the install script with the -c "--prefix=" option is the **OpenFPM installation directory**
|
|
|
|
|
|
## Update
|
|
|
|
|
|
In order to update, go into the openfpm_pdata source folder and update the source with
|
|
|
In order to update, go into the [openfpm_pdata source folder](http://ppmcore.mpi-cbg.de:4569/Directories) and update the source with
|
|
|
|
|
|
```bash
|
|
|
git pull origin master
|
... | ... | @@ -39,6 +20,8 @@ recompile the updated sources with |
|
|
./install -i "/OpenFPM/dependencies/directory/" -c "--prefix=/OpenFPM/installation/directory/"
|
|
|
```
|
|
|
|
|
|
where the directories are explained here [here](http://ppmcore.mpi-cbg.de:4569/Directories)
|
|
|
|
|
|
complete the update with
|
|
|
|
|
|
```bash
|
... | ... | |