Re: [OMPI users] Implementing a new BTL module in MCA

2010-08-03 Thread Nysal Jan
You can find the template for a BTL in ompi/mca/btl/template (You will find this on the subversion trunk). Copy and rename the folder/files. Use this as a starting point. For details on creating a new component (such as a new BTL) look here - https://svn.open-mpi.org/trac/ompi/wiki/devel/CreateComp

[OMPI users] Implementing a new BTL module in MCA

2010-08-03 Thread Simone Pellegrini
Deal all, I need to implement an MPI layer on top of a message passing library which is currently used in a particular device where I have to run MPI programs ( very vague, I know :) ). Instead of reinventing the wheel, my idea was to reuse most of the Open MPI implementation and just add a n