Re: [OMPI users] Anyone with Visual Studio + MPI Experience

2011-07-07 Thread Miguel Vargas Felix
7;t have the > "Debugger to Launch" option in my version (or I'm looking in the wrong > place), and don't see MPI options any where. Do you have any additional > software installed, like the HPC Pack 2008? > > Prentice > > On 07/04/2011 04:32 PM, Miguel Vargas

Re: [OMPI users] Anyone with Visual Studio + MPI Experience

2011-07-04 Thread Miguel Vargas Felix
Hi, well, I don't have a lot of experience with VS+MPI, but these are the steps taht I followed to make my projects run: 1. Select your project from the Solution explorer, right-click and select "Properties" 2. From the list on the left, select "Debugging" 3. Set "Debugger to launch" to "MPI C

Re: [OMPI users] Debugging OpenMPI with GDB

2010-06-26 Thread Miguel Vargas Felix
This may help you http://www.cimat.mx:88/~miguelvargas/How%20to%20debug%20MPI%20programs.html is for debbuging MPI programs using gdb. Good luck - Miguel Vargas > Dear Sir or Madam, > > I am about to start a project that includes MPI communication. My question > is: "Is there a way to debug par