Skip to content

Commit

Permalink
Use new naming convention for bash app tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
WardLT committed Mar 7, 2024
1 parent 16af747 commit 3c7926e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions colmena/task_server/tests/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def postprocess(self, run_dir: Path) -> Any:
class FakeMPITask(ExecutableTask):
def __init__(self):
super().__init__(executable=['echo', '-n'],
name='fakempitask',
mpi=True,
mpi_command_string='echo -N {total_ranks} -n {cpu_processes} --cc depth')

Expand Down

0 comments on commit 3c7926e

Please sign in to comment.