Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions pympipool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
from pympipool.interfaces.taskbroker import HPCExecutor
from pympipool.interfaces.fluxbroker import PyFluxExecutor
from pympipool.interfaces.taskexecutor import Executor
from pympipool.legacy.interfaces.executor import PoolExecutor
from pympipool.legacy.interfaces.pool import Pool, MPISpawnPool
from pympipool.shared.thread import RaisingThread
from pympipool.shared.taskexecutor import cancel_items_in_queue

Expand Down
2 changes: 0 additions & 2 deletions pympipool/legacy/__init__.py

This file was deleted.

Empty file.
63 changes: 0 additions & 63 deletions pympipool/legacy/backend/mpipool.py

This file was deleted.

Empty file.
72 changes: 0 additions & 72 deletions pympipool/legacy/interfaces/executor.py

This file was deleted.

235 changes: 0 additions & 235 deletions pympipool/legacy/interfaces/pool.py

This file was deleted.

Empty file.
Loading