diff --git a/models/run.sh b/models/run.sh
index 8db1742fc5ed2dd0725c5a5be516d35a6f845a17..4b152467458c6d2d462204a523e27ba82d0179c6 100755
--- a/models/run.sh
+++ b/models/run.sh
@@ -2,15 +2,15 @@
 
 while [ ! -f m10-done.info ]
 do
-    matlab -batch "MODELS=1; compute_transition;" |& tee -a m10.log
+    matlab -batch "MODELS=1; compute_transition;" |& tee -a m10-all.log
 done
 
 while [ ! -f m20-done.info ]
 do
-    matlab -batch "MODELS=2; compute_transition;" |& tee -a m20.log
+    matlab -batch "MODELS=2; compute_transition;" |& tee -a m20-all.log
 done
 
 while [ ! -f m30-done.info ]
 do
-    matlab -batch "MODELS=3; compute_transition;" |& tee -a m30.log
+    matlab -batch "MODELS=3; compute_transition;" |& tee -a m30-all.log
 done