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 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 you sure that the mpiCC you are running is coming from Open MPI?
> The -showme flag should be supported by all wrapper compilers used by
> Open MPI, leading me to think that perhaps you're picking up the
> MPICH wrapper compilers ;).
>
>
> Brian
>
> --
>Brian Barrett
>Open MPI developer
>http://www.open-mpi.org/
>
>
> ___
> users mailing list
> us...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/users
>





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 and not OpenMPI.   OpenMPI and MPICH are  
two totally separate open source MPI implementations.


Michael





Quoting 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 you sure that the mpiCC you are running is coming from Open MPI?
The -showme flag should be supported by all wrapper compilers used by
Open MPI, leading me to think that perhaps you're picking up the
MPICH wrapper compilers ;).


Brian

--
   Brian Barrett
   Open MPI developer
   http://www.open-mpi.org/


___
users mailing list
us...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/users





___
users mailing list
us...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/users





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 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 and not OpenMPI.   OpenMPI and MPICH are
> two totally separate open source MPI implementations.
>
> Michael
>
> >
> >
> >
> > Quoting 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 you sure that the mpiCC you are running is coming from Open MPI?
> >> The -showme flag should be supported by all wrapper compilers used by
> >> Open MPI, leading me to think that perhaps you're picking up the
> >> MPICH wrapper compilers ;).
> >>
> >>
> >> Brian
> >>
> >> --
> >>Brian Barrett
> >>Open MPI developer
> >>http://www.open-mpi.org/
> >>
> >>
> >> ___
> >> users mailing list
> >> us...@open-mpi.org
> >> http://www.open-mpi.org/mailman/listinfo.cgi/users
> >>
> >
> >
> >
> > ___
> > users mailing list
> > us...@open-mpi.org
> > http://www.open-mpi.org/mailman/listinfo.cgi/users
> >
>
> ___
> users mailing list
> us...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/users
>





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!

Please save this message for future reference.  Thank you.

If you ever want to remove yourself from this mailing list,
you can send mail to  with the following
command in the body of your email message:

unsubscribe mpich-discuss

or from another account, besides j...@vertica.com:

unsubscribe mpich-discuss j...@vertica.com

If you ever need to get in contact with the owner of the list,
(if you have trouble unsubscribing, or have questions about the
list itself) send email to  .
This is the general rule for most mailing lists when you need
to contact a human.

If you desire to post a message to the mailing list, please use
the address .  The 
address is used for mailing list administration only.

 Here's the general information for the list you've subscribed to,
 in case you don't already have it:


This list is an open list for discussion of the MPICH implementation
of MPI.  Posting is restricted to members.  Users may find help for
problems encountered building and using MPICH or MPICH2.  MPICH 1.2.x
problems can be discussed here, but it is now preferred that all
MPICH users switch to MPICH2.  Three related lists are
mpich2-ma...@mcs.anl.gov, where bug reports can be sent to (only) the
MPICH2 developers, mpich2-...@mcs.anl.gov, for those developing MPI
implementations based on MPICH2, and mpi-us...@mcs.anl.gov, which
anyone can join to receive MPICH-related announcements.

Maintainers: l...@mcs.anl.gov
 gr...@mcs.anl.gov
 tha...@mcs.anl.gov
 rr...@mcs.anl.gov




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-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 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 and not OpenMPI.   OpenMPI and MPICH are
two totally separate open source MPI implementations.

Michael





Quoting 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 you sure that the mpiCC you are running is coming from Open MPI?
The -showme flag should be supported by all wrapper compilers used by
Open MPI, leading me to think that perhaps you're picking up the
MPICH wrapper compilers ;).


Brian

--
   Brian Barrett
   Open MPI developer
   http://www.open-mpi.org/


___
users mailing list
us...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/users





___
users mailing list
us...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/users



___
users mailing list
us...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/users





___
users mailing list
us...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/users




Thanks,
Graham.
--
Dr Graham E. Fagg   | Distributed, Parallel and Meta-Computing
Innovative Computing Lab. PVM3.4, HARNESS, FT-MPI, SNIPE & Open MPI
Computer Science Dept   | Suite 203, 1122 Volunteer Blvd,
University of Tennessee | Knoxville, Tennessee, USA. TN 37996-3450
Email: f...@cs.utk.edu  | Phone:+1(865)974-5790 | Fax:+1(865)974-8296
Broken complex systems are always derived from working simple systems
--


[OMPI users] Open-MPI and TCP port range

2006-04-18 Thread Laurent . POREZ
Hi, 

I am  a new user of Open-MPI, and I need to use 2 kinds of programs on an 
unique cluster :
1) MPI based programs
2) Others, using TCP and UDP

In order to get my non-MPI programs run, I need to know which ports may be used 
by MPI programs.
Is there a way to know/set the range of the ports used by MPI programs ?

Thanks
Laurent.