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

start test cluster on right branch

parent 11c88d9f
No related branches found
No related tags found
Loading
Pipeline #124886 failed
......@@ -5,8 +5,9 @@ import shutil
import mpp.python.mppy as mppy
lList = [0,1]
tList = [0,1]
start_dt=0.0001
tList = [0,1,2,3]
#start_dt=0.0001
start_dt=0.0004
path='../../data/BiVentricle/'
pathToMakeFolders='../'+path
......@@ -23,7 +24,7 @@ def startExperiment(procs,startconf,pE,added=None):
for l in lList:
for j in tList:
file = path+pE+'log_l'+str(l)+'j'+str(j)+'m1'
kwargs={"ElphyLevel": l,"DeltaTime":start_dt*2**(-j),"logfile":file,"EndTime":0.0001}
kwargs={"ElphyLevel": l,"DeltaTime":start_dt*2**(-j),"logfile":file}
if added!=None:
kwargs.update(added)
mpp.run(procs, config=startconf, kwargs=kwargs) #replace 64 by hosts if necessary
......@@ -35,11 +36,11 @@ def checkIfFolderExists(path):
os.makedirs(folderPath)
if __name__=="__main__":
procs=64
procs=128
startconf="BiVentricleTest/startGS"
pathExperiment="GS0001/"
startconf="BiVentricleTest/start"
pathExperiment="SI0004/"
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