Skip to content

Commit 3d46dc8

Browse files
committed
Addressing change requests to Google Cloud HPC platform files.
Signed-off-by: Austen Lauria <awlauria@us.ibm.com>
1 parent 15ad9f9 commit 3d46dc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/platform/google/debug.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ coll_han_priority = 100
8080
# If the system has busy polling enable (net.core.busy_read > 0)
8181
# the performance suffers greatly when using poll. Use epoll
8282
# instead. This should not hurt performance in other cases.
83-
opal_even_include = epoll
83+
opal_event_include = epoll
8484

8585
## Setup MPI options
8686
mpi_show_handle_leaks = 0

contrib/platform/google/optimized.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ coll_han_priority = 100
8080
# If the system has busy polling enable (net.core.busy_read > 0)
8181
# the performance suffers greatly when using poll. Use epoll
8282
# instead. This should not hurt performance in other cases.
83-
opal_even_include = epoll
83+
opal_event_include = epoll
8484

8585
## Setup MPI options
8686
mpi_show_handle_leaks = 0

0 commit comments

Comments
 (0)