Skip to content

Commit

Permalink
Make shell scripts available through init
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Nov 21, 2023
1 parent 5b0cfc8 commit c2ada02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pympipool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
from ._version import get_versions
from pympipool.mpi.executor import PyMPIExecutor
from pympipool.shared.interface import SLURM_COMMAND
from pympipool.shell.executor import ShellExecutor
from pympipool.shell.interactive import ShellInteractiveExecutor
from pympipool.slurm.executor import PySlurmExecutor

try: # The PyFluxExecutor requires flux-core to be installed.
Expand Down
2 changes: 2 additions & 0 deletions pympipool/shell/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from pympipool.shell.executor import ShellExecutor
from pympipool.shell.interactive import ShellInteractiveExecutor

0 comments on commit c2ada02

Please sign in to comment.