Skip to content
Snippets Groups Projects
Commit 9846c011 authored by KyleKlenk's avatar KyleKlenk
Browse files

Fixed issue with path to simulations

parent 40ae48e5
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Mesh Needs to be generated first by Carputils # Mesh Needs to be generated first by Carputils
meshname = /code/openCARP-Actors/tests/input/meshes/test_mesh/block meshname = /code/openCARP-Actors/simulations/input/meshes/large_domain/block
############### physical regions ############## ############### physical regions ##############
...@@ -22,7 +22,7 @@ imp_region[0].im = Shannon ...@@ -22,7 +22,7 @@ imp_region[0].im = Shannon
############## stimulus setup ################# ############## stimulus setup #################
num_stim = 3 num_stim = 2
stimulus[0].name = "S1" stimulus[0].name = "S1"
stimulus[0].stimtype = 1 stimulus[0].stimtype = 1
stimulus[0].duration = 2. stimulus[0].duration = 2.
......
Agha
Run 1:
real 3m35.834s
user 56m32.703s
sys 0m8.851s
Run 2:
real 3m17.573s
user 51m49.249s
sys 0m5.414s
Run 3:
real 3m16.245s
user 51m29.026s
sys 0m4.755s
After update
real 3m1.850s
user 47m39.918s
sys 0m4.916s
real 3m1.776s
user 47m39.225s
sys 0m5.412s
\ No newline at end of file
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