📄 same_root.c
字号:
/* (C) 2004 by Argonne National Laboratory. See COPYRIGHT in top-level directory.*/#include "collchk.h" int CollChk_same_root(MPI_Comm comm, int root, char* call){ char err_str[COLLCHK_STD_STRLEN]; if (CollChk_same_int(comm, root, call, "Root", err_str) != MPI_SUCCESS) { return CollChk_err_han(err_str, COLLCHK_ERR_ROOT, call, comm); } else { return MPI_SUCCESS; }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -