Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Moors committed Dec 11, 2023
1 parent d553f22 commit c456d10
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions easybuild/easyblocks/n/nwchem.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,10 +471,9 @@ def test_cases_step(self):
self.log.debug("Copying %s to %s" % (test_file, tmpdir))
copy_file(test_file, tmpdir)

max_mpi_ranks = min(self.cfg['parallel'], 4)
# run tests
for testx in tests:
# some test cases hang with more than 1 rank on some architectures
# some test cases hang with more than 1 MPI rank on some architectures
n_mpi_ranks = 1
cmd = '%s %s' % (self.toolchain.mpi_cmd_for('nwchem', n_mpi_ranks), testx)
msg = "Running test '%s' (from %s) in %s..." % (cmd, testdir, tmpdir)
Expand Down

0 comments on commit c456d10

Please sign in to comment.