Skip to content

Commit 136f014

Browse files
committed
HiCMA v0.1.0
1 parent b3fd518 commit 136f014

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+12864
-16
lines changed

.gitignore

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
.DS_Store
2+
._.DS_Store
3+
exp/trace
4+
exp/err
5+
exp/cerr
6+
exp/out
7+
exp/ranks
8+
main
9+
tags
10+
build*
11+
112
# Object files
213
*.o
314
*.ko

.gitmodules

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[submodule "cmake_modules/ecrc"]
2+
path = cmake_modules/ecrc
3+
url = https://github.com/ecrc/ecrc_cmake
4+
[submodule "stars-h"]
5+
path = stars-h
6+
url = https://github.com/ecrc/stars-h.git
7+
[submodule "chameleon"]
8+
path = chameleon
9+
url = https://gitlab.inria.fr/solverstack/chameleon.git

0 commit comments

Comments
 (0)