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 bb6ee60 commit 941f2c1Copy full SHA for 941f2c1
oshmem/runtime/oshmem_shmem_abort.c
@@ -42,7 +42,7 @@ static bool have_been_invoked = false;
42
43
int oshmem_shmem_abort(int errcode)
44
{
45
- char *host, hostname[MAXHOSTNAMELEN];
+ char *host, hostname[OPAL_MAXHOSTNAMELEN];
46
pid_t pid = 0;
47
48
/* Protection for recursive invocation */
0 commit comments