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

Fixing High scal tests

parent 46c83054
No related branches found
No related tags found
No related merge requests found
......@@ -20,23 +20,26 @@ echo "compilation type: $comp_type"
echo "Branch name: $branch"
if [ x"$hostname" == x"cifarm-centos-node.mpi-cbg.de" ]; then
if [ x"$hostname" == x"cifarm-centos-node.mpi-cbg.de" ]; then
echo "CentOS node"
./install_MPI_mpich.sh $HOME/openfpm_dependencies/openfpm_pdata/$branch/ 4
echo 4 > $HOME/openfpm_dependencies/openfpm_pdata/$branch/MPI/version
fi
if [ x"$hostname" == x"cifarm-ubuntu-node.mpi-cbg.de" ]; then
# rm -rf $HOME/openfpm_dependencies/openfpm_pdata/$branch/
echo "Continue"
echo "Ubuntu node"
fi
if [ x"$hostname" == x"cifarm-mac-node.mpi-cbg.de" ]; then
echo "Mac node"
export PATH="/usr/local/bin:$PATH"
# rm -rf $HOME/openfpm_dependencies/openfpm_pdata/$branch/
echo ""
fi
if [ x"$hostname" == x"falcon1" ]; then
echo "Debug $hostname"
if [ x"$hostname" == x"falcon1" ]; then
# rm -rf $HOME/openfpm_dependencies/openfpm_pdata/$branch/
echo "falcon1 settings"
dependency_dir=/projects/ppm/rundeck/openfpm_dependencies/
......
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