Skip to content

Commit

Permalink
valid
Browse files Browse the repository at this point in the history
  • Loading branch information
jgphpc committed May 8, 2024
1 parent 53a3833 commit 606dda3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions checks/tools/profiling_and_debugging/notool.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ def set_descr_name(self):
self.descr = f'Jacobi (without tool) {self.lang} check'

# keeping as a reminder:
@run_after('init')
def remove_buggy_prgenv(self):
# skipping to avoid "Fatal error in PMPI_Init_thread"
self.valid_prog_environs.remove('PrgEnv-nvidia')
# @run_after('init')
# def remove_buggy_prgenv(self):
# # skipping to avoid "Fatal error in PMPI_Init_thread"
# self.valid_prog_environs.remove('PrgEnv-nvidia')

@run_before('compile')
def set_sources_dir(self):
Expand Down

0 comments on commit 606dda3

Please sign in to comment.