Skip to content
Snippets Groups Projects
Commit f37794f7 authored by Laura Lindner's avatar Laura Lindner
Browse files

start more GS on Cluster

parent 993fe07b
No related branches found
No related tags found
2 merge requests!181actual status of monodomain,!179added possibility to use different time integration schemes for ion...
Pipeline #124940 passed
......@@ -4,8 +4,8 @@ import os
import shutil
import mpp.python.mppy as mppy
lList = [3]
tList = [1,2,3,4]
lList = [0,1,2]
tList = [4]
#start_dt=0.0001
start_dt=0.0004
......@@ -36,14 +36,14 @@ def checkIfFolderExists(path):
os.makedirs(folderPath)
if __name__=="__main__":
procs=128
procs=64
#startconf="BiVentricleTest/start"
#pathExperiment="SI0004/"
startconf="BiVentricleTest/start"
pathExperiment="SI0004/"
startconf="BiVentricleTest/startGS"
pathExperiment="GS0004/"
startExperiment(procs,startconf,pathExperiment)
......
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