root/oshmem/shmem/fortran/shmem_finalize_f.c

/* [<][>][^][v][top][bottom][index][help] */

DEFINITIONS

This source file includes following definitions.
  1. SHMEM_GENERATE_FORTRAN_BINDINGS_SUB

   1 /*
   2  * Copyright (c) 2013      Mellanox Technologies, Inc.
   3  *                         All rights reserved.
   4  * Copyright (c) 2013 Cisco Systems, Inc.  All rights reserved.
   5  * $COPYRIGHT$
   6  *
   7  * Additional copyrights may follow
   8  *
   9  * $HEADER$
  10  */
  11 
  12 #include "oshmem_config.h"
  13 #include "oshmem/shmem/fortran/bindings.h"
  14 #include "oshmem/include/shmem.h"
  15 
  16 SHMEM_GENERATE_FORTRAN_BINDINGS_SUB (void,
  17         SHMEM_FINALIZE,
  18         shmem_finalize_,
  19         shmem_finalize__,
  20         shmem_finalize_f,
  21         (void),
  22         () )
  23 
  24 void shmem_finalize_f(void)
  25 {
  26     shmem_finalize();
  27 }
  28 

/* [<][>][^][v][top][bottom][index][help] */