diff --git a/openfpm_data b/openfpm_data index fa6e1d93eee2226ca3547c5980601a71e0b14ae3..5dd59a1f3922c2a0bb470441f6d91edd10559e45 160000 --- a/openfpm_data +++ b/openfpm_data @@ -1 +1 @@ -Subproject commit fa6e1d93eee2226ca3547c5980601a71e0b14ae3 +Subproject commit 5dd59a1f3922c2a0bb470441f6d91edd10559e45 diff --git a/openfpm_devices b/openfpm_devices index 18cad2e78602aa5f55f04926c327a7864d67b756..e15dcba6fd73f2229b4800c8b413bc256eee10bf 160000 --- a/openfpm_devices +++ b/openfpm_devices @@ -1 +1 @@ -Subproject commit 18cad2e78602aa5f55f04926c327a7864d67b756 +Subproject commit e15dcba6fd73f2229b4800c8b413bc256eee10bf diff --git a/openfpm_io b/openfpm_io index b7238aac71a82a304a7d455a8a62fc1149168fb5..0c53d1a9b2fa96341b764ed92936207d1e62ff9b 160000 --- a/openfpm_io +++ b/openfpm_io @@ -1 +1 @@ -Subproject commit b7238aac71a82a304a7d455a8a62fc1149168fb5 +Subproject commit 0c53d1a9b2fa96341b764ed92936207d1e62ff9b diff --git a/openfpm_vcluster b/openfpm_vcluster index 3b3726580087e16b548a63094d8ae544d0636106..d7f92684da97c1e52d31b8b4b0097840d9eab5a8 160000 --- a/openfpm_vcluster +++ b/openfpm_vcluster @@ -1 +1 @@ -Subproject commit 3b3726580087e16b548a63094d8ae544d0636106 +Subproject commit d7f92684da97c1e52d31b8b4b0097840d9eab5a8 diff --git a/src/Decomposition/CartDecomposition.hpp b/src/Decomposition/CartDecomposition.hpp index 216c15e7b018c48c84878df69dd4291ec81dc6f8..5303b3bb81631154f4bc11775b5e539580572f39 100644 --- a/src/Decomposition/CartDecomposition.hpp +++ b/src/Decomposition/CartDecomposition.hpp @@ -28,18 +28,10 @@ #include "ie_loc_ghost.hpp" #include "ie_ghost.hpp" #include "nn_processor.hpp" +#include "util/se_util.hpp" #define CARTDEC_ERROR 2000lu -// Macro that decide what to do in case of error -#ifdef STOP_ON_ERROR -#define ACTION_ON_ERROR() exit(1); -#elif defined(THROW_ON_ERROR) -#define ACTION_ON_ERROR() throw CARTDEC_ERROR; -#else -#define ACTION_ON_ERROR() -#endif - /** * \brief This class decompose a space into subspaces *