Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] OpenMPI - compilation

It sounds like openmpi wasn't built with development headers.

In the instructions at
http://www.eclipse.org/ptp/docs/releases/release-1.1.1.php
It tells how.

./configure --with-devel-headers
make install

 It sounds like your OpenMPI isn't installed correctly, I suggest getting
that working
before worrying about PTP.

...Beth

Beth Tibbitts  (859) 243-4981  (TL 545-4981)
High Productivity Tools / Parallel Tools  http://eclipse.org/ptp
IBM T.J.Watson Research Center
Mailing Address:  IBM Corp., 455 Park Place, Lexington, KY 40511


                                                                           
             Sajjad                                                        
             <rupam.sajjad@gma                                             
             il.com>                                                    To 
             Sent by:                  ptp-user <ptp-user@xxxxxxxxxxx>     
             ptp-user-bounces@                                          cc 
             eclipse.org                                                   
                                                                   Subject 
                                       [ptp-user] OpenMPI - compilation    
             11/15/2007 01:08                                              
             AM                                                            
                                                                           
                                                                           
             Please respond to                                             
               PTP User list                                               
             <ptp-user@eclipse                                             
                   .org>                                                   
                                                                           
                                                                           




Hello George,

I have installed openmpi from the ubuntu 64-bit repository and the
version is 1.1-2.5.

And i didnt have any mpitest1 executable after i issued the command
mpicc mpitest1.c -o mpitest1.

>Do you have
>mpitest1 available on all nodes where you tried to run it? (e.g., via
>NFS or some global filesystem)

to check that in the global file system?

Would that be better if install openmpi from source?


Regards,

Sajjad
_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-user




Back to the top