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 e883462 + a479bee commit 8df9f53Copy full SHA for 8df9f53
opal/mca/shmem/mmap/shmem_mmap_component.c
@@ -14,6 +14,7 @@
14
* Copyright (c) 2010-2015 Los Alamos National Security, LLC. All rights
15
* reserved.
16
* Copyright (c) 2016 Intel, Inc. All rights reserved.
17
+ * Copyright (c) 2019 Sylabs, Inc. All rights reserved.
18
* $COPYRIGHT$
19
*
20
* Additional copyrights may follow
@@ -110,6 +111,9 @@ mmap_register(void)
110
111
OPAL_INFO_LVL_3,
112
MCA_BASE_VAR_SCOPE_ALL_EQ,
113
&mca_shmem_mmap_component.priority);
114
+ if (0 > ret) {
115
+ return ret;
116
+ }
117
118
/*
119
* Do we want the "warning: your mmap file is on NFS!" message? Per a
0 commit comments