Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Govoni committed Mar 10, 2022
1 parent fb49bd8 commit 8a5bbc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blazer/examples/example4.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import logging
logging.basicConfig(
format="%(asctime)s : %(levelname)s : %(message)s", level=logging.DEBUG
format="%(asctime)s : %(levelname)s : %(message)s", level=logging.INFO
)
import blazer
import numpy as np
Expand Down
2 changes: 1 addition & 1 deletion blazer/hpc/gpu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def __enter__(self, *args, **kwargs) -> Any:
logging.debug("[%s][%s] GPU Context enter",host,rank)

if len(self.GPUS) == 0:
logging.info("I don't have any GPUS so just exiting")
logging.info("[%s][%s] I don't have any GPUS so just exiting",host,rank)
return None

while True:
Expand Down

0 comments on commit 8a5bbc9

Please sign in to comment.