Re: [OMPI devel] Use of orte_pointer_array in openib and udapl btls

2007-10-18 Thread Tim Prins
George, Sounds good to me. Let me know if you want me to do any of the merge. Thanks, Tim George Bosilca wrote: I just checked the code and to be honest there is no difference, except for the initialization part. The code is clearly "copy&paste" from one version to the other. The FORTRAN spe

Re: [OMPI devel] Use of orte_pointer_array in openib and udapl btls

2007-10-18 Thread George Bosilca
I just checked the code and to be honest there is no difference, except for the initialization part. The code is clearly "copy&paste" from one version to the other. The FORTRAN specific code is related to the number of elements in the array, in the ompi pointer array we limit the max size o

[OMPI devel] Use of orte_pointer_array in openib and udapl btls

2007-10-17 Thread Tim Prins
Hi, The openib and udapl btls currently use the orte_pointer_array class. This is a problem for me as I am trying to implement the RSL. So, as far as I can tell, there are 3 options: 1. Move the orte_pointer_array class to opal. This would be quite simple to do and makes sense in that there