#include CPS_START_NAMESPACE //------------------------------------------------------------------- /*!\file \brief Declarations of network communications routines for BG/L */ /******************************************************************* * * bgl_glb.h * * bgl global operations * *******************************************************************/ #ifndef INCLUDED_BGL_GLB_H #define INCLUDED_BGL_GLB_H CPS_END_NAMESPACE CPS_START_NAMESPACE //------------------------------------------------------------------ // function defs //------------------------------------------------------------------ void BGLGlobalTreeBarrier (void); #endif CPS_END_NAMESPACE