We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ba9b69 commit 96ab9f3Copy full SHA for 96ab9f3
deps/gen_functions.c
@@ -85,7 +85,7 @@ int main(int argc, char *argv[]) {
85
STRING(MPI_TYPE_COMMIT));
86
printf(")\n");
87
printf("\n");
88
- printf("bitstype %d CComm\n", (int)(sizeof(MPI_Comm) * 8));
+ printf("primitive type CComm %d end\n", (int)(sizeof(MPI_Comm) * 8));
89
90
return 0;
91
}
0 commit comments