S
S
Seter172012-05-20 12:51:55
.NET
Seter17, 2012-05-20 12:51:55

Using MPI in .net windows forms

Hello!

Does anyone have examples, links, or experience using the MPI library on Windows Forms?
Especially when working with the GUI, such as displaying all sorts of message boxes, progress bars, etc.?

The main problem at the moment is that when re-entering

using (var env = new MPI.Environment(ref args, state.ThreadState))
{
        MessageBox.Show(String.Format("Hellow world on process {0} of {1}",
                                   Communicator.world.Rank.ToString(),
                                   Communicator.world.Size.ToString()));
}

the program just closes.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
rasa, 2012-05-21
@rasa

Maybe this link will help you: mpi.net documentation

I
Ilya, 2012-06-28
@geeek

It's not clear what this is for. Describe the problem.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question