diff --git a/run.sh b/run.sh
index c23a1010a7cf7c3ea999ebb2642b6f453b114a25..4c12da58244a9423c4fecb37b488ade6c14adba7 100755
--- a/run.sh
+++ b/run.sh
@@ -6,13 +6,17 @@ hostname=$2
 nproc=$3
 ntask_per_node=$5
 nodes=$4
+branch=$(git ls-remote --heads origin | grep $(git rev-parse HEAD) | cut -d / -f 3)
+
+echo "Directory: $workspace"
+echo "Machine: $hostname"
+echo "Branch name: $branch"
 
 # Get the branch of pdata
 
 echo "RUN numerics test"
 
 cd ..
-branch=$(git ls-remote --heads origin | grep $(git rev-parse HEAD) | cut -d / -f 3)
 source $HOME/openfpm_vars_$branch
 cd openfpm_numerics