Home | Trees | Indices | Help |
|
---|
|
|
|||
|
AmberEntropyMaster Run many AmberEntropist calculations on many nodes. |
|
|||
|
slave_path = T.projectRoot()+ "/Biskit/AmberEntropySlave.py"
|
||
|
niceness = {'default': 0}
|
||
|
hosts = cpus_all [: 80]
|
||
|
f = T.testRoot()+ '/Amber/AmberEntropyMaster/'
|
||
|
rec = f+ 'rec/traj.dat'
|
||
|
lig = f+ 'lig/traj.dat'
|
||
|
com = f+ 'com/traj.dat'
|
||
|
out = f+ 'entropy.out'
|
||
|
master = AmberEntropyMaster(rec, lig, com, out, step= 1, atom...
|
|
slave_path
|
niceness
|
hosts
|
f
|
rec
|
lig
|
com
|
out
|
master
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Tue May 1 22:34:48 2007 | http://epydoc.sourceforge.net |