📄 errcode.c
字号:
/* src/mpi/datatype/type_create_resized.c */ int i1 = MPI_INT; int i2 = 2; int i3 = 3; char s4[] = "pointer4"; err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**mpi_type_create_resized", "**mpi_type_create_resized %D %d %d %p", i1, i2, i3, s4 ); ChkMsg( err, MPI_ERR_OTHER, "**mpi_type_create_resized %D %d %d %p" ); } /* src/mpi/datatype/type_create_struct.c */ err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**mpi_type_create_struct", 0); ChkMsg( err, MPI_ERR_OTHER, "**mpi_type_create_struct" ); { /* src/mpi/datatype/type_create_struct.c */ int i1 = 1; char s2[] = "pointer2"; char s3[] = "pointer3"; char s4[] = "pointer4"; char s5[] = "pointer5"; err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**mpi_type_create_struct", "**mpi_type_create_struct %d %p %p %p %p", i1, s2, s3, s4, s5 ); ChkMsg( err, MPI_ERR_OTHER, "**mpi_type_create_struct %d %p %p %p %p" ); } /* src/mpi/datatype/type_create_subarray.c */ err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**argrange", 0); ChkMsg( err, MPI_ERR_OTHER, "**argrange" ); { /* src/mpi/datatype/type_create_subarray.c */ char s1[] = "string1"; int i2 = 2; int i3 = 3; err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**argrange", "**argrange %s %d %d", s1, i2, i3 ); ChkMsg( err, MPI_ERR_OTHER, "**argrange %s %d %d" ); } /* src/mpi/datatype/type_create_subarray.c */ err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**mpi_type_create_subarray", 0); ChkMsg( err, MPI_ERR_OTHER, "**mpi_type_create_subarray" ); { /* src/mpi/datatype/type_create_subarray.c */ int i1 = 1; char s2[] = "pointer2"; char s3[] = "pointer3"; char s4[] = "pointer4"; int i5 = 5; int i6 = MPI_INT; char s7[] = "pointer7"; err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**mpi_type_create_subarray", "**mpi_type_create_subarray %d %p %p %p %d %D %p", i1, s2, s3, s4, i5, i6, s7 ); ChkMsg( err, MPI_ERR_OTHER, "**mpi_type_create_subarray %d %p %p %p %d %D %p" ); } /* src/mpi/datatype/type_dup.c */ err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**mpi_type_dup", 0); ChkMsg( err, MPI_ERR_OTHER, "**mpi_type_dup" ); { /* src/mpi/datatype/type_dup.c */ int i1 = MPI_INT; char s2[] = "pointer2"; err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**mpi_type_dup", "**mpi_type_dup %D %p", i1, s2 ); ChkMsg( err, MPI_ERR_OTHER, "**mpi_type_dup %D %p" ); } /* src/mpi/datatype/type_extent.c */ err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**mpi_type_extent", 0); ChkMsg( err, MPI_ERR_OTHER, "**mpi_type_extent" ); { /* src/mpi/datatype/type_extent.c */ int i1 = MPI_INT; char s2[] = "pointer2"; err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**mpi_type_extent", "**mpi_type_extent %D %p", i1, s2 ); ChkMsg( err, MPI_ERR_OTHER, "**mpi_type_extent %D %p" ); } /* src/mpi/datatype/type_free.c */ err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**dtypeperm", 0); ChkMsg( err, MPI_ERR_OTHER, "**dtypeperm" ); /* src/mpi/datatype/type_free.c */ err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**mpi_type_free", 0); ChkMsg( err, MPI_ERR_OTHER, "**mpi_type_free" ); { /* src/mpi/datatype/type_free.c */ char s1[] = "pointer1"; err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**mpi_type_free", "**mpi_type_free %p", s1 ); ChkMsg( err, MPI_ERR_OTHER, "**mpi_type_free %p" ); } /* src/mpi/datatype/type_get_contents.c */ err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**mpi_type_get_contents", 0); ChkMsg( err, MPI_ERR_OTHER, "**mpi_type_get_contents" ); { /* src/mpi/datatype/type_get_contents.c */ int i1 = MPI_INT; int i2 = 2; int i3 = 3; int i4 = 4; char s5[] = "pointer5"; char s6[] = "pointer6"; char s7[] = "pointer7"; err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**mpi_type_get_contents", "**mpi_type_get_contents %D %d %d %d %p %p %p", i1, i2, i3, i4, s5, s6, s7 ); ChkMsg( err, MPI_ERR_OTHER, "**mpi_type_get_contents %D %d %d %d %p %p %p" ); } /* src/mpi/datatype/type_get_envelope.c */ err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**mpi_type_get_envelope", 0); ChkMsg( err, MPI_ERR_OTHER, "**mpi_type_get_envelope" ); { /* src/mpi/datatype/type_get_envelope.c */ int i1 = MPI_INT; char s2[] = "pointer2"; char s3[] = "pointer3"; char s4[] = "pointer4"; char s5[] = "pointer5"; err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**mpi_type_get_envelope", "**mpi_type_get_envelope %D %p %p %p %p", i1, s2, s3, s4, s5 ); ChkMsg( err, MPI_ERR_OTHER, "**mpi_type_get_envelope %D %p %p %p %p" ); } /* src/mpi/datatype/type_get_extent.c */ err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**mpi_type_get_extent", 0); ChkMsg( err, MPI_ERR_OTHER, "**mpi_type_get_extent" ); { /* src/mpi/datatype/type_get_extent.c */ int i1 = MPI_INT; char s2[] = "pointer2"; char s3[] = "pointer3"; err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**mpi_type_get_extent", "**mpi_type_get_extent %D %p %p", i1, s2, s3 ); ChkMsg( err, MPI_ERR_OTHER, "**mpi_type_get_extent %D %p %p" ); } { /* src/mpi/datatype/type_get_name.c */ char s1[] = "string1"; err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**fail", "**fail %s", s1 ); ChkMsg( err, MPI_ERR_OTHER, "**fail %s" ); } /* src/mpi/datatype/type_get_name.c */ err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**mpi_type_get_name", 0); ChkMsg( err, MPI_ERR_OTHER, "**mpi_type_get_name" ); { /* src/mpi/datatype/type_get_name.c */ int i1 = MPI_INT; char s2[] = "pointer2"; char s3[] = "pointer3"; err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**mpi_type_get_name", "**mpi_type_get_name %D %p %p", i1, s2, s3 ); ChkMsg( err, MPI_ERR_OTHER, "**mpi_type_get_name %D %p %p" ); } /* src/mpi/datatype/type_get_true_extent.c */ err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**mpi_type_get_true_extent", 0); ChkMsg( err, MPI_ERR_OTHER, "**mpi_type_get_true_extent" ); { /* src/mpi/datatype/type_get_true_extent.c */ int i1 = MPI_INT; char s2[] = "pointer2"; char s3[] = "pointer3"; err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**mpi_type_get_true_extent", "**mpi_type_get_true_extent %D %p %p", i1, s2, s3 ); ChkMsg( err, MPI_ERR_OTHER, "**mpi_type_get_true_extent %D %p %p" ); } /* src/mpi/datatype/type_hindexed.c */ err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**mpi_type_hindexed", 0); ChkMsg( err, MPI_ERR_OTHER, "**mpi_type_hindexed" ); { /* src/mpi/datatype/type_hindexed.c */ int i1 = 1; char s2[] = "pointer2"; char s3[] = "pointer3"; int i4 = MPI_INT; char s5[] = "pointer5"; err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**mpi_type_hindexed", "**mpi_type_hindexed %d %p %p %D %p", i1, s2, s3, i4, s5 ); ChkMsg( err, MPI_ERR_OTHER, "**mpi_type_hindexed %d %p %p %D %p" ); } /* src/mpi/datatype/type_hvector.c */ err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**mpi_type_hvector", 0); ChkMsg( err, MPI_ERR_OTHER, "**mpi_type_hvector" ); { /* src/mpi/datatype/type_hvector.c */ int i1 = 1; int i2 = 2; int i3 = 3; int i4 = MPI_INT; char s5[] = "pointer5"; err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**mpi_type_hvector", "**mpi_type_hvector %d %d %d %D %p", i1, i2, i3, i4, s5 ); ChkMsg( err, MPI_ERR_OTHER, "**mpi_type_hvector %d %d %d %D %p" ); } /* src/mpi/datatype/type_indexed.c */ err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**mpi_type_indexed", 0); ChkMsg( err, MPI_ERR_OTHER, "**mpi_type_indexed" ); { /* src/mpi/datatype/type_indexed.c */ int i1 = 1; char s2[] = "pointer2"; char s3[] = "pointer3"; int i4 = MPI_INT; char s5[] = "pointer5"; err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**mpi_type_indexed", "**mpi_type_indexed %d %p %p %D %p", i1, s2, s3, i4, s5 ); ChkMsg( err, MPI_ERR_OTHER, "**mpi_type_indexed %d %p %p %D %p" ); } /* src/mpi/datatype/type_lb.c */ err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**mpi_type_lb", 0); ChkMsg( err, MPI_ERR_OTHER, "**mpi_type_lb" ); { /* src/mpi/datatype/type_lb.c */ int i1 = MPI_INT; char s2[] = "pointer2"; err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**mpi_type_lb", "**mpi_type_lb %D %p", i1, s2 ); ChkMsg( err, MPI_ERR_OTHER, "**mpi_type_lb %D %p" ); } /* src/mpi/datatype/type_match_size.c */ err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**typematchnoclass", 0); ChkMsg( err, MPI_ERR_OTHER, "**typematchnoclass" ); /* src/mpi/datatype/type_match_size.c */ err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**typematchsize", 0); ChkMsg( err, MPI_ERR_OTHER, "**typematchsize" ); { /* src/mpi/datatype/type_match_size.c */ char s1[] = "string1"; int i2 = 2; err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**typematchsize", "**typematchsize %s %d", s1, i2 ); ChkMsg( err, MPI_ERR_OTHER, "**typematchsize %s %d" ); } /* src/mpi/datatype/type_match_size.c */ err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**mpi_type_match_size", 0); ChkMsg( err, MPI_ERR_OTHER, "**mpi_type_match_size" ); { /* src/mpi/datatype/type_match_size.c */ int i1 = 1; int i2 = 2; char s3[] = "pointer3"; err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**mpi_type_match_size", "**mpi_type_match_size %d %d %p", i1, i2, s3 ); ChkMsg( err, MPI_ERR_OTHER, "**mpi_type_match_size %d %d %p" ); } /* src/mpi/datatype/type_set_name.c */ err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**typenamelen", 0); ChkMsg( err, MPI_ERR_OTHER, "**typenamelen" ); { /* src/mpi/datatype/type_set_name.c */ int i1 = 1; err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**typenamelen", "**typenamelen %d", i1 ); ChkMsg( err, MPI_ERR_OTHER, "**typenamelen %d" ); } /* src/mpi/datatype/type_set_name.c */ err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**mpi_type_set_name", 0); ChkMsg( err, MPI_ERR_OTHER, "**mpi_type_set_name" ); { /* src/mpi/datatype/type_set_name.c */ int i1 = MPI_INT; char s2[] = "string2"; err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**mpi_type_set_name", "**mpi_type_set_name %D %s", i1, s2 ); ChkMsg( err, MPI_ERR_OTHER, "**mpi_type_set_name %D %s" ); } /* src/mpi/datatype/type_size.c */ err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_ERR_RECOVERABLE, "errcode::main", __LINE__, MPI_ERR_OTHER, "**mpi_type_size", 0); ChkMsg( err, MPI_ERR_OTHER, "**mpi_type_size" ); { /* src/mpi/datatype/type_size.c */ int i1 = MPI_INT; char s2[] = "pointer2"; err = MPIR_Err_create_code(MPI_SUCCESS, MPIR_E
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -