From 1cfd2e6c59efc7ea021944d91cff157ec0391340 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Puck=29?= <stepan@adjemian.eu> Date: Thu, 23 May 2024 15:41:55 +0200 Subject: [PATCH] Activate simulations of m20 and m30. (cherry picked from commit 58885450cbe613aca688098d34eb46d3cd7339c4) --- models/run.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/models/run.sh b/models/run.sh index 6c1f314..45eb489 100755 --- a/models/run.sh +++ b/models/run.sh @@ -5,12 +5,12 @@ do matlab -batch "MODELS=1; compute_transition;" || echo "Matlab crashed. Skip this configuration and run next one." done -#while [ ! -f m20-done.info ] -#do -# matlab -batch "MODELS=2; compute_transition;" -#done +while [ ! -f m20-done.info ] +do + matlab -batch "MODELS=2; compute_transition;" +done -#while [ ! -f m30-done.info ] -#do -# matlab -batch "MODELS=3; compute_transition;" -#done +while [ ! -f m30-done.info ] +do + matlab -batch "MODELS=3; compute_transition;" +done -- GitLab