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.
2 parents 5ce66b0 + 4cb4058 commit d6b9443Copy full SHA for d6b9443
ompi/debuggers/ompi_msgq_dll.c
@@ -193,8 +193,6 @@ static char mqs_version_str[OMPI_MAX_VER_SIZE];
193
/* This one can say what you like */
194
char *mqs_version_string (void)
195
{
196
- return "Open MPI message queue support for parallel"
197
- " debuggers compiled on " __DATE__;
198
int offset;
199
offset = snprintf(mqs_version_str, OMPI_MAX_VER_SIZE-1,
200
"Open MPI message queue support for parallel debuggers ");
0 commit comments