projects
/
sawsim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6a4730
)
Add 'mpi' to pysawsim.manager.MANAGERS.
author
W. Trevor King
<wking@drexel.edu>
Thu, 21 Oct 2010 01:38:43 +0000
(18:38 -0700)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 21 Oct 2010 01:38:43 +0000
(18:38 -0700)
pysawsim/manager/__init__.py
patch
|
blob
|
history
diff --git
a/pysawsim/manager/__init__.py
b/pysawsim/manager/__init__.py
index 5e032f197586bc10d8a76e3db4976a9b0f2a1a75..4d50a03c102a8da4cf813d6b08a36d2d86aa23d3 100644
(file)
--- 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."""