[OMPI devel] OpenMPI 总结

2010-04-23 Thread hu yaohui
其他的都没变,主要是添加了一下使用说明。 ht模块的相关配置说明V3.docx Description: MS-Word 2007 document

Re: [OMPI devel] compile openmpi error on debian

2010-04-07 Thread hu yaohui
c and g++ compiler? > It seems to me that your g++ compiler is older (<4.2) than your gcc > compiler. > If that's true, then we have to enhance the VT configure, so that the > availability of '-fopenmp' for g++ will be tested. > > Matthias > > On Mond

Re: [OMPI devel] compile openmpi error on debian

2010-04-04 Thread hu yaohui
onfigure --enable-contrib-no-build=vt ... > > > > On Apr 3, 2010, at 1:22 AM, hu yaohui wrote: > > > Hi all, > > when i make openmpi on debian, i meet the following error that i dont > know why? > > > > Making all in vtfilter > > make[6]: Enterin

[OMPI devel] compile openmpi error on debian

2010-04-03 Thread hu yaohui
Hi all, when i make openmpi on debian, i meet the following error that i dont know why? Making all in vtfilter make[6]: Entering directory `/root/openmpi-1.4-ht/ompi/contrib/vt/vt/tools/vtfilter' g++ -DHAVE_CONFIG_H -I. -I../.. -I../../extlib/otf/otflib -I../../extlib/otf/otflib -I../../vtlib/ -I.

Re: [OMPI devel] need help when make

2010-03-23 Thread hu yaohui
mca_btl_ht_LDFLAGS (and > the others). > > See the Libtool docs for more info here; but in general, we don't use the > .so versioning scheme for OMPI plugins. Only for actual shared libraries > that apps link against. > > > On Mar 23, 2010, at 9:32 AM, hu yaohui wro

[OMPI devel] need help when make

2010-03-23 Thread hu yaohui
Hi George,Jeff and All Recently i add a component into the btl,named HT,it is very similar to sm.i meet a problem when make. steps to reproduce 1:make three ht directories under ~/ompi/mca/btl/ht ~/ompi/mca/mpool/ht ~/ompi/mca/common/ht, 2:i copy most code and file from sm component 3:i run ./autog

Re: [OMPI devel] how to add a component in the ompi?

2010-03-17 Thread hu yaohui
t; > george. > > On Mar 17, 2010, at 01:25 , hu yaohui wrote: > > > Hi George, > > did you have a gmail or msn? i really want to talk to you directly.That's > much fast. > > > > Thanks & Regards > > Yaohui Hu > > > > On Wed, Mar 17, 201

Re: [OMPI devel] how to add a component in the ompi?

2010-03-17 Thread hu yaohui
unctions are registered by any modules that can handle > network communications. In your specific case I would guess it is the PML. > Look in mca/pml/ob1/pml_ob1.c starting from line 364 to see what callbacks > are registered by OB1. > > george. > > On Mar 17, 2010, at 01:22 ,

Re: [OMPI devel] how to add a component in the ompi?

2010-03-17 Thread hu yaohui
e data have been extracted from the network. Basically, > everything in the mca_btl_self_send function starting from the "/* upcall > */" comment is the receive operation. > > george. > > On Mar 17, 2010, at 00:30 , hu yaohui wrote: > > > Hi George, > > what

Re: [OMPI devel] how to add a component in the ompi?

2010-03-17 Thread hu yaohui
data have been extracted from the network. Basically, > everything in the mca_btl_self_send function starting from the "/* upcall > */" comment is the receive operation. > > george. > > On Mar 17, 2010, at 00:30 , hu yaohui wrote: > > > Hi George, > > wha

Re: [OMPI devel] how to add a component in the ompi?

2010-03-17 Thread hu yaohui
ll the callback corresponding to the tag (using the > simple addition you noticed), and pass the correct arguments. This should at > least let you start the eager protocol. > > george. > > On Mar 16, 2010, at 23:22 , hu yaohui wrote: > > > Hi Jeff & All > > Yes

Re: [OMPI devel] how to add a component in the ompi?

2010-03-16 Thread hu yaohui
to modify the send function of self component. Thanks & Regards Yaohui Hu On Wed, Mar 17, 2010 at 12:52 AM, Jeff Squyres wrote: > On Mar 16, 2010, at 9:45 AM, hu yaohui wrote: > > > it just said,i had a wrong command format,when i use mpirun --help,i > really > > didn&

Re: [OMPI devel] how to add a component in the ompi?

2010-03-16 Thread hu yaohui
ist these command lines, but it cann't execute successfully on my machine.Is there any another way to control the specific btl components to be used? Thanks & Regards Yaohui Hu On Mon, Mar 15, 2010 at 11:41 PM, Jeff Squyres wrote: > On Mar 15, 2010, at 8:18 AM, hu yaohui wrote:

Re: [OMPI devel] how to add a component in the ompi?

2010-03-16 Thread hu yaohui
Thanks a lot ,it's ok now! On Mon, Mar 15, 2010 at 11:41 PM, Jeff Squyres wrote: > On Mar 15, 2010, at 8:18 AM, hu yaohui wrote: > > > i did what you told me before to add a new component,now i could see my > added component through ./configure --help.but when i

Re: [OMPI devel] how to add a component in the ompi?

2010-03-15 Thread hu yaohui
l/CreateFramework >https://svn.open-mpi.org/trac/ompi/wiki/devel/Autogen > > > On Mar 10, 2010, at 8:53 AM, hu yaohui wrote: > > > Hi Jeff & All > > i want to add a new component in the ompi, > > 1: i make a dir ~/mca/btl/ht > > 2:Then,i have made

[OMPI devel] how to add a component in the ompi?

2010-03-10 Thread hu yaohui
Hi Jeff & All i want to add a new component in the ompi, 1: i make a dir ~/mca/btl/ht 2:Then,i have made sure some basic functions i need to implement. such as: mca_btl_ht_add_procs, mca_btl_ht_del_procs, mca_btl_ht_alloc mca_btl_ht_free mca_btl_ht_finalize. 3:after these functions,i must compile t

Re: [OMPI devel] what's the relationship between proc, endpoint and btl?

2010-02-25 Thread hu yaohui
epresent a module's connection to a > remote MPI process (proc). Hence, a BTL component can create multiple > modules; each module can create lots of endpoints. Each endpoint is tied to > a specific remote proc. > > > Aurelien > > > > Le 24 févr. 2010 à 09:59, hu

[OMPI devel] what's the relationship between proc, endpoint and btl?

2010-02-24 Thread hu yaohui
Could someone tell me the relationship between proc,endpoint and btl? thanks & regards

[OMPI devel] how do openmpi organize network components?

2010-02-04 Thread hu yaohui
hi everyone, i am reading some openmpi source code right now, i am just confused by the network components(modules) organization in (ompi/mca/pml/base/pml_base_select.c/mpimca_pml_ob1_add_procs) (ompi/mca/pml/ob1/pml_ob1.c/mpimca_pml_ob1_add_procs) (ompi/mca/btl/tcp/btl_tcp.c/mca_btl_tcp_add_procs)