1MPI_File_delete(3)                   MPI-2                  MPI_File_delete(3)
2
3
4

NAME

6       MPI_File_delete -  Deletes a file
7

SYNOPSIS

9       #include "mpi.h"
10       int MPI_File_delete(char *filename, MPI_Info info)
11

INPUT PARAMETERS

13       filename
14              - name of file to delete (string)
15       info   - info object (handle)
16
17

NOTES FOR FORTRAN

19       All  MPI  routines  in Fortran (except for 'MPI_WTIME' and 'MPI_WTICK')
20       have an additional argument 'ierr' at the end  of  the  argument  list.
21       the  routine  in  C.   In Fortran, MPI routines are subroutines and are
22       invoked with the 'call' statement.
23
24       All MPI objects (e.g., 'MPI_Datatype', 'MPI_Comm', 'MPI_File')  are  of
25       type 'INTEGER' in Fortran.
26
27
28
29                                   2/12/1998                MPI_File_delete(3)
Impressum