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

Commit 918650a

Browse files
committed
Merge pull request #417 from jsquyres/pr/v2.x-orte-system-test-hotel-fix
Update the orte/system/opal_hotel test
2 parents feeb1cb + 3b7d938 commit 918650a

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)