io_romio_ad_nfs_hints.c

来自「MPI stands for the Message Passing Inter」· C语言 代码 · 共 14 行

C
14
字号
/* -*- Mode: C; c-basic-offset:4 ; -*- *//*  * *   Copyright (C) 1997 University of Chicago.  *   See COPYRIGHT notice in top-level directory. */#include "ad_nfs.h"void ADIOI_NFS_SetInfo(ADIO_File fd, MPI_Info users_info, int *error_code){    ADIOI_GEN_SetInfo(fd, users_info, error_code); }

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?