diff --git a/Calibration_Labbook.org b/Calibration_Labbook.org
index abf7ce33e31911b5866add118d42c1c2b8df0f72..44fc5e56da2126c054ea5c4ba21014a95096387f 100644
--- a/Calibration_Labbook.org
+++ b/Calibration_Labbook.org
@@ -576,7 +576,7 @@ and executed it (after =taurus-hostnames= was created and/or updated):
 
 #+begin_src sh :results output :exports both
 for i in {1..9}; do
-  mpirun -np 2 --mca pml ob1 --mca btl tcp,self -machinefile ./machinefile ./calibrate -f taurus-2016-06-09--$i/taurus.xml
+  mpirun --report-bindings -bycore -bind-to-core --timestamp-output -np 2 --mca pml ob1 --mca btl tcp,self -machinefile ./machinefile ./calibrate -f taurus-2016-06-09--$i/taurus.xml
   sleep 20
 done
 #+end_src