Skip to content

Commit 003f7d3

Browse files
author
rhc54
authored
Merge pull request #2504 from hppritcha/topic/fix_pmix_base_help_file
pmix: Fix pmix base help file.
2 parents cda9bd3 + 3049848 commit 003f7d3

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

opal/mca/pmix/base/help-pmix-base.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
-*- text -*-
22
#
33
# Copyright (c) 2010 Cisco Systems, Inc. All rights reserved.
4+
# Copyright (c) 2016 Los Alamos National Security, LLC. All rights
5+
# reserved.
46
#
57
# $COPYRIGHT$
68
#
79
# Additional copyrights may follow
810
#
911
# $HEADER$
1012
#
11-
# This is the US/English general help file for OPAL Errmgr HNP module.
13+
# This is the US/English general help file for OPAL PMIx base.
1214
#
13-
[errmgr-hnp:unknown-job-error]
14-
An error has occurred in an unknown job. This generally should not happen
15-
except due to an internal OPAL error.
15+
[pmix2-init-failed]
16+
PMI2_Init failed to intialize. Return code: %d
1617

17-
Job state: %s
18-
19-
This information should probably be reported to the OMPI developers.
18+
[pmix2-init-returned-bad-values]
19+
PMI2_Init was intialized but negative values for job size and/or
20+
rank was returned.

0 commit comments

Comments
 (0)