From ed109c36427ef5ba78945ea421606765fa506ae3 Mon Sep 17 00:00:00 2001
From: Pietro Incardona <i-bird@localhost.localdomain>
Date: Thu, 19 Nov 2015 09:33:28 -0500
Subject: [PATCH] Updated submodules

---
 .gitmodules     | 10 +++++-----
 openfpm_data    |  2 +-
 openfpm_io      |  2 +-
 src/Makefile.am |  4 ++--
 4 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index 7645f2cab..34adb2b88 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,15 +1,15 @@
 [submodule "openfpm_vcluster"]
 	path = openfpm_vcluster
-	url = ssh://git@ppmcoremirror.dynu.com:2222/incardon/openfpm_vcluster.git
+	url = ssh://git@ppmcore.mpi-cbg.de:/incardon/openfpm_vcluster.git
 [submodule "openfpm_devices"]
 	path = openfpm_devices
-	url = ssh://git@ppmcoremirror.dynu.com:2222/incardon/openfpm_devices.git
+	url = ssh://git@ppmcore.mpi-cbg.de:/incardon/openfpm_devices.git
 [submodule "openfpm_io"]
 	path = openfpm_io
-	url = ssh://git@ppmcoremirror.dynu.com:2222/incardon/openfpm_io.git
+	url = ssh://git@ppmcore.mpi-cbg.de:/incardon/openfpm_io.git
 [submodule "openfpm_data"]
 	path = openfpm_data
-	url = ssh://git@ppmcoremirror.dynu.com:2222/incardon/openfpm_data.git
+	url = ssh://git@ppmcore.mpi-cbg.de:/incardon/openfpm_data.git
 [submodule "openfpm_numerics"]
 	path = openfpm_numerics
-	url = ssh://git@ppmcoremirror.dynu.com:2222/incardon/openfpm_numerics.git
+	url = ssh://git@ppmcore.mpi-cbg.de:/incardon/openfpm_numerics.git
diff --git a/openfpm_data b/openfpm_data
index 2e36a553e..26eb52e20 160000
--- a/openfpm_data
+++ b/openfpm_data
@@ -1 +1 @@
-Subproject commit 2e36a553e379e6712b62abeffce479b005774c91
+Subproject commit 26eb52e20ea3678be90de05f70031efadcb6bcfd
diff --git a/openfpm_io b/openfpm_io
index 935c25aaa..3b2e69cf9 160000
--- a/openfpm_io
+++ b/openfpm_io
@@ -1 +1 @@
-Subproject commit 935c25aaa275530ef1dafb86b7a9074e649a1d1f
+Subproject commit 3b2e69cf915aeb1ccf6eec96d269512029465533
diff --git a/src/Makefile.am b/src/Makefile.am
index 24bdf6db5..f28a9e454 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,12 +1,12 @@
 LINKLIBS = $(METIS_LIB) $(PTHREAD_LIBS) $(OPT_LIBS) $(BOOST_LDFLAGS) $(BOOST_IOSTREAMS_LIB) $(CUDA_LIBS)
 
 noinst_PROGRAMS = pdata
-pdata_SOURCES = main.cpp ../openfpm_devices/src/memory/HeapMemory.cpp ../openfpm_devices/src/memory/PtrMemory.cpp ../openfpm_vcluster/src/VCluster.cpp ../openfpm_data/src/Memleak_check.cpp
+pdata_SOURCES = main.cpp ../openfpm_devices/src/memory/HeapMemory.cpp ../openfpm_devices/src/memory/PtrMemory.cpp ../openfpm_vcluster/src/VCluster.cpp ../openfpm_devices/src/Memleak_check.cpp
 pdata_CXXFLAGS = $(CUDA_CFLAGS) $(INCLUDES_PATH) $(METIS_INCLUDE) $(BOOST_CPPFLAGS) -Wno-unused-function
 pdata_CFLAGS = $(CUDA_CFLAGS)
 pdata_LDADD = $(LINKLIBS) -lmetis -lparmetis
 nobase_include_HEADERS = Decomposition/CartDecomposition.hpp Decomposition/common.hpp Decomposition/Decomposition.hpp  Decomposition/ie_ghost.hpp \
-         Decomposition/nn_processor.hpp Decomposition/DistModel.hpp Decomposition/ie_loc_ghost.hpp Decomposition/ORB.hpp \
+         Decomposition/nn_processor.hpp Decomposition/ie_loc_ghost.hpp Decomposition/ORB.hpp \
          Graph/CartesianGraphFactory.hpp \
          Grid/grid_dist_id.hpp Grid/grid_dist_id_iterator.hpp Grid/grid_dist_key.hpp \
          Vector/vector_dist.hpp Vector/vector_dist_iterator.hpp Vector/vector_dist_key.hpp \
-- 
GitLab