Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
khuck committed Aug 19, 2020
2 parents dcfcda8 + 6f8a63d commit 13d2ee5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/apex/profiler_listener.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1590,7 +1590,8 @@ if (rc != 0) cout << "PAPI error! " << name << ": " << PAPI_strerror(rc) << endl
#endif
// we have to make a local copy, because lockfree queues DO NOT SUPPORT
// shared_ptrs!
thequeue()->enqueue(p);
//thequeue()->enqueue(p);
process_profile(p,0);

#ifndef APEX_HAVE_HPX
// Check to see if the consumer is already running, to avoid calling
Expand Down

0 comments on commit 13d2ee5

Please sign in to comment.