Answer the question
In order to leave comments, you need to log in
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()));
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question