Update your installation to the latest one
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
Update
In order to update, go into the openfpm_pdata source folder and update the source with
git pull origin master
recompile the updated sources with
./install -i "/OpenFPM/dependencies/directory/" -c "--prefix=/OpenFPM/installation/directory/"
where the directories are explained here here
complete the update with
make install