Skip to content

Commit

Permalink
remove debugging line of code
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederickDeny committed Mar 7, 2024
1 parent 1e584bf commit 03b0036
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion e4s_cl/cf/containers/barebones.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ def _prepare(self, command: List[str], overload: bool = True) -> List[str]:
# Chech the environment for the use of Wi4MPI
wi4mpi_install_dir = wi4mpi_root()
# If WI4MPI is to be used, we don't preload the mpi's libraries
import pdb;pdb.set_trace()
if wi4mpi_install_dir is None:
to_be_preloaded = self.list_directory_sofiles(Path(BAREBONES_LIBRARY_DIR))
for file_path in to_be_preloaded:
Expand Down

0 comments on commit 03b0036

Please sign in to comment.