Skip to content

Commit

Permalink
Experimenting with cluster spinup
Browse files Browse the repository at this point in the history
  • Loading branch information
rmshkv committed Apr 23, 2023
1 parent 15b6b28 commit 939b768
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nbscuid/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
util.setup_book(config_path)

# Cluster management
# Notebooks are configured to connect to this cluster
# Notebooks are configured to connect to this cluster
cluster = util.get_Cluster(account=control['account'])
cluster.scale(32) # Should this be user modifiable?

Expand Down
2 changes: 1 addition & 1 deletion nbscuid/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def get_Cluster(memory="25GB", account="NCGD0011", on_hub=True):
resource_spec=f"select=1:ncpus=1:mem={memory}",
account=account,
walltime="06:00:00",
interface="ib0",
interface="mgt",
)

if on_hub:
Expand Down

0 comments on commit 939b768

Please sign in to comment.