1
1
openmpi/ompi/mca/coll/ml/coll_ml_select.h
Pavel Shamis 8cf3c95494 Fixing ML COLL compilation issues on some SUN platforms. For more detail see following mail thread:
http://www.open-mpi.org/community/lists/devel/2012/08/11448.php
A lot of thanks to Paul Hargrove for the issue analysis and patch testing.
Refs trac:3243

This commit was SVN r27178.

The following Trac tickets were found above:
  Ticket 3243 --> https://svn.open-mpi.org/trac/ompi/ticket/3243
2012-08-29 14:10:42 +00:00

30 строки
754 B
C

#ifndef MCA_COLL_ML_SELECT_H
#define MCA_COLL_ML_SELECT_H
#include "ompi_config.h"
#include <math.h>
#include "ompi/datatype/ompi_datatype.h"
#include "ompi/op/op.h"
#include "ompi/mca/bcol/bcol.h"
#include "coll_ml.h"
#include "coll_ml_inlines.h"
/* Forward declaration */
struct mca_coll_ml_module_t;
int mca_select_bcol_function(mca_bcol_base_module_t *bcol_module,
int bcoll_type,
bcol_function_args_t *bcol_fn_arguments,
coll_ml_function_t *ml_fn_arguments );
/*
* Goes through the function table and filters the collectives functions
* based on comm-time attributes.
*/
int mca_coll_ml_build_filtered_fn_table(struct mca_coll_ml_module_t *ml_module);
#endif /* MCA_COLL_ML_SELECT_H */