Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit 3b7d938

Browse files
Ralph Castainjsquyres
authored andcommitted
Update the orte/system/opal_hotel test
(cherry picked from commit open-mpi/ompi@93f7a51)
1 parent feeb1cb commit 3b7d938

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

orte/test/system/opal_hotel.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ int main(int argc, char* argv[])
4747
}
4848

4949
OBJ_CONSTRUCT(&hotel, opal_hotel_t);
50-
opal_hotel_init(&hotel, NUM_RMS, 3000000, OPAL_EV_SYS_HI_PRI, evict_cbfunc);
50+
opal_hotel_init(&hotel, NUM_RMS, opal_sync_event_base,
51+
3000000, OPAL_EV_SYS_HI_PRI, evict_cbfunc);
5152

5253
/* prep the occupants */
5354
for (i=0; i < NUM_OCC; i++) {

0 commit comments

Comments
 (0)