Skip to content
Merged
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 src/dvsim/cli/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
from dvsim.launcher.base import Launcher
from dvsim.launcher.lsf import LsfLauncher
from dvsim.launcher.nc import NcLauncher
from dvsim.launcher.sge import SgeLauncher
from dvsim.launcher.slurm import SlurmLauncher
from dvsim.logging import LOG_LEVELS, configure_logging, log
from dvsim.runtime.backend import RuntimeBackend
Expand Down Expand Up @@ -975,7 +974,6 @@ def main(argv: list[str] | None = None) -> None:
# Register the common deploy settings.
StatusPrinter.print_interval = args.print_interval
SlurmLauncher.max_parallel = args.max_parallel
SgeLauncher.max_parallel = args.max_parallel
LsfLauncher.max_parallel = args.max_parallel
NcLauncher.max_parallel = args.max_parallel
Launcher.max_odirs = args.max_odirs
Expand Down
9 changes: 0 additions & 9 deletions src/dvsim/launcher/sge/__init__.py

This file was deleted.

Loading
Loading