From e818ba5bcc461af545665c78157be4e52252aa1c Mon Sep 17 00:00:00 2001 From: Miha <miha.fosnaric@fe.uni-lj.si> Date: Mon, 11 Jul 2016 11:52:30 +0000 Subject: [PATCH] Merge branch 'master' of https://bitbucket.org/samop/trisurf-ng --- src/tape | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/tape b/src/tape index 3672000..2e8b8c7 100644 --- a/src/tape +++ b/src/tape @@ -37,14 +37,14 @@ # nfono is a number of monomers in each filament nfono=3 # Persistence lenght of the filaments (in units l_min) -xi=0 +xi=100 ####### Nucleus (inside the vesicle) ########### # Radius of an impenetrable hard sphere inside the vesicle R_nucleus=0 -R_nucleusX=6.0 -R_nucleusY=12.0 -R_nucleusZ=6.0 +R_nucleusX=0 +R_nucleusY=0 +R_nucleusZ=0 ####### Cell definitions ############ nxmax=60 nymax=60 @@ -57,7 +57,7 @@ mcsweeps=200 #how many initial mcsweeps*inititer MC sweeps before recording to disk? #2 -inititer=0 +inititer=10 #how many records do you want on the disk iteration are there in a run? #10000 iterations=100 @@ -69,6 +69,8 @@ #shut up if we are using cluster!!! quiet=false + + #what type of multiprocessing? (*none, smp, cluster, distributed, cuda, auto) #currently only none makes sense. -- Gitblit v1.9.3