From a46ffb27f1de9c1723b3d423f88b6bfd877fb593 Mon Sep 17 00:00:00 2001 From: Christine Simpson <48525133+cms21@users.noreply.github.com> Date: Fri, 20 Oct 2023 10:02:22 -0500 Subject: [PATCH 1/4] Update job-template.sh for ThetaGPU Placement of `:` causes the filesystems setting through attrs to fail. --- balsam/config/defaults/alcf_thetagpu/job-template.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/balsam/config/defaults/alcf_thetagpu/job-template.sh b/balsam/config/defaults/alcf_thetagpu/job-template.sh index 64d77eac..3dedee37 100644 --- a/balsam/config/defaults/alcf_thetagpu/job-template.sh +++ b/balsam/config/defaults/alcf_thetagpu/job-template.sh @@ -3,7 +3,7 @@ #COBALT -n {{ num_nodes }} #COBALT -q {{ queue }} #COBALT -t {{ wall_time_min }} -#COBALT --attrs pubnet=true:enable_ssh=1:filesystems=home,grand,eagle,theta-fs0:{% if optional_params.get("mig_count") %}mig-mode=true{% endif %} +#COBALT --attrs pubnet=true:enable_ssh=1:filesystems=home,grand,eagle,theta-fs0{% if optional_params.get("mig_count") %}:mig-mode=true{% endif %} export https_proxy=http://theta-proxy.tmi.alcf.anl.gov:3128 From 607b52dbf146cfa687382b816f984e9ac40d7a0e Mon Sep 17 00:00:00 2001 From: Christine Simpson <48525133+cms21@users.noreply.github.com> Date: Tue, 31 Oct 2023 09:50:28 -0500 Subject: [PATCH 2/4] Update deploy.txt --- requirements/deploy.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements/deploy.txt b/requirements/deploy.txt index bce28e09..0a65693a 100644 --- a/requirements/deploy.txt +++ b/requirements/deploy.txt @@ -12,6 +12,8 @@ alembic==1.8.1 SQLAlchemy==1.4.41 aredis==1.1.8 redis==4.3.4 +starlette==0.19.1 +anyio==3.7.1 # Duplicated from setup.cfg (but pinned) PyYAML==6.0 From 00f1635bd6177140d5eab100b6408ede0b2575ef Mon Sep 17 00:00:00 2001 From: Christine Simpson <48525133+cms21@users.noreply.github.com> Date: Tue, 31 Oct 2023 10:06:30 -0500 Subject: [PATCH 3/4] Update deploy.txt --- requirements/deploy.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/deploy.txt b/requirements/deploy.txt index 0a65693a..e6fd7321 100644 --- a/requirements/deploy.txt +++ b/requirements/deploy.txt @@ -12,7 +12,7 @@ alembic==1.8.1 SQLAlchemy==1.4.41 aredis==1.1.8 redis==4.3.4 -starlette==0.19.1 +starlette==0.25.0 anyio==3.7.1 # Duplicated from setup.cfg (but pinned) From b05d8d9a7a72521e7edf87f42af1a5be4633569b Mon Sep 17 00:00:00 2001 From: Christine Simpson <48525133+cms21@users.noreply.github.com> Date: Tue, 31 Oct 2023 10:11:49 -0500 Subject: [PATCH 4/4] Update deploy.txt --- requirements/deploy.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/deploy.txt b/requirements/deploy.txt index e6fd7321..0a65693a 100644 --- a/requirements/deploy.txt +++ b/requirements/deploy.txt @@ -12,7 +12,7 @@ alembic==1.8.1 SQLAlchemy==1.4.41 aredis==1.1.8 redis==4.3.4 -starlette==0.25.0 +starlette==0.19.1 anyio==3.7.1 # Duplicated from setup.cfg (but pinned)