Skip to content
Open
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
4 changes: 2 additions & 2 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ harbor_images832:
multires_image: tomorecon_nersc_mpi_hdf5@sha256:cc098a2cfb6b1632ea872a202c66cb7566908da066fd8f8c123b92fa95c2a43c

ghcr_images832:
recon_image: ghcr.io/als-computing/microct:master
multires_image: ghcr.io/als-computing/microct:master
recon_image: ghcr.io/als-computing/microct@sha256:1fdfb786726ee03301d624319e3d16702045072f38e2b0cca9d6237e5ab3f5ff
multires_image: ghcr.io/als-computing/microct@sha256:1fdfb786726ee03301d624319e3d16702045072f38e2b0cca9d6237e5ab3f5ff

prefect:
deployments:
Expand Down
1 change: 1 addition & 0 deletions orchestration/flows/bl832/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ def __init__(self) -> None:
self.alcf832_scratch = self.endpoints["alcf832_scratch"]
self.scicat = config["scicat"]
self.ghcr_images832 = config["ghcr_images832"]
self.nersc_recon_num_nodes = 4
Loading