Hello,
I have a question about parallel computing with a MPI in Gauss. Currently I have my Gauss routine which calls a c++ code to simulate several stuff., but the processes is really so slow. How can I implement a parallel routine based on MPI to make it faster? Do I need to do it on the gauss code or on the c++ routine? If the first, how to do that? (I have installed MS MPI in Windows).
Thank you.