Skip to content

Commit

Permalink
#2084: sync with develop
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Apr 4, 2023
1 parent d5c0d9f commit 348fb8e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
1 change: 0 additions & 1 deletion scripts/workflows-azure.ini
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ compiler_type = clang
compiler = clang-13
distro = 22.04
output_name = ci/azure/azure-clang-13-ubuntu-mpich.yml
cmake_cxx_standard = 17

[PR-tests-clang-14]
test_configuration = "clang-14, ubuntu, mpich"
Expand Down
1 change: 0 additions & 1 deletion src/vt/messaging/active.cc
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,6 @@ void ActiveMessenger::prepareActiveMsgToRun(
.withLBData(&bare_handler_lb_data_, bare_handler_dummy_elm_id_for_lb_data_)
.enqueue();
}
amHandlerCount.increment(1);

if (is_term) {
tdRecvCount.increment(1);
Expand Down
17 changes: 0 additions & 17 deletions src/vt/runnable/runnable.h
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ struct RunnableNew {
*/
void run();

#if vt_check_enabled(fcontext)
/**
* \brief Run the task as a lambda!
*/
Expand Down Expand Up @@ -354,22 +353,6 @@ struct RunnableNew {
*/
static void operator delete(void* ptr);

/**
* \internal \brief Operator new for runnables targeting pool
*
* \param[in] sz the allocation size
*
* \return the new allocation
*/
static void* operator new(std::size_t sz);

/**
* \internal \brief Operator develop for runnables
*
* \param[in] ptr the pointer
*/
static void operator delete(void* ptr);

private:
detail::Contexts contexts_; /**< The contexts */
MsgSharedPtr<BaseMsgType> msg_ = nullptr; /**< The associated message */
Expand Down

0 comments on commit 348fb8e

Please sign in to comment.