$subject_val = "Re: [OMPI users] Open specific port TCP/IP in MPI"; include("../../include/msg-header.inc"); ?>
Subject: Re: [OMPI users] Open specific port TCP/IP in MPI
From: Nulik Nol (nuliknol_at_[hidden])
Date: 2009-06-26 12:48:00
On Fri, Jun 26, 2009 at 9:57 AM, Ralph Castain<rhc_at_[hidden]> wrote:
> How are you trying to use this port? Are you expecting that to be the port
> used for MPI communications?
i am thinking to use MPI_Send and MPI_Recv on this connection. One node
will run in server mode to server data to others, only one process, multiple
incoming connections. Just a simple (really really simple)
client/server model so i would avoid writing my own socket library for
messaging between nodes over TCP, never thought i am asking too much.
-- ================================== The power of zero is infinite