Re: [OMPI users] Compiling C++ program

2006-04-18 Thread Graham E Fagg
Hello try http://www-unix.mcs.anl.gov/mpi/mpich1/ or more probably (for mpich2) http://www-unix.mcs.anl.gov/mpi/mpich/ as mpich 1.x is not really supported anymore. G. On Tue, 18 Apr 2006, Shekhar Tyagi wrote: In this case then, does anybody have any idea regarding the online forum like OPEN-m

Re: [OMPI users] Compiling C++ program

2006-04-18 Thread John Robinson
Shekhar Tyagi wrote: In this case then, does anybody have any idea regarding the online forum like OPEN-mpi.org for MPICH version of MPI. Please help From: majord...@mcs.anl.gov Subject: Welcome to mpich-discuss Reply-To: majord...@mcs.anl.gov -- Welcome to the mpich-discuss mailing list!

Re: [OMPI users] Compiling C++ program

2006-04-18 Thread Shekhar Tyagi
In this case then, does anybody have any idea regarding the online forum like OPEN-mpi.org for MPICH version of MPI. Please help Shekhar Quoting Michael Kluskens : > > On Apr 18, 2006, at 9:06 AM, Shekhar Tyagi wrote: > > > Brian > > I checked with the administrator of cluster in our department

Re: [OMPI users] Compiling C++ program

2006-04-18 Thread Michael Kluskens
On Apr 18, 2006, at 9:06 AM, Shekhar Tyagi wrote: Brian I checked with the administrator of cluster in our department and according to him the MPI is of 1.2.5 version with the compilers being of PGI type, hope this might help you in solving the mpiCC problem. In which case it is MPICH an

Re: [OMPI users] Compiling C++ program

2006-04-18 Thread Shekhar Tyagi
Brian I checked with the administrator of cluster in our department and according to him the MPI is of 1.2.5 version with the compilers being of PGI type, hope this might help you in solving the mpiCC problem. Thanks Shekhar Quoting Brian Barrett : > On Apr 17, 2006, at 4:42 AM, Shekhar Tyagi w

Re: [OMPI users] Compiling C++ program

2006-04-17 Thread Brian Barrett
On Apr 17, 2006, at 4:42 AM, Shekhar Tyagi wrote: I tried your command but i guess its not working, there is a warning and then nothing much happens, the command window is shown below [styagi@borelli Mpi]$ mpiCC -o mathbyvec.out mathbyvec.cc -showme pgCC-Warning-Unknown switch: -showme Are

Re: [OMPI users] Compiling C++ program

2006-04-17 Thread Shekhar Tyagi
Hey Brian I tried your command but i guess its not working, there is a warning and then nothing much happens, the command window is shown below [styagi@borelli Mpi]$ mpiCC -o mathbyvec.out mathbyvec.cc -showme pgCC-Warning-Unknown switch: -showme Please help Shekhar Quoting Brian Barrett :

Re: [OMPI users] Compiling C++ program

2006-04-16 Thread Brian Barrett
On Apr 16, 2006, at 11:52 AM, Shekhar Tyagi wrote: I am new to MPI and prallel programming, recently i made two programs one in C and other in C++. The cluster on which i work is able to compile and execute the C program but its not able to make an executable file for C++ program. The comma