Skip to content

Commit

Permalink
Log GPU device index for each replica. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed Nov 4, 2024
1 parent c84e7ec commit 51ecbd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/somd2/runner/_repex.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def __init__(self, system, lambdas, num_gpus, dynamics_kwargs):
# Append the dynamics object.
self._dynamics.append(dynamics)

_logger.info(f"Created dynamics object for lambda {lam:.5f}")
_logger.info(f"Created dynamics object for lambda {lam:.5f} on device {device}")

def get(self, index):
"""
Expand Down

0 comments on commit 51ecbd5

Please sign in to comment.