Skip to content

Commit

Permalink
Issue #3320 Repair sge autoscaling
Browse files Browse the repository at this point in the history
  • Loading branch information
tcibinan committed Sep 22, 2023
1 parent 5d39556 commit 5adc4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/pipe-common/scripts/autoscale_grid_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def init_static_hosts(default_hostfile, static_host_storage, clock, active_timeo
def get_daemon():
params = GridEngineParameters()

grid_engine_type = GridEngineType.SLURM if params.queue.slurm_selected else GridEngineType.SGE
grid_engine_type = GridEngineType.SLURM if params.queue.slurm_selected.get() else GridEngineType.SGE

api_url = os.environ['API']

Expand Down

0 comments on commit 5adc4b4

Please sign in to comment.