Skip to content

Commit

Permalink
Clarify printed message
Browse files Browse the repository at this point in the history
  • Loading branch information
Caspar van Leeuwen committed Sep 19, 2024
1 parent bee51d2 commit 3ffe7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eessi/testsuite/tests/apps/lammps/lammps.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def run_after_setup(self):
self.compute_unit = COMPUTE_UNIT['GPU']
# hooks.assign_tasks_per_compute_unit(test=self, compute_unit=COMPUTE_UNIT['GPU'])
else:
raise NotImplementedError(f'Failed to set number of tasks and cpus per task for device {self.device_type}')
raise NotImplementedError(f'No mapping of device type {self.device_type} to a COMPUTE_UNIT was specified in this test')

# Set OMP_NUM_THREADS environment variable
# hooks.set_omp_num_threads(self)
Expand Down

0 comments on commit 3ffe7eb

Please sign in to comment.