Skip to content
Snippets Groups Projects
Commit d780532f authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Update updating system

parent 2e5db44b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
openfpm_data @ ea0c3057
Subproject commit b726251572d52d6b71101968101f04132968a1f0
Subproject commit ea0c3057857e872df1a1d2acaf9a35c36cebe27f
openfpm_devices @ 9817279e
Subproject commit add2acfe9623e6045da1e41adbab6dc57ef50e5f
Subproject commit 9817279ee3ac36b435d2178e994ab314a01aab30
openfpm_io @ 1259c12b
Subproject commit 6467fc05471d30b8f069cbcaeb6c2a58029709d6
Subproject commit 1259c12b6880bce2ca868bdbfbc16a7cd75bd8a9
openfpm_numerics @ 58741708
Subproject commit 0f726cd27883862e5b6ab677c60c74bd333cf847
Subproject commit 5874170818d8c516fd4358abeae6b82eedf77224
openfpm_vcluster @ 9562a44f
Subproject commit dcf398d040347c33163f349ffd3ab3f081affb01
Subproject commit 9562a44fea1324ba92b3ce21f12486df0a0acea0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment