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

2011-07-07 Thread Prentice Bisbal
Miguel, Thanks for the assistance. I don't have the MPI options you spoke of, so I figured that might have been part of the HPC Pack. I found a couple of web pages that helped me make progress. I'm not 100% there, but I'm much closer, say 85% of the way there. Now I can get an Fortran+MPI program

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

2011-07-07 Thread Miguel Vargas Felix
Prentice, I didn't have to install the HPC Pack, as far as I know it is only needed when you want to develop/debug in a cluster. I'm sorry I can't help you with VS 2010 (I hated it, I switched back to VS 2008), but the instructions to configure VS 2010 seems to be similar, check the MPICH2 guide f

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

2011-07-06 Thread Prentice Bisbal
Miguel, I'm using VS 2010 Professional + Intel Visual Fortran. I don'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

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] Anyone with Visual Studio + MPI Experience

2011-06-30 Thread Prentice Bisbal
t not the other. > > Joe > > -Original Message- > From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On > Behalf Of Prentice Bisbal > Sent: Thursday, June 30, 2011 1:42 PM > To: Open MPI Users > Subject: [OMPI users] Anyone with Visual Studio +

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

2011-06-30 Thread Joe Griffin
: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of Prentice Bisbal Sent: Thursday, June 30, 2011 1:42 PM To: Open MPI Users Subject: [OMPI users] Anyone with Visual Studio + MPI Experience Does anyone on this list have experience using MS Visual Studio for MPI developme

[OMPI users] Anyone with Visual Studio + MPI Experience

2011-06-30 Thread Prentice Bisbal
Does anyone on this list have experience using MS Visual Studio for MPI development? I'm supporting a Windows user who has been doing Fortran programming on Windows using an ANCIENT version of Digital Visual Fortran (I know, I know - using "ancient" and "Digital" in the same sentence is redundant.)