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

Fixing make install for openmp

parent 5285d115
No related branches found
No related tags found
No related merge requests found
Pipeline #3911 passed
......@@ -124,7 +124,7 @@ if [ $? -ne 0 ]; then
fi
# Check of we have to do a make install
if [ x"$comp_type" == x"full" ]; then
if [ x"$comp_type" == x"full" -o x"$comp_type" == x"openmp" ]; then
mv $HOME/openfpm_vars $HOME/openfpm_vars_$branch
make install
if [ x"$?" != x"0" ]; then
......
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