AP_flush

flush all pending sends

Synopsis

#include "autopack.h"

void AP_flush(void)

SUBROUTINE AP_FLUSH

Parameters

None

Return Value

None

Description

Flush all sends. Any open packages are closed and sent.

AP_send() tells the library to send the message, but the underlying MPI send is governed by the settings passed to AP_init() or AP_setparam().