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

Fixing intel installation

parent 97780de9
No related branches found
No related tags found
No related merge requests found
Pipeline #2722 passed
......@@ -111,7 +111,11 @@ if [ x"$comp_type" == x"full" ]; then
make install
else
echo "Make install partial"
mv $HOME/openfpm_vars $HOME/openfpm_vars_$branch
if [ x"$comp_type" == x"intel" ]; then
mv $HOME/openfpm_vars $HOME/openfpm_vars_intel
else
mv $HOME/openfpm_vars $HOME/openfpm_vars_$branch
fi
source $HOME/openfpm_vars_$branch
if [ x"$hostname" == x"suitcase" ]; then
echo "Running make on 1 cores"
......
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