File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 10
10
* University of Stuttgart. All rights reserved.
11
11
* Copyright (c) 2004-2005 The Regents of the University of California.
12
12
* All rights reserved.
13
- * Copyright (c) 2007-2020 Cisco Systems, Inc. All rights reserved.
13
+ * Copyright (c) 2007-2022 Cisco Systems, Inc. All rights reserved.
14
14
* Copyright (c) 2006-2009 University of Houston. All rights reserved.
15
15
* Copyright (c) 2009 Sun Microsystems, Inc. All rights reserved.
16
16
* Copyright (c) 2011-2015 Los Alamos National Security, LLC. All rights
@@ -2069,7 +2069,7 @@ static int start_dvm(char **hostfiles, char **dash_host)
2069
2069
execv (cmd , args );
2070
2070
2071
2071
/* if I get here, the execv failed! */
2072
- opal_show_help ("help-ess-base .txt" , "ess-base: execv-error" ,
2072
+ opal_show_help ("help-dpm .txt" , "execv-error" ,
2073
2073
true, cmd , strerror (errno ));
2074
2074
exit (1 );
2075
2075
Original file line number Diff line number Diff line change 1
1
# -*- text -*-
2
2
#
3
3
# Copyright (c) 2020 Intel, Inc. All rights reserved.
4
+ # Copyright (c) 2022 Cisco Systems, Inc. All rights reserved.
4
5
# $COPYRIGHT$
5
6
#
6
7
# Additional copyrights may follow
@@ -44,3 +45,20 @@ the number of procs for each resource and the type of resource to be used.
44
45
Specified value: %s
45
46
46
47
We are not able to proceed. Please correct your application.
48
+ #
49
+ [execv-error]
50
+
51
+ The singleton application was not able to find an executabe in your
52
+ PATH or in the directory where PRTE was initially installed, and
53
+ therefore cannot continue.
54
+
55
+ For reference, we tried the following command:
56
+
57
+ %s
58
+
59
+ and got the error %s.
60
+
61
+ This could mean that your PATH or executable name is wrong, or that
62
+ you do not have the necessary permissions. Please ensure that the
63
+ executable is able to be found and executed as it is required for
64
+ singleton operations.
You can’t perform that action at this time.
0 commit comments