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

Fixing windows

parent 1c9f5a9c
No related branches found
No related tags found
No related merge requests found
...@@ -112,8 +112,8 @@ else ...@@ -112,8 +112,8 @@ else
mv $HOME/openfpm_vars $HOME/openfpm_vars_$branch mv $HOME/openfpm_vars $HOME/openfpm_vars_$branch
source $HOME/openfpm_vars_$branch source $HOME/openfpm_vars_$branch
if [ x"$hostname" == x"suitcase" ]; then if [ x"$hostname" == x"suitcase" ]; then
echo "Running make on 2 cores" echo "Running make on 1 cores"
make VERBOSE=1 -j 2 make VERBOSE=1 -j 1
else else
make VERBOSE=1 -j 8 make VERBOSE=1 -j 8
fi fi
......
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