Skip to content
Snippets Groups Projects
Commit a13a0687 authored by Eloy Retamino's avatar Eloy Retamino Committed by Manos Angelidis
Browse files

Merged in NRPJP-97-the-relation-between-processes- (pull request #13)


[NRPJP-97] Matching number of MPI processes with brain processes specified in experiment file

* [NRPJP-97] Matching number of MPI processes with brain processes specified in experiment file

* [NRPJP-97] Correcting the number of MPI processes in NestLauncher, not MPI Launcher

Approved-by: default avatarKepa Cantero <cantero@fortiss.org>
Approved-by: default avatarUgo Albanese <ugo.albanese@santannapisa.it>
parent c1d94e4b
No related branches found
No related tags found
No related merge requests found
......@@ -129,7 +129,7 @@ class NestLauncher(object):
# construct the actual MPI launcher based on the deployed configuration
self.mpilauncher.add_host(self._launcher.hostname,
self._launcher.host_tmpdir,
self._sim_config.num_brain_processes + 1)
self._sim_config.num_brain_processes)
# construct the mpi command line with the above host/launch information
self.mpilauncher.build()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment