Package solvcon :: Module batch :: Class Localhost
[hide private]
[frames] | no frames]

Class Localhost

source code


Dummy batch abstraction for localhost.

Nested Classes [hide private]

Inherited from Batch: __metaclass__

Instance Methods [hide private]
 
nodelist(self) source code
 
create_worker(self, *args, **kw)
True implementations are in create_worker_*() and have identical spec.
source code

Inherited from Batch: __call__, __init__, __str__, build_mpi_runner, build_scg_command, create_worker_mpi, create_worker_ssh, tofile

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Class Variables [hide private]

Inherited from Batch: BASH_HOME_SOURCE, DEFAULT_OUTPUT, DEFAULT_SHELL, _subcmd_

Instance Variables [hide private]

Inherited from Batch: arnname, case, jobdir, jobname, output, resource, shell, use_mpi

Properties [hide private]

Inherited from Batch: str_header, str_jobname, str_output, str_path, str_postrun, str_prerun, str_resource, str_run, str_shell

Inherited from object: __class__

Method Details [hide private]

nodelist(self)

source code 
Overrides: Batch.nodelist

create_worker(self, *args, **kw)

source code 

True implementations are in create_worker_*() and have identical spec.

Overrides: Batch.create_worker
(inherited documentation)