Skip to content

Commit 910a030

Browse files
authored
Merge pull request #7854 from devreal/remove-opal-dataype-get-pack
Remove stale datatype functions from opal header
2 parents 90c9a0a + 70776b4 commit 910a030

File tree

1 file changed

+0
-50
lines changed

1 file changed

+0
-50
lines changed

opal/datatype/opal_datatype.h

Lines changed: 0 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -316,56 +316,6 @@ opal_datatype_copy_content_same_ddt( const opal_datatype_t* pData, int32_t count
316316

317317
OPAL_DECLSPEC int opal_datatype_compute_ptypes( opal_datatype_t* datatype );
318318

319-
OPAL_DECLSPEC const opal_datatype_t*
320-
opal_datatype_match_size( int size, uint16_t datakind, uint16_t datalang );
321-
322-
/*
323-
*
324-
*/
325-
OPAL_DECLSPEC int32_t
326-
opal_datatype_sndrcv( void *sbuf, int32_t scount, const opal_datatype_t* sdtype, void *rbuf,
327-
int32_t rcount, const opal_datatype_t* rdtype);
328-
329-
/*
330-
*
331-
*/
332-
OPAL_DECLSPEC int32_t
333-
opal_datatype_get_args( const opal_datatype_t* pData, int32_t which,
334-
int32_t * ci, int32_t * i,
335-
int32_t * ca, ptrdiff_t* a,
336-
int32_t * cd, opal_datatype_t** d, int32_t * type);
337-
OPAL_DECLSPEC int32_t
338-
opal_datatype_set_args( opal_datatype_t* pData,
339-
int32_t ci, int32_t ** i,
340-
int32_t ca, ptrdiff_t* a,
341-
int32_t cd, opal_datatype_t** d,int32_t type);
342-
OPAL_DECLSPEC int32_t
343-
opal_datatype_copy_args( const opal_datatype_t* source_data,
344-
opal_datatype_t* dest_data );
345-
OPAL_DECLSPEC int32_t
346-
opal_datatype_release_args( opal_datatype_t* pData );
347-
348-
/*
349-
*
350-
*/
351-
OPAL_DECLSPEC size_t
352-
opal_datatype_pack_description_length( const opal_datatype_t* datatype );
353-
354-
/*
355-
*
356-
*/
357-
OPAL_DECLSPEC int
358-
opal_datatype_get_pack_description( opal_datatype_t* datatype,
359-
const void** packed_buffer );
360-
361-
/*
362-
*
363-
*/
364-
struct opal_proc_t;
365-
OPAL_DECLSPEC opal_datatype_t*
366-
opal_datatype_create_from_packed_description( void** packed_buffer,
367-
struct opal_proc_t* remote_processor );
368-
369319
/* Compute the span in memory of count datatypes. This function help with temporary
370320
* memory allocations for receiving already typed data (such as those used for reduce
371321
* operations). This span is the distance between the minimum and the maximum byte

0 commit comments

Comments
 (0)