File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ coll_han_priority = 100
80
80
# If the system has busy polling enable (net.core.busy_read > 0)
81
81
# the performance suffers greatly when using poll. Use epoll
82
82
# instead. This should not hurt performance in other cases.
83
- opal_even_include = epoll
83
+ opal_event_include = epoll
84
84
85
85
## Setup MPI options
86
86
mpi_show_handle_leaks = 0
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ coll_han_priority = 100
80
80
# If the system has busy polling enable (net.core.busy_read > 0)
81
81
# the performance suffers greatly when using poll. Use epoll
82
82
# instead. This should not hurt performance in other cases.
83
- opal_even_include = epoll
83
+ opal_event_include = epoll
84
84
85
85
## Setup MPI options
86
86
mpi_show_handle_leaks = 0
You can’t perform that action at this time.
0 commit comments