Skip to content

Commit

Permalink
Merge branch 'task/kab163/resource-aware-pool' of github.com:LLNL/Ump…
Browse files Browse the repository at this point in the history
…ire into task/kab163/resource-aware-pool
  • Loading branch information
kab163 committed Sep 16, 2024
2 parents 3a6f2ee + 0955ad7 commit cd159b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/rap_example.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <stdio.h>

#include <iostream>

#include "camp/camp.hpp"
Expand Down Expand Up @@ -89,7 +90,7 @@ int main(int, char**)

UMPIRE_ASSERT(getResource(pool, a) == r2);

//Use Camp resource to synchronize devices
// Use Camp resource to synchronize devices
r1.get_event().wait();

#if defined(UMPIRE_ENABLE_DEVICE)
Expand Down

0 comments on commit cd159b8

Please sign in to comment.