Trisurf Monte Carlo simulator
Samo Penic
2013-11-24 439a4e0f10dd120b563039012d07eb5f1b3c8ded
commit | author | age
a6b1b5 1 ####### Vesicle definitions ###########
SP 2 # nshell is a number of divisions of dipyramid
3131dc 3 nshell=17
a6b1b5 4 # dmax is the square of the bond length 
SP 5 dmax=1.67
6 # bending rigidity of the membrane 
7 xk0=25.0
8 # max step size 
9 stepsize=0.15
10
11
12 #######  Cell definitions ############
13 nxmax=60
14 nymax=60
15 nzmax=60
16
17
18 ####### Program Control ############
d7a113 19 #how many MC sweeps between subsequent records of states to disk
SP 20 mcsweeps=100
21 #how many initial mcsweeps*inititer MC sweeps before recording to disk?
c9884c 22 inititer=10
d7a113 23 #how many records do you want on the disk iteration are there in a run?
c9884c 24 iterations=100
d7a113 25
a6b1b5 26
SP 27 #shut up if we are using cluster!!!
28 quiet=false
f74313 29
SP 30 #what type of multiprocessing? (*none, smp, cluster, distributed, cuda, auto)
c85b51 31 #currently only none and smp makes sense. If set to none, smp_cores defaults to 1
50f10f 32 multiprocessing=smp
c85b51 33 #how many cores are allowed to process in SMP? If smp_cores=0, then number of threads will corespond with number of harware processor cores.
SP 34 smp_cores=6
f74313 35 #how many nodes in cluster?
SP 36 cluster_nodes=50
37 #max number of processes in distributed (voluntary) environment
38 distributed_processes=50
39 #cuda options???