Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
starrygl-DynamicHistory
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhlj
starrygl-DynamicHistory
Commits
649ec368
Commit
649ec368
authored
Dec 08, 2023
by
Wenjie Huang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add METIS dependencies
parent
6fb76097
Show whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
4 additions
and
3 deletions
+4
-3
.gitignore
+0
-3
.gitmodules
+3
-0
legacy/core/__init__.py
+0
-0
legacy/core/a2a.py
+0
-0
legacy/core/acopy.py
+0
-0
legacy/core/cache.py
+0
-0
legacy/core/event.py
+0
-0
legacy/core/gather.py
+0
-0
legacy/core/lache.py
+0
-0
legacy/core/route.py
+0
-0
legacy/core/shrink.py
+0
-0
legacy/core/straight.py
+0
-0
starrygl/parallel/sequence.py
+0
-0
starrygl/parallel/sparse.py
+0
-0
third_party/METIS
+1
-0
No files found.
.gitignore
View file @
649ec368
...
@@ -159,9 +159,6 @@ cython_debug/
...
@@ -159,9 +159,6 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
#.idea/
cora/
/dataset
/dataset
/test_*
/test_*
/*.ipynb
/*.ipynb
/s.py
/third_party
.gitmodules
0 → 100644
View file @
649ec368
[submodule "third_party/METIS"]
path = third_party/METIS
url = https://github.com/KarypisLab/METIS
starrygl
/core/__init__.py
→
legacy
/core/__init__.py
View file @
649ec368
File moved
starrygl
/core/a2a.py
→
legacy
/core/a2a.py
View file @
649ec368
File moved
starrygl
/core/acopy.py
→
legacy
/core/acopy.py
View file @
649ec368
File moved
starrygl
/core/cache.py
→
legacy
/core/cache.py
View file @
649ec368
File moved
starrygl
/core/event.py
→
legacy
/core/event.py
View file @
649ec368
File moved
starrygl
/core/gather.py
→
legacy
/core/gather.py
View file @
649ec368
File moved
starrygl
/core/lache.py
→
legacy
/core/lache.py
View file @
649ec368
File moved
starrygl
/core/route.py
→
legacy
/core/route.py
View file @
649ec368
File moved
starrygl
/core/shrink.py
→
legacy
/core/shrink.py
View file @
649ec368
File moved
starrygl
/core/straight.py
→
legacy
/core/straight.py
View file @
649ec368
File moved
starrygl/parallel/sequence.py
0 → 100644
View file @
649ec368
starrygl/parallel/sparse.py
0 → 100644
View file @
649ec368
METIS
@
f5ae915a
Subproject commit f5ae915a84d3bbf1508b529af90292dd7085b9ec
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment