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

2010-02-25 Thread Jeff Squyres
On Feb 25, 2010, at 7:14 AM, hu yaohui wrote: > Thanks a lot! i got it.Could you introduce some more materials for me to get > better understood of the following functions: > (1):/ompi/mca/pml/ob1/pml_ob1.c/mca_pml_ob1_add_procs This is just the OB1 function to add new peer processes. It's

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

2010-02-25 Thread hu yaohui
Thanks a lot! i got it.Could you introduce some more materials for me to get better understood of the following functions: (1):/ompi/mca/pml/ob1/pml_ob1.c/mca_pml_ob1_add_procs (2):/ompi/mca/bml/r2/bml_r2.c/mca_bml_r2_add_procs (3):/ompi/mca/btl/tcp/btl_tcp.c/mca_btl_tcp_add_procs especially the

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

2010-02-24 Thread Aurélien Bouteiller
btl is the component responsible for a particular type of fabric. Endpoint is somewhat the instantiation of a btl to reach a particular destination on a particular fabric, proc is the generic name and properties of a destination. Aurelien Le 24 févr. 2010 à 09:59, hu yaohui a écrit : > Could

[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