Skip to content

Commit 4baddf1

Browse files
author
David Cock
committed
* Added a large-memory testcase
1 parent f62d9e1 commit 4baddf1

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.hgignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ filter_samples
2323
smooth
2424
drop_samples
2525
row_average
26+
test_sparse

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,12 @@ row_average: row_average.o ${SPARSE_OBJS}
106106

107107
TEST_MATRICES=matrix1
108108

109+
ifdef BIGMEM
110+
# This matrix requires 2.5GB of memory to build, and roughly 2*ncores GB
111+
# to simulate
112+
TEST_MATRICES+= matrix2
113+
endif
114+
109115
TEST_TARGETS= \
110116
$(patsubst %,test/%.plot,${TEST_MATRICES}) \
111117
$(patsubst %,test/%.capacity,${TEST_MATRICES}) \

test/matrix2.samples.xz

7.12 MB
Binary file not shown.

0 commit comments

Comments
 (0)