Skip to content

Commit

Permalink
Merge pull request #376 from argonne-lcf/cms21-patch-1
Browse files Browse the repository at this point in the history
Update job-template.sh for ThetaGPU
  • Loading branch information
cms21 committed Oct 31, 2023
2 parents 5034973 + b05d8d9 commit a592495
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion balsam/config/defaults/alcf_thetagpu/job-template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions requirements/deploy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a592495

Please sign in to comment.