Skip to content

Commit

Permalink
made comid instead of edge
Browse files Browse the repository at this point in the history
  • Loading branch information
taddyb committed Jun 25, 2024
1 parent 2b0b49a commit 8af9921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marquette/merit/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def calculate_q_prime_summation(cfg: DictConfig, edges: zarr.Group) -> None:
The edges group in the MERIT zone
"""
n = 1 # number of splits (used for reducing memory load)
cp.cuda.runtime.setDevice(7) # manually setting the device to 2
cp.cuda.runtime.setDevice(2) # manually setting the device to 2

streamflow_group = Path(
f"/projects/mhpi/data/MERIT/streamflow/zarr/{cfg.create_streamflow.version}/{cfg.zone}"
Expand Down

0 comments on commit 8af9921

Please sign in to comment.