From d780532fe5e2d34e5598cd5376738ccbec9f1b00 Mon Sep 17 00:00:00 2001 From: Pietro Incardona <incardon@mpi-cbg.de> Date: Wed, 12 Jul 2017 23:20:34 +0200 Subject: [PATCH] Update updating system --- install | 7 +++++++ openfpm_data | 2 +- openfpm_devices | 2 +- openfpm_io | 2 +- openfpm_numerics | 2 +- openfpm_vcluster | 2 +- 6 files changed, 12 insertions(+), 5 deletions(-) diff --git a/install b/install index 3a6b2fcf5..22b8f241d 100755 --- a/install +++ b/install @@ -9,6 +9,13 @@ source script/set_mpi source script/conf_PETSC source script/update_openfpm +### switch to the branch + +b_switch=$(cat switch_branch) +if [ x"$b_switch" != x"" ]; then + git checkout $b_switch +fi + ## Check that your home is not empty if [ x"$HOME" == x"" ]; then diff --git a/openfpm_data b/openfpm_data index b72625157..ea0c30578 160000 --- a/openfpm_data +++ b/openfpm_data @@ -1 +1 @@ -Subproject commit b726251572d52d6b71101968101f04132968a1f0 +Subproject commit ea0c3057857e872df1a1d2acaf9a35c36cebe27f diff --git a/openfpm_devices b/openfpm_devices index add2acfe9..9817279ee 160000 --- a/openfpm_devices +++ b/openfpm_devices @@ -1 +1 @@ -Subproject commit add2acfe9623e6045da1e41adbab6dc57ef50e5f +Subproject commit 9817279ee3ac36b435d2178e994ab314a01aab30 diff --git a/openfpm_io b/openfpm_io index 6467fc054..1259c12b6 160000 --- a/openfpm_io +++ b/openfpm_io @@ -1 +1 @@ -Subproject commit 6467fc05471d30b8f069cbcaeb6c2a58029709d6 +Subproject commit 1259c12b6880bce2ca868bdbfbc16a7cd75bd8a9 diff --git a/openfpm_numerics b/openfpm_numerics index 0f726cd27..587417081 160000 --- a/openfpm_numerics +++ b/openfpm_numerics @@ -1 +1 @@ -Subproject commit 0f726cd27883862e5b6ab677c60c74bd333cf847 +Subproject commit 5874170818d8c516fd4358abeae6b82eedf77224 diff --git a/openfpm_vcluster b/openfpm_vcluster index dcf398d04..9562a44fe 160000 --- a/openfpm_vcluster +++ b/openfpm_vcluster @@ -1 +1 @@ -Subproject commit dcf398d040347c33163f349ffd3ab3f081affb01 +Subproject commit 9562a44fea1324ba92b3ce21f12486df0a0acea0 -- GitLab