Skip to content

Commit

Permalink
Remove old TODOs
Browse files Browse the repository at this point in the history
Signed-off-by: Jake Tronge <[email protected]>
  • Loading branch information
jtronge committed Aug 21, 2024
1 parent cc50e01 commit 64aec2f
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 32 deletions.
2 changes: 0 additions & 2 deletions ompi/mpi/c/cart_map.c.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
#include "ompi/mca/topo/topo.h"
#include "ompi/memchecker.h"

/* TODO: Should this function have a bigcount variant? */

PROTOTYPE ERROR_CLASS cart_map(COMM comm, INT ndims, COUNT_ARRAY dims,
COUNT_ARRAY periods, INT_OUT newrank)
{
Expand Down
2 changes: 0 additions & 2 deletions ompi/mpi/c/comm_spawn_multiple.c.in
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
#include "ompi/dpm/dpm.h"
#include "ompi/memchecker.h"

/* TODO: Does this need a bigcount version? */

PROTOTYPE ERROR_CLASS comm_spawn_multiple(INT count, STRING_ARRAY array_of_commands, ARGV array_of_argv,
INT_ARRAY array_of_maxprocs, INFO_ARRAY array_of_info,
INT root, COMM comm, COMM_OUT intercomm,
Expand Down
2 changes: 0 additions & 2 deletions ompi/mpi/c/dist_graph_create.c.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
#include "ompi/mca/topo/topo.h"
#include "ompi/mca/topo/base/base.h"

/* TODO: Does this need a bigcount variant? */

PROTOTYPE ERROR_CLASS dist_graph_create(COMM comm_old, INT n, INT_ARRAY sources,
INT_ARRAY degrees, INT_ARRAY destinations, INT_ARRAY weights,
INFO info, INT reorder, COMM_OUT newcomm)
Expand Down
2 changes: 0 additions & 2 deletions ompi/mpi/c/dist_graph_create_adjacent.c.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
#include "ompi/mca/topo/topo.h"
#include "ompi/mca/topo/base/base.h"

/* TODO: Does this need a bigcount variant? */

PROTOTYPE ERROR_CLASS dist_graph_create_adjacent(COMM comm_old,
INT indegree, INT_ARRAY sources,
INT_ARRAY sourceweights, INT outdegree,
Expand Down
2 changes: 0 additions & 2 deletions ompi/mpi/c/dist_graph_neighbors.c.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
#include "ompi/mca/topo/topo.h"
#include "ompi/mca/topo/base/base.h"

/* TODO: Does this need a bigcount variant? */

PROTOTYPE ERROR_CLASS dist_graph_neighbors(COMM comm, INT maxindegree,
INT_OUT sources, INT_OUT sourceweights,
INT maxoutdegree, INT_OUT destinations,
Expand Down
2 changes: 0 additions & 2 deletions ompi/mpi/c/dist_graph_neighbors_count.c.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
#include "ompi/mca/topo/topo.h"
#include "ompi/mca/topo/base/base.h"

/* TODO: Does this need a bigcount variant? */

PROTOTYPE ERROR_CLASS dist_graph_neighbors_count(COMM comm, INT_OUT inneighbors,
INT_OUT outneighbors, INT_OUT weighted)
{
Expand Down
2 changes: 0 additions & 2 deletions ompi/mpi/c/fetch_and_op.c.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
#include "ompi/mca/osc/osc.h"
#include "ompi/datatype/ompi_datatype.h"

/* TODO: Does this need a bigcount variant? */

PROTOTYPE ERROR_CLASS fetch_and_op(BUFFER origin_addr, BUFFER_OUT result_addr, DATATYPE datatype,
INT target_rank, AINT target_disp, OP op, WIN win)
{
Expand Down
2 changes: 0 additions & 2 deletions ompi/mpi/c/file_get_type_extent.c.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
#include "ompi/file/file.h"
#include "ompi/memchecker.h"

/* TODO: Does this need a bigcount variant? */

PROTOTYPE ERROR_CLASS file_get_type_extent(FILE fh, DATATYPE datatype,
AINT_COUNT_OUT extent)
{
Expand Down
2 changes: 0 additions & 2 deletions ompi/mpi/c/get_accumulate.c.in
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
#include "ompi/datatype/ompi_datatype_internal.h"
#include "ompi/memchecker.h"

/* TODO: Does target_disp need to be different for the bigcount version? */

PROTOTYPE ERROR_CLASS get_accumulate(BUFFER origin_addr, COUNT origin_count, DATATYPE origin_datatype,
BUFFER_OUT result_addr, COUNT result_count, DATATYPE result_datatype,
INT target_rank, AINT target_disp, COUNT target_count,
Expand Down
2 changes: 0 additions & 2 deletions ompi/mpi/c/graph_create.c.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
#include "ompi/mca/topo/base/base.h"
#include "ompi/memchecker.h"

/* TODO: Does this need a bigcount variant? */

PROTOTYPE ERROR_CLASS graph_create(COMM old_comm, INT nnodes, INT_ARRAY indx,
INT_ARRAY edges, INT reorder, COMM_OUT comm_graph)
{
Expand Down
2 changes: 0 additions & 2 deletions ompi/mpi/c/graph_neighbors_count.c.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
#include "ompi/mca/topo/topo.h"
#include "ompi/memchecker.h"

/* TODO: Does this need a bigcount variant? */

PROTOTYPE ERROR_CLASS graph_neighbors_count(COMM comm, INT rank, INT_OUT nneighbors)
{
int err;
Expand Down
2 changes: 0 additions & 2 deletions ompi/mpi/c/improbe.c.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
#include "ompi/request/request.h"
#include "ompi/message/message.h"

/* TODO: Does this need a bigcount variant? */

PROTOTYPE ERROR_CLASS improbe(INT source, INT tag, COMM comm, INT_OUT flag,
MESSAGE_OUT message, STATUS_OUT status)
{
Expand Down
2 changes: 0 additions & 2 deletions ompi/mpi/c/pack_external_size.c.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
#include "opal/datatype/opal_convertor.h"
#include "ompi/memchecker.h"

/* TODO: Does this need a bigcount variant? */

PROTOTYPE ERROR_CLASS pack_external_size(STRING datarep, COUNT incount,
DATATYPE datatype, AINT_COUNT_OUT size)
{
Expand Down
2 changes: 0 additions & 2 deletions ompi/mpi/c/pready_list.c.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
#include "ompi/datatype/ompi_datatype.h"
#include "ompi/runtime/ompi_spc.h"

/* TODO: Does this need a bigcount variant? */

PROTOTYPE ERROR_CLASS pready_list(INT length, INT_OUT partitions, REQUEST request)
{
int rc = OMPI_SUCCESS;
Expand Down
2 changes: 0 additions & 2 deletions ompi/mpi/c/reduce_scatter_init.c.in
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@
#include "ompi/memchecker.h"
#include "ompi/runtime/ompi_spc.h"

/* TODO:BIGCOUNT */

PROTOTYPE ERROR_CLASS reduce_scatter_init(BUFFER sendbuf, BUFFER_OUT recvbuf, COUNT_ARRAY recvcounts,
DATATYPE datatype, OP op, COMM comm, INFO info, REQUEST_INOUT request)
{
Expand Down
2 changes: 0 additions & 2 deletions ompi/mpi/c/rget.c.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
#include "ompi/datatype/ompi_datatype.h"
#include "ompi/runtime/ompi_spc.h"

/* TODO: Does target_disp need to change here for the bigcount variant */

PROTOTYPE ERROR_CLASS rget(BUFFER_OUT origin_addr, COUNT origin_count,
DATATYPE origin_datatype, INT target_rank,
AINT target_disp, COUNT target_count,
Expand Down

0 comments on commit 64aec2f

Please sign in to comment.