File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 32
32
static char * find_prterun (void )
33
33
{
34
34
char * filename = NULL ;
35
+ #if !OMPI_USING_INTERNAL_PRRTE
35
36
char * prrte_prefix = NULL ;
37
+ #endif
36
38
37
39
/* 1) Did the user tell us exactly where to find prterun? */
38
40
filename = getenv ("OMPI_PRTERUN" );
@@ -144,7 +146,7 @@ int main(int argc, char *argv[])
144
146
* Copyright (c) 2004-2005 The Regents of the University of California.
145
147
* All rights reserved.
146
148
* Copyright (c) 2017-2020 Intel, Inc. All rights reserved.
147
- * Copyright (c) 2020 Cisco Systems, Inc. All rights reserved.
149
+ * Copyright (c) 2020-2022 Cisco Systems, Inc. All rights reserved
148
150
* Copyright (c) 2021 Nanook Consulting. All rights reserved.
149
151
* Copyright (c) 2022 Amazon.com, Inc. or its affiliates. All Rights reserved.
150
152
* $COPYRIGHT$
You can’t perform that action at this time.
0 commit comments