8.2.24. _gfortran_caf_sync_memory

8.2.24 _gfortran_caf_sync_memory — Wait for completion of segment-memory operations

Description:

Acts as optimization barrier between different segments. It also ensures that all pending memory operations of this image have been completed.

Syntax:

void _gfortran_caf_sync_memory (int *stat, char *errmsg, int errmsg_len)

Arguments:
stat intent(out) Stores the status STAT= and may be NULL.
errmsg intent(out) When an error occurs, this will be set to an error message; may be NULL.
errmsg_len intent(in) the buffer size of errmsg
NOTE A simple implementation could be

__asm__ __volatile__ ("":::"memory") to prevent code movements.

© Free Software Foundation
Licensed under the GNU Free Documentation License, Version 1.3.
https://gcc.gnu.org/onlinedocs/gcc-7.1.0/gfortran/_005fgfortran_005fcaf_005fsync_005fmemory.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部