#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <mpi.h>
#include <yaxt.h>
#include "test_xmap_common.h"
{
xt_intra_group_comm);
}
int main(void)
{
int rc
if (rc == EXIT_SUCCESS)
rc = xt_xmap_intercomm_parallel_test_main(xmap_dist_dir_intercomm_wrap,
false, true);
else {
MPI_Finalize();
}
return rc;
}