Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion particle_structs/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ set(HEADERS

scs/SCS_Macros.h
scs/SCS_Types.h
scs/SCSPair.h
scs/SCS_sort.h
scs/SCS_rebuild.h
scs/SCS_migrate.h
Expand Down
41 changes: 0 additions & 41 deletions particle_structs/src/scs/SCSPair.h

This file was deleted.

2 changes: 0 additions & 2 deletions particle_structs/src/scs/SellCSigma.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#include <Kokkos_UnorderedMap.hpp>
#include <Kokkos_Pair.hpp>
#include <Kokkos_Sort.hpp>
#include "SCSPair.h"
#include "scs_input.hpp"
#include <particle_structs.hpp>
#include <ppTiming.hpp>
Expand Down Expand Up @@ -45,7 +44,6 @@ class SellCSigma : public ParticleStructure<DataTypes, MemSpace> {
template <std::size_t N> using Slice = Segment<DataType<N>, device_type>;
#endif
typedef Kokkos::TeamPolicy<execution_space> PolicyType;
typedef Kokkos::View<MyPair*, device_type> PairView;
typedef Kokkos::UnorderedMap<gid_t, lid_t, device_type> GID_Mapping;
typedef SCS_Input<DataTypes, MemSpace> Input_T;

Expand Down