Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Global any_tag

boost::mpi::any_tag — A constant representing "any tag.".

Synopsis

const int any_tag;

Description

This constant may be used for the tag parameter of receive operations to indicate that a send with any tag will be matched by the receive.


PrevUpHomeNext