Package gromacs :: Module run :: Class MDrunnerOpenMP
[hide private]
[frames] | no frames]

Class MDrunnerOpenMP

source code

         object --+        
                  |        
utilities.FileUtils --+    
                      |    
               MDrunner --+
                          |
                         MDrunnerOpenMP

Manage running :program:`mdrun` as an OpenMP_ multiprocessor job.

.. _OpenMP: http://openmp.org/wp/

Instance Methods [hide private]

Inherited from MDrunner: __init__, check_success, commandline, mpicommand, posthook, prehook, run, run_check

Inherited from utilities.FileUtils: __repr__, check_file_exists, filename, infix_filename

Inherited from utilities.FileUtils (private): _init_filename

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Class Variables [hide private]
  mdrun = 'mdrun_openmp'
path to the :program:`mdrun` executable (or the name if it can be found on :envvar:`PATH`)
  mpiexec = 'mpiexec'
path to the MPI launcher (e.g.

Inherited from utilities.FileUtils: default_extension

Instance Variables [hide private]

Inherited from utilities.FileUtils: real_filename

Properties [hide private]

Inherited from object: __class__