Skip to content
Snippets Groups Projects
Commit f85ae2db authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann
Browse files

adapting for ppb110

parent 8b22437b
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ SPS0D = 1; % Sampling per time unit for profiler ...@@ -28,7 +28,7 @@ SPS0D = 1; % Sampling per time unit for profiler
SPS2D = 1/2; % Sampling per time unit for 2D arrays SPS2D = 1/2; % Sampling per time unit for 2D arrays
SPS5D = 1/10; % Sampling per time unit for 5D arrays SPS5D = 1/10; % Sampling per time unit for 5D arrays
SPSCP = 1/10; % Sampling per time unit for checkpoints 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; JOB2LOAD= 0;
%% OPTIONS %% OPTIONS
SIMID = 'test'; % Name of the simulation SIMID = 'test'; % Name of the simulation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment