-
Notifications
You must be signed in to change notification settings - Fork 929
Closed
Labels
Description
I am installing openmpi using the tar distribution, so I directly run ./configure and then run make, when I run make, I got the following error:
btl_tcp_proc.c: In function ‘mca_btl_tcp_proc_create_interface_graph’:
btl_tcp_proc.c:163:20: error: expected identifier or ‘(’ before ‘struct’
163 | opal_if_t *interface = OBJ_NEW(opal_if_t);
| ^~~~~~~~~
btl_tcp_proc.c:164:21: error: expected expression before ‘struct’
164 | if (NULL == interface) {
| ^~~~~~~~~
The only extra option that I added is the prefix=my/install/path. nothing else.