Skip to content
Snippets Groups Projects
Commit 58c892f9 authored by KyleKlenk's avatar KyleKlenk
Browse files

Adjusted simulation script for simulations that have finished

parent 28e5fd63
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ WORKDIR /opt
RUN git clone https://git.cs.usask.ca/numerical_simulations_lab/cardiac/openCARP.git
WORKDIR /opt/openCARP
RUN git checkout develop
RUN cmake -S. -B_build -DDLOPEN=ON -DUSE_OPENMP=ON -DCMAKE_BUILD_TYPE=Release
RUN cmake -S. -B_build -DDLOPEN=ON -DUSE_OPENMP=ON -DCMAKE_BUILD_TYPE=Release -DENABLE_ACTORS=ON
RUN cmake --build _build
# Install Carputils separately
......@@ -85,7 +85,6 @@ ENV PATH=$PATH:/opt/openCARP/_build/bin
RUN python3 ./bin/cusettings $HOME/.config/carputils/settings.yaml
ADD settings.yaml /root/.config/carputils/
# Set entrypoint
WORKDIR /code
......
......@@ -8,10 +8,12 @@ tolerance = 1000
s1_min = 28167114.0
s1_max = 28167700.0
s1_skip_strength = 28167700.0
# s2 parameters
s2_args = ['openCARP', '+F', '/code/openCARP-Actors/simulations/input/s2.par']
s2_min = 1.0e7
s2_max = 1.0e8
s2_min = 28167700.0
s2_max = 32503400.0
s2_interval_min = 185
s2_interval_max = 205
s2_interval_increment = 1
......
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