$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] boost.mpi: some MPI implementation that mixes mpi process from both windows and linux
From: Hicham Mouline (hicham_at_[hidden])
Date: 2010-11-22 10:26:52
Hello,
Does such an implementation exist? and can it be used with Boost.MPI?
Failing that, I am looking at having the GUI of my application in windows
and the mpi processes running on a set of linux boxes I have.
The question is:
How can the GUI (not an mpi process) control the mpi environment (the bunch
of mpi processes that run on the linux boxes)?
regards,