|
| static void | barrier () |
| static void | guard (Kokkos::View< Real ** > &f, int nidbas) |
| static void | guard (Kokkos::View< Real ***, Kokkos::LayoutStride > f, int nidbas, int flag) |
| static void | heapcheck (const std::string &message) |
| static void | mpiabort () |
| static void | ppbcast (int &f, int icomm) |
| static void | ppbcast (Real &f, int icomm) |
| static void | ppbcast (std::vector< int > &f, int icomm) |
| static void | ppbcast (std::vector< Real > &f, int icomm) |
| static void | ppexit () |
| static void | ppinit () |
| static void | ppmax (int &f, int icomm) |
| static void | ppmax (Real &f, int icomm) |
| static void | ppmax (std::vector< int > &f, int icomm) |
| static void | ppmax (std::vector< Real > &f, int icomm) |
| static void | ppmin (int &f, int icomm) |
| static void | ppmin (Real &f, int icomm) |
| static void | ppmin (std::vector< int > &f, int icomm) |
| static void | ppmin (std::vector< Real > &f, int icomm) |
| static void | ppsum (int &f, int icomm) |
| static void | ppsum (Real &f, int icomm) |
| static void | ppsum (Real *f, int count, int icomm) |
| static void | ppsum (std::vector< int > &f, int icomm) |
| static void | ppsum (std::vector< Real > &f, int icomm) |
| static void | pptopology (bool bycol=false) |
| static void | timera (int icntrl, const std::string &string, Real *eltime=nullptr, bool do_barrier=true) |