$subject_val = "[OMPI users] MPI inside MPI"; include("../../include/msg-header.inc"); ?>
Subject: [OMPI users] MPI inside MPI
From: Carlos Henrique da Silva Santos (santos.chs_at_[hidden])
Date: 2009-06-06 13:47:20
Dear,
I developed one application using openmpi in c++. This application should
start internally (by system call) another application which is also
developed in c++ and openmpi. When this external application is called with
C system function the following messages are showed:
[localhost.localdomain:05275] 00B: Connectio to HNP lost
[localhost.localdomain:05276] 00B: Connectio to HNP lost
[localhost.localdomain:05277] 00B: Connectio to HNP lost
Please, could someone explain what is happening in this case?
Best,
Carlos Santos