From: W. Trevor King Date: Thu, 21 Oct 2010 01:38:43 +0000 (-0700) Subject: Add 'mpi' to pysawsim.manager.MANAGERS. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3b9df41c713eb933a27fd79220bf63e7f9b4897f;p=sawsim.git Add 'mpi' to pysawsim.manager.MANAGERS. --- diff --git a/pysawsim/manager/__init__.py b/pysawsim/manager/__init__.py index 5e032f1..4d50a03 100644 --- a/pysawsim/manager/__init__.py +++ b/pysawsim/manager/__init__.py @@ -28,7 +28,7 @@ from .. import invoke as invoke from .. import log -MANAGERS = ['thread', 'subproc', 'pbs'] +MANAGERS = ['thread', 'subproc', 'mpi', 'pbs'] """Submodules with JobManager subclasses."""