Skip to content

Commit

Permalink
refactor: mapping: #26: Files are renamed and refactored
Browse files Browse the repository at this point in the history
  • Loading branch information
Aram Markosyan committed Oct 5, 2017
1 parent f7f078c commit fb2b603
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ set(
barrier collective configs/debug configs/features configs/types context
event messaging pool data registry parameterization handler sequence
termination trace tree scheduler utils/demangle utils/bits demangle
location topos topos/index utils/container utils/detector serialization
location topos/mapping topos/index utils/container utils/detector
serialization
)

include_directories(${PROJECT_SOURCE_DIR})
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

#include "config.h"
#include "topos/index/index.h"
#include "topos_mapping_dense.h"
#include "mapping_dense.h"

namespace vt { namespace mapping {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#include "config.h"
#include "topos/index/index.h"
#include "topos_mapping.h"
#include "mapping.h"

namespace vt { namespace mapping {

Expand Down Expand Up @@ -45,6 +45,6 @@ NodeType dense3DBlockMap(Idx3DRef idx, Idx3DRef max_idx, NodeRef nnodes);

}} // end namespace vt::location

#include "topos_mapping_dense.impl.h"
#include "mapping_dense.impl.h"

#endif /*INCLUDED_TOPOS_MAPPING_DENSE*/
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#include "config.h"
#include "topos/index/index.h"
#include "topos_mapping.h"
#include "mapping.h"

namespace vt { namespace mapping {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#if !defined INCLUDED_TOPOS_MAPPING_HEADERS
#define INCLUDED_TOPOS_MAPPING_HEADERS

#include "topos_mapping.h"
#include "topos_mapping_dense.h"
#include "mapping.h"
#include "mapping_dense.h"

#endif /*INCLUDED_TOPOS_MAPPING_HEADERS*/
2 changes: 1 addition & 1 deletion src/transport.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include "scheduler.h"
#include "location.h"
#include "topos/index/index.h"
#include "topos/topos_mapping_headers.h"
#include "topos/mapping/mapping_headers.h"
#include "context_vrtheaders.h"

#endif /*__RUNTIME_TRANSPORT__*/

0 comments on commit fb2b603

Please sign in to comment.