Skip to content

Commit

Permalink
Updating deprecated HPX headers
Browse files Browse the repository at this point in the history
  • Loading branch information
khuck committed Jul 17, 2020
1 parent 0398c1f commit 2316438
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/apex/apex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
#include <hpx/include/performance_counters.hpp>
#include <hpx/include/actions.hpp>
#include <hpx/include/util.hpp>
#include <hpx/local_lcos/composable_guard.hpp>
#include <hpx/lcos_local/composable_guard.hpp>
#include "global_constructor_destructor.h"
#endif // APEX_HAVE_HPX

Expand Down
2 changes: 1 addition & 1 deletion src/apex/policy_handler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#ifdef APEX_HAVE_HPX
#include <hpx/hpx.hpp>
#include <hpx/util/interval_timer.hpp>
#include <hpx/modules/runtime_local.hpp>
#endif

#include "apex_types.h"
Expand Down
2 changes: 1 addition & 1 deletion src/apex/profiler_listener.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ std::mutex event_set_mutex;
#include <hpx/include/performance_counters.hpp>
#include <hpx/include/actions.hpp>
#include <hpx/include/util.hpp>
#include <hpx/local_lcos/composable_guard.hpp>
#include <hpx/lcos_local/composable_guard.hpp>
static void apex_schedule_process_profiles(void); // not in apex namespace
const int num_non_worker_threads_registered = 1; // including the main thread
//bool synchronous_flush{false};
Expand Down

0 comments on commit 2316438

Please sign in to comment.