b3f88c4a1d
This commit was SVN r29153.
28 строки
496 B
C
28 строки
496 B
C
/*
|
|
* Copyright (c) 2013 Mellanox Technologies, Inc.
|
|
* All rights reserved.
|
|
* $COPYRIGHT$
|
|
*
|
|
* Additional copyrights may follow
|
|
*
|
|
* $HEADER$
|
|
*/
|
|
|
|
#include "oshmem_config.h"
|
|
#include "oshmem/shmem/f77/bindings.h"
|
|
#include "oshmem/include/shmem.h"
|
|
|
|
OMPI_GENERATE_F77_BINDINGS (void,
|
|
SHMEM_FINALIZE,
|
|
shmem_finalize_,
|
|
shmem_finalize__,
|
|
shmem_finalize_f,
|
|
(),
|
|
() )
|
|
|
|
void shmem_finalize_f()
|
|
{
|
|
shmem_finalize();
|
|
}
|
|
|