Skip to content
Snippets Groups Projects
Commit 2cb76bf3 authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

don't prepend rank for mpiexec.hydra calls

parent 93abd081
No related branches found
No related tags found
1 merge request!23WIP: Feature/use cmake
Pipeline #37011 passed
......@@ -443,7 +443,7 @@ class _code(_base):
script_file.write('mpiexec.hydra '
+ ' -np {} '.format(nb_mpi_processes)
+ ' -ppn {} '.format(nb_processes_per_node)
+ ' -ordered-output -prepend-rank '
#+ ' -ordered-output -prepend-rank '
+ os.path.join(
self.work_dir,
command_atoms[0]) +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment