File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,14 @@ int main(int argc, char *argv[])
112
112
exit (1 );
113
113
}
114
114
115
+ /*
116
+ * set environment variable for our install location
117
+ * used within the OMPI prrte schizo component
118
+ */
119
+
120
+ setenv ("OMPI_LIBDIR_LOC" , opal_install_dirs .libdir , 1 );
121
+
122
+
115
123
/* calling mpirun (and now prterun) with a full path has a special
116
124
* meaning in terms of -prefix behavior, so copy that behavior
117
125
* into prterun */
@@ -147,6 +155,9 @@ int main(int argc, char *argv[])
147
155
* Copyright (c) 2020 Cisco Systems, Inc. All rights reserved.
148
156
* Copyright (c) 2021 Nanook Consulting. All rights reserved.
149
157
* Copyright (c) 2022 Amazon.com, Inc. or its affiliates. All Rights reserved.
158
+ * Copyright (c) 2022 Triad National Security, LLC. All rights
159
+ * reserved.
160
+
150
161
* $COPYRIGHT$
151
162
*
152
163
* Additional copyrights may follow
You can’t perform that action at this time.
0 commit comments