Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwbrei committed Nov 19, 2024
1 parent e3eb07d commit 0e0fb1b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions src/libraries/JANA/Engine/JExecutionEngine.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <sstream>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>

thread_local int jana2_worker_id = -1;
thread_local JBacktrace* jana2_worker_backtrace = nullptr;
Expand Down
1 change: 0 additions & 1 deletion src/libraries/JANA/JApplicationFwd.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ class JApplication;
extern JApplication* japp;

#include <JANA/Components/JComponentSummary.h>
#include <JANA/Engine/JPerfSummary.h>
#include <JANA/JLogger.h>


Expand Down
4 changes: 0 additions & 4 deletions src/libraries/JANA/Topology/JTopologyBuilder.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#include <JANA/Utils/JProcessorMapping.h>
#include <JANA/Topology/JEventQueue.h>
#include <JANA/Topology/JEventPool.h>
#include <JANA/Engine/JPerfMetrics.h> // TODO: Should't be here

#include <JANA/Services/JParameterManager.h>
#include <JANA/Services/JComponentManager.h>
Expand All @@ -18,8 +17,6 @@
class JParameterManager;
class JComponentManager;
class JArrow;
class JQueue;
class JQueue;
class JFoldArrow;
class JUnfoldArrow;

Expand All @@ -44,7 +41,6 @@ class JTopologyBuilder : public JService {
// Things that probably shouldn't be here
std::function<void(JTopologyBuilder&)> m_configure_topology;
JEventPool* event_pool = nullptr; // TODO: Move into pools eventually
JPerfMetrics metrics;
JProcessorMapping mapping;

public:
Expand Down

0 comments on commit 0e0fb1b

Please sign in to comment.