Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Govoni committed Mar 11, 2022
1 parent 8e78029 commit 04f96a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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.INFO
format="%(asctime)s : %(levelname)s : %(message)s", level=logging.DEBUG
)
import blazer
import numpy as np
Expand Down
3 changes: 0 additions & 3 deletions blazer/hpc/gpu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ def handle_request(host_queues, requests, gpu_request):
destination = gpu_request['rank']
host = gpu_request['host']
else:
if gpu_request == "pass":
ranks_exit_request.put("exit")

parts = gpu_request.split(':')
if len(parts) != 3:
logging.warn("Invalid message %s", gpu_request)
Expand Down

0 comments on commit 04f96a5

Please sign in to comment.