libxmp/libxmpf in Omni Compiler  1.3.4
xmp_onesided_fjrdma.c File Reference
#include "mpi-ext.h"
#include "xmp_internal.h"
Include dependency graph for xmp_onesided_fjrdma.c:

Functions

void _XMP_fjrdma_initialize (int argc, char **argv)
 Initialize FUJITSU RDMA for the K computer and FX10. More...
 
void _XMP_fjrdma_finalize ()
 Finalize FUJITSU RDMA for the K computer and FX10. More...
 

Function Documentation

◆ _XMP_fjrdma_finalize()

void _XMP_fjrdma_finalize ( )

Finalize FUJITSU RDMA for the K computer and FX10.

17 {
18  int ret = FJMPI_Rdma_finalize();
19  if(ret) _XMP_fatal("FJMPI_Rdma_init error!");
20 }
Here is the call graph for this function:
Here is the caller graph for this function:

◆ _XMP_fjrdma_initialize()

void _XMP_fjrdma_initialize ( int  argc,
char **  argv 
)

Initialize FUJITSU RDMA for the K computer and FX10.

8 {
9  int ret = FJMPI_Rdma_init();
10  if(ret) _XMP_fatal("FJMPI_Rdma_init error!");
11 }
Here is the call graph for this function:
Here is the caller graph for this function:
_XMP_fatal
void _XMP_fatal(char *msg)
Definition: xmp_util.c:42