Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sbalzarini Lab
S
Software
P
Parallel Computing
OpenFPM
openfpm_pdata
Commits
7410865f
Commit
7410865f
authored
Nov 28, 2018
by
Pietro Incardona
Browse files
Verbose installation
parent
44f11eec
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.sh
View file @
7410865f
...
...
@@ -147,7 +147,7 @@ else
fi
mv
$HOME
/openfpm_vars
$HOME
/openfpm_vars_
$branch
source
$HOME
/openfpm_vars_
$branch
make
-j
8
make
VERBOSE
=
1
-j
8
else
echo
"Installing with: ./install -i
$HOME
/openfpm_dependencies/openfpm_pdata/
$branch
-m -s -c
\"
$installation_dir
--no-recursion
\"
"
./install
-i
$HOME
/openfpm_dependencies/openfpm_pdata/
$branch
-m
-s
-c
"
$installation_dir
--no-recursion"
...
...
@@ -158,7 +158,7 @@ else
ls
$HOME
mv
$HOME
/openfpm_vars
$HOME
/openfpm_vars_
$branch
source
$HOME
/openfpm_vars_
$branch
make
-j
8
make
VERBOSE
=
1
-j
8
fi
if
[
$?
-ne
0
]
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment