Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
MPI_File_errhandler_function is a placeholder for the application-defined function name.
Syntax
void MPI_File_errhandler_function(
_In_ MPI_File *file,
_Inout_ int *errcode,
...
);
Parameters
file [in]
File in use.errcode [in, out]
Error code to be returned....
Fortran
SUBROUTINE FILE_ERRHANDLER_FUNCTION(FILE, ERROR_CODE)
INTEGER FILE, ERROR_CODE
Remarks
The placeholder name of this function, MPI_File_errhandler_fn, is deprecated in the MPI-2.2 standard and replaced by MPI_File_errhandler_function. The function prototype is unchanged.
Requirements
Product |
HPC Pack 2012 MS-MPI Redistributable Package, HPC Pack 2008 R2 MS-MPI Redistributable Package, HPC Pack 2008 MS-MPI Redistributable Package or HPC Pack 2008 Client Utilities |
Header |
Mpi.h; Mpif.h |