From 3b9df41c713eb933a27fd79220bf63e7f9b4897f Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 20 Oct 2010 18:38:43 -0700 Subject: [PATCH] Add 'mpi' to pysawsim.manager.MANAGERS. --- pysawsim/manager/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.""" -- 2.26.2