[Debian-astro-commits] [gyoto] 28/221: MPI: works as long as gyoto-mpi-worker is in the PATH, which is the case by default.

Thibaut Jean-Claude Paumard thibaut at moszumanska.debian.org
Fri May 22 20:52:30 UTC 2015


This is an automated email from the git hooks/post-receive script.

thibaut pushed a commit to branch master
in repository gyoto.

commit 2e4f125ce57e1e746c79ae78687ba1b0e3bb76dc
Author: Thibaut Paumard <paumard at users.sourceforge.net>
Date:   Fri Oct 10 17:02:17 2014 +0200

    MPI: works as long as gyoto-mpi-worker is in the PATH, which is the case by default.
---
 lib/Scenery.C | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Scenery.C b/lib/Scenery.C
index 86071be..2050be3 100644
--- a/lib/Scenery.C
+++ b/lib/Scenery.C
@@ -801,7 +801,7 @@ void Gyoto::Scenery::mpiSpawn(int nbchildren) {
   if (!mpi_world_) mpi_world_ = new mpi::communicator();
 
   MPI_Comm children_c;
-  MPI_Comm_spawn("./gyoto-mpi-worker", MPI_ARGV_NULL, nbchildren,
+  MPI_Comm_spawn("gyoto-mpi-worker", MPI_ARGV_NULL, nbchildren,
                  MPI_INFO_NULL, 0, MPI_COMM_SELF, &children_c,
                  MPI_ERRCODES_IGNORE);
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/gyoto.git



More information about the Debian-astro-commits mailing list