Commit dd3eed92 authored by lykos98's avatar lykos98
Browse files

purged unnecessary files

parent 6e9128eb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,5 +2,5 @@ main
sync.sh
leo_sync.sh
bb
*.ipynb
**.ipynb*
scalability_results
+0 −6
Original line number Diff line number Diff line
import numpy as np

d = np.fromfile("../norm_data/std_LR_091_0000", dtype=np.float32)
print(d.shape)
d = d.reshape((d.shape[0]//5,5))
print(np.cov(d.T))

CMakeLists.txt

deleted100644 → 0
+0 −15
Original line number Diff line number Diff line
cmake_minimum_required(VERSION 2.4)
project(dadp)

set(CMAKE_C_COMPILER "mpicc")
add_compile_options("-O3")
add_compile_options("-g")
add_compile_options("-fopenmp")
link_libraries("-lm")
link_libraries("-fopenmp")

include_directories(${PROJECT_SOURCE_DIR}/include)

add_executable(main src/main/main.c src/tree/tree.c src/common/common.c src/tree/kdtreeV2.c src/tree/heap.c)

README

deleted100644 → 0
+0 −0

Empty file deleted.

added

deleted100644 → 0
+0 −0

Empty file deleted.

Loading