commit | author | age
|
a6b1b5
|
1 |
####### Vesicle definitions ########### |
SP |
2 |
# nshell is a number of divisions of dipyramid |
4a1b27
|
3 |
nshell=17 |
e86357
|
4 |
# dmax is the max. bond length (in units l_min) |
304510
|
5 |
dmax=1.7 |
e86357
|
6 |
# bending rigidity of the membrane (in units kT) |
414b8a
|
7 |
xk0=1.0 |
e86357
|
8 |
# max step size (in units l_min) |
a6b1b5
|
9 |
stepsize=0.15 |
e86357
|
10 |
|
M |
11 |
# Pressure calculations |
|
12 |
# (pswitch=1: calc. p*dV energy contribution) |
414b8a
|
13 |
pswitch = 0 |
e86357
|
14 |
# pressure difference: p_inside - p_outside (in units l_min^3/kT): |
M |
15 |
pressure=0.0 |
a6b1b5
|
16 |
|
a2db52
|
17 |
####### Polymer definitions ########### |
SP |
18 |
# npoly is a number of polymers attached to npoly distinct vertices on vesicle |
414b8a
|
19 |
npoly=0 |
48bb92
|
20 |
# nmono is a number of monomers in each polymer |
f8e6ba
|
21 |
nmono=10 |
48bb92
|
22 |
# Spring constant between monomers of the polymer |
M |
23 |
k_spring=800 |
a6b1b5
|
24 |
|
SP |
25 |
####### Cell definitions ############ |
|
26 |
nxmax=60 |
|
27 |
nymax=60 |
|
28 |
nzmax=60 |
|
29 |
|
|
30 |
|
|
31 |
####### Program Control ############ |
d7a113
|
32 |
#how many MC sweeps between subsequent records of states to disk |
414b8a
|
33 |
mcsweeps=50 |
d7a113
|
34 |
#how many initial mcsweeps*inititer MC sweeps before recording to disk? |
40aa5b
|
35 |
inititer=1 |
d7a113
|
36 |
#how many records do you want on the disk iteration are there in a run? |
414b8a
|
37 |
iterations=10 |
d7a113
|
38 |
|
a6b1b5
|
39 |
|
SP |
40 |
#shut up if we are using cluster!!! |
|
41 |
quiet=false |
f74313
|
42 |
|
SP |
43 |
#what type of multiprocessing? (*none, smp, cluster, distributed, cuda, auto) |
|
44 |
#currently only none makes sense. |
|
45 |
multiprocessing=none |
|
46 |
#how many cores are allowed to process in SMP? |
|
47 |
smp_cores=2 |
|
48 |
#how many nodes in cluster? |
|
49 |
cluster_nodes=50 |
|
50 |
#max number of processes in distributed (voluntary) environment |
|
51 |
distributed_processes=50 |
|
52 |
#cuda options??? |