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

Fixing installation on OSX

parent 01ce6b00
No related branches found
No related tags found
No related merge requests found
Pipeline #964 failed
......@@ -19,7 +19,7 @@ if [ x"$hostname" == x"cifarm-ubuntu-node" ]; then
export PATH="$HOME/openfpm_dependencies/openfpm_pdata/$6/MPI/bin/:$PATH"
fi
if [ x"$hostname" == x"cifarm-mac-node" ]; then
if [ x"$hostname" == x"cifarm-mac-node.mpi-cbg.de" ]; then
export PATH="$HOME/openfpm_dependencies/openfpm_pdata/$6/MPI/bin/:$PATH"
export PATH="/usr/local/bin:$PATH"
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