Skip to content
This repository was archived by the owner on May 17, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.settings/
.project
.cproject
.vscode/
bin/
obj/
inputResource/*.csv
Expand Down
8 changes: 3 additions & 5 deletions profile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export OMP_PROC_BIND=close
#export OMP_PLACES={2}:64:1
export OMP_PLACES=threads

dataDir=./inputResource/
dataDir=../
#STRUCTURES=(adListChunked adListShared degAwareRHH stinger)
#STRUCTURES=(graphite adListChunked adListShared degAwareRHH stinger)
STRUCTURES=(graphTango)
Expand All @@ -32,10 +32,8 @@ ALGORITHMS=(
# Max num_nodes to initialize for each dataset
declare -A DATASETS
DATASETS=(
[LiveJournal.csv]=4847571
[orkut.csv]=3072441
[wiki-topcats.csv]=1791489
[WikiTalk.csv]=2394385
[orkut.el]=3072441
# [twitter.el]=61578415
# [rmat_1_1.csv]=1048576
# [rmat_1_2.csv]=1048576
# [rmat_1_4.csv]=1048576
Expand Down
Loading