Skip to content

Commit f881440

Browse files
authored
Merge pull request #11601 from awlauria/platform_hpc
Addressing change requests to Google Cloud HPC platform files.
2 parents 15ad9f9 + 3d46dc8 commit f881440

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)