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

Eliminating debug prints

parent 63d67b5f
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,6 @@ echo "Directory: $1"
echo "Machine: $2"
echo "Branch name: $5"
echo "AHHHHHHHHHH: $PATH"
if [ x"$5" == x"" ]; then
branch=$(git ls-remote --heads origin | grep $(git rev-parse HEAD) | cut -d / -f 3)
......@@ -102,8 +101,6 @@ then
else
echo "Compiling general"
echo "AHHHHHHHHHH: $(which mpirun)"
source ~/.bashrc
mkdir $HOME/$branch
......
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