⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 errcode.c

📁 fortran并行计算包
💻 C
📖 第 1 页 / 共 5 页
字号:
    /* src/mpi/romio/mpi-io/write_ord.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**iosharedfailed", 0);    ChkMsg( err, MPI_ERR_OTHER, "**iosharedfailed" );    /* src/mpi/romio/mpi-io/read_all.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**iobadoffset", 0);    ChkMsg( err, MPI_ERR_OTHER, "**iobadoffset" );    /* src/mpi/romio/mpi-io/write_orde.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**iosplitcollnone", 0);    ChkMsg( err, MPI_ERR_OTHER, "**iosplitcollnone" );    /* src/mpi/romio/mpi-io/register_datarep.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**datarepname", 0);    ChkMsg( err, MPI_ERR_OTHER, "**datarepname" );    /* src/mpi/romio/mpi-io/register_datarep.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**initialized", 0);    ChkMsg( err, MPI_ERR_OTHER, "**initialized" );    /* src/mpi/romio/mpi-io/register_datarep.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**datarepused", 0);    ChkMsg( err, MPI_ERR_OTHER, "**datarepused" );    {    /* src/mpi/romio/mpi-io/register_datarep.c */    char s1[] = "string1";     err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**datarepused", "**datarepused %s", s1 );    ChkMsg( err, MPI_ERR_OTHER, "**datarepused %s" );    }    /* src/mpi/romio/mpi-io/register_datarep.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**datarepextent", 0);    ChkMsg( err, MPI_ERR_OTHER, "**datarepextent" );    /* src/mpi/romio/mpi-io/get_errh.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**iobadfh", 0);    ChkMsg( err, MPI_ERR_OTHER, "**iobadfh" );    /* src/mpi/romio/mpi-io/prealloc.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**iobadsize", 0);    ChkMsg( err, MPI_ERR_OTHER, "**iobadsize" );    /* src/mpi/romio/mpi-io/prealloc.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**notsame", 0);    ChkMsg( err, MPI_ERR_OTHER, "**notsame" );    /* src/mpi/romio/mpi-io/iotest.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**request", 0);    ChkMsg( err, MPI_ERR_OTHER, "**request" );    /* src/mpi/romio/mpi-io/get_view.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**iodatarepnomem", 0);    ChkMsg( err, MPI_ERR_OTHER, "**iodatarepnomem" );    /* src/mpi/romio/mpi-io/set_errh.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**fileopunsupported", 0);    ChkMsg( err, MPI_ERR_OTHER, "**fileopunsupported" );    /* src/mpi/romio/mpi-io/read_ordb.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**iosplitcoll", 0);    ChkMsg( err, MPI_ERR_OTHER, "**iosplitcoll" );    /* src/mpi/romio/mpi-io/set_view.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**iobaddisp", 0);    ChkMsg( err, MPI_ERR_OTHER, "**iobaddisp" );    /* src/mpi/romio/mpi-io/set_view.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**ioetype", 0);    ChkMsg( err, MPI_ERR_OTHER, "**ioetype" );    /* src/mpi/romio/mpi-io/set_view.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**iofiletype", 0);    ChkMsg( err, MPI_ERR_OTHER, "**iofiletype" );    /* src/mpi/romio/mpi-io/set_view.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**iodispifseq", 0);    ChkMsg( err, MPI_ERR_OTHER, "**iodispifseq" );    /* src/mpi/romio/mpi-io/set_view.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**unsupporteddatarep", 0);    ChkMsg( err, MPI_ERR_OTHER, "**unsupporteddatarep" );    /* src/mpi/romio/mpi-io/open.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**comm", 0);    ChkMsg( err, MPI_ERR_OTHER, "**comm" );    /* src/mpi/romio/mpi-io/open.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**commnotintra", 0);    ChkMsg( err, MPI_ERR_OTHER, "**commnotintra" );    /* src/mpi/romio/mpi-io/open.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**fileamodeone", 0);    ChkMsg( err, MPI_ERR_OTHER, "**fileamodeone" );    /* src/mpi/romio/mpi-io/open.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**fileamoderead", 0);    ChkMsg( err, MPI_ERR_OTHER, "**fileamoderead" );    /* src/mpi/romio/mpi-io/open.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**fileamodeseq", 0);    ChkMsg( err, MPI_ERR_OTHER, "**fileamodeseq" );    /* src/mpi/romio/mpi-io/open.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**iosequnsupported", 0);    ChkMsg( err, MPI_ERR_OTHER, "**iosequnsupported" );    /* src/mpi/romio/mpi-io/seek_sh.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**iobadwhence", 0);    ChkMsg( err, MPI_ERR_OTHER, "**iobadwhence" );    /* src/mpi/romio/mpi-io/seek_sh.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**ionegoffset", 0);    ChkMsg( err, MPI_ERR_OTHER, "**ionegoffset" );    /* src/mpi/romio/adio/ad_pvfs/ad_pvfs_flush.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**io", 0);    ChkMsg( err, MPI_ERR_OTHER, "**io" );    {    /* src/mpi/romio/adio/ad_pvfs/ad_pvfs_flush.c */    char s1[] = "string1";     err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**io", "**io %s", s1 );    ChkMsg( err, MPI_ERR_OTHER, "**io %s" );    }    /* src/mpi/romio/adio/ad_pvfs/ad_pvfs_fcntl.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "PVFS does not support atomic mode", 0);    ChkMsg( err, MPI_ERR_OTHER, "PVFS does not support atomic mode" );    /* src/mpi/romio/adio/ad_pvfs/ad_pvfs_fcntl.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**flag", 0);    ChkMsg( err, MPI_ERR_OTHER, "**flag" );    {    /* src/mpi/romio/adio/ad_pvfs/ad_pvfs_fcntl.c */    int i1 = 1;     err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**flag", "**flag %d", i1 );    ChkMsg( err, MPI_ERR_OTHER, "**flag %d" );    }    /* src/mpi/romio/adio/ad_pvfs/ad_pvfs_write.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "Atomic mode set in PVFS I/O function", 0);    ChkMsg( err, MPI_ERR_OTHER, "Atomic mode set in PVFS I/O function" );    /* src/mpi/romio/adio/ad_lustre/ad_lustre_open.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**filenamelong", 0);    ChkMsg( err, MPI_ERR_OTHER, "**filenamelong" );    {    /* src/mpi/romio/adio/ad_lustre/ad_lustre_open.c */    char s1[] = "string1";    int i2 = 2;     err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**filenamelong", "**filenamelong %s %d", s1, i2 );    ChkMsg( err, MPI_ERR_OTHER, "**filenamelong %s %d" );    }    /* src/mpi/romio/adio/ad_lustre/ad_lustre_open.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**filenoexist", 0);    ChkMsg( err, MPI_ERR_OTHER, "**filenoexist" );    {    /* src/mpi/romio/adio/ad_lustre/ad_lustre_open.c */    char s1[] = "string1";     err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**filenoexist", "**filenoexist %s", s1 );    ChkMsg( err, MPI_ERR_OTHER, "**filenoexist %s" );    }    /* src/mpi/romio/adio/ad_lustre/ad_lustre_open.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**filenamedir", 0);    ChkMsg( err, MPI_ERR_OTHER, "**filenamedir" );    {    /* src/mpi/romio/adio/ad_lustre/ad_lustre_open.c */    char s1[] = "string1";     err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**filenamedir", "**filenamedir %s", s1 );    ChkMsg( err, MPI_ERR_OTHER, "**filenamedir %s" );    }    /* src/mpi/romio/adio/ad_lustre/ad_lustre_open.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**fileaccess", 0);    ChkMsg( err, MPI_ERR_OTHER, "**fileaccess" );    {    /* src/mpi/romio/adio/ad_lustre/ad_lustre_open.c */    char s1[] = "string1";     err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**fileaccess", "**fileaccess %s", s1 );    ChkMsg( err, MPI_ERR_OTHER, "**fileaccess %s" );    }    /* src/mpi/romio/adio/ad_lustre/ad_lustre_open.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**ioneedrd", 0);    ChkMsg( err, MPI_ERR_OTHER, "**ioneedrd" );    /* src/mpi/romio/adio/include/adioi_error.h */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**iobadcount", 0);    ChkMsg( err, MPI_ERR_OTHER, "**iobadcount" );    /* src/mpi/romio/adio/include/adioi_error.h */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**dtypenull", 0);    ChkMsg( err, MPI_ERR_OTHER, "**dtypenull" );    /* src/mpi/romio/adio/include/adioi_error.h */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**iowronly", 0);    ChkMsg( err, MPI_ERR_OTHER, "**iowronly" );    /* src/mpi/romio/adio/include/adioi_error.h */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**iordonly", 0);    ChkMsg( err, MPI_ERR_OTHER, "**iordonly" );    /* src/mpi/romio/adio/include/adioi_error.h */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**ioamodeseq", 0);    ChkMsg( err, MPI_ERR_OTHER, "**ioamodeseq" );    /* src/mpi/romio/adio/include/adioi_error.h */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**iosharedunsupported", 0);    ChkMsg( err, MPI_ERR_OTHER, "**iosharedunsupported" );    /* src/mpi/romio/adio/include/adioi_error.h */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "System call I/O error", 0);    ChkMsg( err, MPI_ERR_OTHER, "System call I/O error" );    {    /* src/mpi/romio/adio/include/adioi_error.h */    char s1[] = "string1";    char s2[] = "string2";     err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "System call I/O error", "Syscall error from %s: %s", s1, s2 );    ChkMsg( err, MPI_ERR_OTHER, "Syscall error from %s: %s" );    }    /* src/mpi/romio/adio/include/adioi_error.h */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "Value for info key not same across processes", 0);    ChkMsg( err, MPI_ERR_OTHER, "Value for info key not same across processes" );    {    /* src/mpi/romio/adio/include/adioi_error.h */    char s1[] = "string1";     err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "Value for info key not same across processes", "Value for info key %s not same across processes", s1 );    ChkMsg( err, MPI_ERR_OTHER, "Value for info key %s not same across processes" );    }    /* src/mpi/romio/adio/common/ad_write_nolock.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "Atomic mode set in I/O function", 0);    ChkMsg( err, MPI_ERR_OTHER, "Atomic mode set in I/O function" );    /* src/mpi/romio/adio/common/ad_prealloc.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**iopreallocrdwr", 0);    ChkMsg( err, MPI_ERR_OTHER, "**iopreallocrdwr" );    /* src/mpi/romio/adio/common/async_list.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "Unknown request optype", 0);    ChkMsg( err, MPI_ERR_OTHER, "Unknown request optype" );    /* src/mpi/romio/adio/common/ad_fstype.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**filename", 0);    ChkMsg( err, MPI_ERR_OTHER, "**filename" );    {    /* src/mpi/romio/adio/common/ad_fstype.c */    char s1[] = "string1";     err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**filename", "**filename %s", s1 );    ChkMsg( err, MPI_ERR_OTHER, "**filename %s" );    }    /* src/mpi/romio/adio/common/ad_fstype.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**iofstypeunsupported", 0);    ChkMsg( err, MPI_ERR_OTHER, "**iofstypeunsupported" );    /* src/mpi/romio/adio/common/ad_open.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**oremote_fail", 0);    ChkMsg( err, MPI_ERR_OTHER, "**oremote_fail" );    /* src/mpi/romio/adio/common/ad_open.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**ioagnomatch", 0);    ChkMsg( err, MPI_ERR_OTHER, "**ioagnomatch" );    /* src/mpi/romio/adio/common/ad_iwrite.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**mpi_grequest_complete", 0);    ChkMsg( err, MPI_ERR_OTHER, "**mpi_grequest_complete" );    /* src/mpi/romio/adio/common/ad_write_coll.c */    err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "Filetype specifies overlapping write regions (which is illegal according to the MPI-2 specification)", 0);    ChkMsg( err, MPI_ERR_OTHER, "Filetype specifies overlapping write regions (which is illegal according to the MPI-2 specification)" );    /* src/mpi/romio/adio/common/ad_write_coll.c */    err = MPIR_Err_cr

⌨️ 快捷键说明

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