Trisurf Monte Carlo simulator
Samo Penic
2012-06-07 3096998157b37ad4d6c1af9ce32e657407795d5d
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 ############
19 #how many iteration are there in a run?
20 iterations=20000
21
22 #shut up if we are using cluster!!!
23 quiet=false
f74313 24
SP 25 #what type of multiprocessing? (*none, smp, cluster, distributed, cuda, auto)
26 #currently only none makes sense.
27 multiprocessing=none
28 #how many cores are allowed to process in SMP?
29 smp_cores=2
30 #how many nodes in cluster?
31 cluster_nodes=50
32 #max number of processes in distributed (voluntary) environment
33 distributed_processes=50
34 #cuda options???