22 строки
365 B
C
22 строки
365 B
C
|
/*
|
||
|
* Copyright (c) 2013 Mellanox Technologies, Inc.
|
||
|
* All rights reserved.
|
||
|
* $COPYRIGHT$
|
||
|
*
|
||
|
* Additional copyrights may follow
|
||
|
*
|
||
|
* $HEADER$
|
||
|
*/
|
||
|
#include "oshmem_config.h"
|
||
|
|
||
|
#include "oshmem/constants.h"
|
||
|
#include "oshmem/include/shmem.h"
|
||
|
|
||
|
#include "oshmem/mca/spml/spml.h"
|
||
|
|
||
|
void shmem_quiet(void)
|
||
|
{
|
||
|
|
||
|
MCA_SPML_CALL(fence());
|
||
|
}
|