Skip to content

Commit

Permalink
Removed debugging options
Browse files Browse the repository at this point in the history
  • Loading branch information
JaimeCernuda committed Oct 15, 2023
1 parent da60139 commit 36d453e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jarvis_util/jutil_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ def __init__(self):
self.debug_mpi_exec = False
self.debug_local_exec = False
self.debug_scp = False
self.debug_slurm = True
self.debug_slurm = False

0 comments on commit 36d453e

Please sign in to comment.