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

Adding pdata

parent 43599aef
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,6 @@ echo "Directory: $1"
echo "Machine: $2"
mkdir src/config
echo "Making numeric config folder"
mkdir openfpm_numerics/src/config
git submodule init
if [ $? -ne 0 ]; then
......@@ -21,6 +19,8 @@ if [ $? -ne 0 ]; then
exit 1
fi
mkdir openfpm_numerics/src/config
# pull from all the projects
cd openfpm_data
git checkout develop
......@@ -59,7 +59,6 @@ if [ $? -ne 0 ]; then
fi
cd ..
if [ "$2" == "gin" ]
then
echo "Compiling on gin\n"
......
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