From f85ae2db7c6edb59bd368f8aa7637e8a0984cd0e Mon Sep 17 00:00:00 2001
From: Antoine Cyril David Hoffmann <ahoffman@spcpc606.epfl.ch>
Date: Mon, 22 Feb 2021 13:41:47 +0100
Subject: [PATCH] adapting for ppb110

---
 wk/ppb110_run.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wk/ppb110_run.m b/wk/ppb110_run.m
index fec0f0d8..12881238 100644
--- a/wk/ppb110_run.m
+++ b/wk/ppb110_run.m
@@ -28,7 +28,7 @@ SPS0D   = 1;      % Sampling per time unit for profiler
 SPS2D   = 1/2;   % Sampling per time unit for 2D arrays
 SPS5D   = 1/10;  % Sampling per time unit for 5D arrays
 SPSCP   = 1/10;  % Sampling per time unit for checkpoints
-RESTART = 1;     % To restart from last checkpoint
+RESTART = 0;     % To restart from last checkpoint
 JOB2LOAD= 0;
 %% OPTIONS
 SIMID   = 'test';  % Name of the simulation
-- 
GitLab