File: ad_nfs_wait.c

package info (click to toggle)
openmpi 5.0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 201,956 kB
  • sloc: ansic: 614,602; makefile: 42,354; sh: 11,194; javascript: 9,244; f90: 7,052; java: 6,404; perl: 5,192; python: 1,862; lex: 740; fortran: 61; cpp: 20; tcl: 12
file content (17 lines) | stat: -rw-r--r-- 383 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Copyright (C) by Argonne National Laboratory
 *     See COPYRIGHT in top-level directory
 */

#include "ad_nfs.h"

void ADIOI_NFS_ReadComplete(ADIO_Request * request, ADIO_Status * status, int *error_code)
{
    return;
}


void ADIOI_NFS_WriteComplete(ADIO_Request * request, ADIO_Status * status, int *error_code)
{
    ADIOI_NFS_ReadComplete(request, status, error_code);
}