1
1
openmpi/oshmem/shmem/fortran/shmem_barrier_all_f.c

29 строки
599 B
C
Исходник Обычный вид История

/*
* Copyright (c) 2013 Mellanox Technologies, Inc.
* All rights reserved.
* Copyright (c) 2013 Cisco Systems, Inc. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
*
* $HEADER$
*/
#include "oshmem_config.h"
#include "oshmem/shmem/fortran/bindings.h"
#include "oshmem/include/shmem.h"
SHMEM_GENERATE_FORTRAN_BINDINGS_SUB (void,
SHMEM_BARRIER_ALL,
shmem_barrier_all_,
shmem_barrier_all__,
shmem_barrier_all_f,
(void),
() )
void shmem_barrier_all_f(void)
{
shmem_barrier_all();
}