... | ... | @@ -14,15 +14,14 @@ When you installed the project the first time you did |
|
|
git clone git@ppmcore.mpi-cbg.de:incardon/openfpm_pdata.git
|
|
|
```
|
|
|
|
|
|
The created **openfpm_pdata** is the **OpenFPM source folder**, than you did
|
|
|
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/"
|
|
|
```
|
|
|
|
|
|
If you previously installed OpenFPM you will have 3 folders
|
|
|
|
|
|
* OpenFPM dependencies folder, is the folder that you gave to the install script with the -i option /install -i "/OpenFPM/dependencies/dir"
|
|
|
The folder that you gave to the install script with the -i option is the **OpenFPM dependencies directory**
|
|
|
* OpenFPM installation folder, is the folder that you gave to the install script with the -c option "--prefix=/OpenFPM/installation/dir"
|
|
|
* OpenFPM source folder, is the folder where you cloned the code
|
|
|
|
... | ... | |