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

Fixing installation on CYGWIN

parent 9b22dc3d
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ echo "Machine: $hostname"
echo "Num of processors: $nproc"
echo "Branch: $branch"
if [ x"$hostname" == x"cifarm-mac-node.mpi-cbg.de" ]; then
if [ x"$hostname" == x"cifarm-mac-node.mpi-cbg.de" -o x"$hostname" == x"suitcase" ]; then
mpi_options="--oversubscribe"
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