Skip to content

Commit 3c856d2

Browse files
author
Kieran Elmes
committed
clean up untracked things in repo
1 parent dca1faa commit 3c856d2

16 files changed

+412
-863
lines changed

.gitignore

+13-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,16 @@ output.txt
3838
minimal.supp
3939
x.mtx
4040
config.*
41-
configure.scan
41+
configure.scan
42+
*.a
43+
*.gcda
44+
*.dat
45+
src/.deps*
46+
simulated_data
47+
small_x2_correct_beta
48+
run/*
49+
testing_stuff/
50+
libtool
51+
lto_pgo
52+
.buildconfig
53+
config/*

.gitmodules

-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "rust_rewrite/TurboPFor"]
2-
path = rust_rewrite/TurboPFor
3-
url = https://github.com/powturbo/TurboPFor

AUTHORS

Whitespace-only changes.

COPYING

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/usr/share/automake-1.16/COPYING

ChangeLog

Whitespace-only changes.

INSTALL

+368
Large diffs are not rendered by default.

NEWS

Whitespace-only changes.

README

Whitespace-only changes.

runtimes_w_bins

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
i5-4570:
2+
- 4 cores: 6.8951s
3+
- 1 core: 6.3707s
4+
5+
opteron 6276:
6+
- 1 core: 19.7574s
7+
- 8 cores: 14.0832s
8+
9+
- 16 cores (w/ bins up to 64): 11.1689s
10+
11+
12+
old_master (opteron):
13+
14+
single: 15.7037
15+
32 : 5.3128
16+
17+
GSL_RNG_SEED=42
18+
19+
multi-multi, no overlap (mean set size 3.6):
20+
- 8.6318s
21+
22+
col-multi only, no overlap:
23+
- 6.4218s
24+
25+
26+
- m/s 21s
27+
- m/m 26s
28+

rust_rewrite/Cargo.toml

-22
This file was deleted.

rust_rewrite/Makefile

-13
This file was deleted.

rust_rewrite/TurboPFor

-1
This file was deleted.

rust_rewrite/build.rs

-84
This file was deleted.

0 commit comments

Comments
 (0)