You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(venv) root@cassiusdjs-A65-ION:/home/cassiusdjs/Documents/ResearchPractice/LFR-Benchmark_UndirWeightOvp# make
g++ -O3 -o lfrbench_udwov ./Sources/benchm.cpp
In file included from ./Sources/./standard_include.cpp:22,
from ./Sources/binary_benchm.cpp:2,
from ./Sources/benchm.cpp:42:
./Sources/./print.cpp: In function ‘int cherr()’:
./Sources/./print.cpp:12:1: warning: no return statement in function returning non-void [-Wreturn-type]
12 | }
| ^
./Sources/./print.cpp: In function ‘int cherr(double)’:
./Sources/./print.cpp:21:1: warning: no return statement in function returning non-void [-Wreturn-type]
21 | }
| ^
In file included from ./Sources/./standard_include.cpp:25:
./Sources/./histograms.cpp: In function ‘int int_histogram(std::vector&, std::ostream&)’:
./Sources/./histograms.cpp:643:1: warning: no return statement in function returning non-void [-Wreturn-type]
643 | }
| ^
./Sources/./histograms.cpp: In function ‘int int_histogram(std::deque&, std::ostream&)’:
./Sources/./histograms.cpp:672:1: warning: no return statement in function returning non-void [-Wreturn-type]
672 | }
| ^
(venv) root@cassiusdjs-A65-ION:/home/cassiusdjs/Documents/ResearchPractice/LFR-Benchmark_UndirWeightOvp# ./lfrbench_udwov -N 1000 -k 15 -maxk 50 -muw 0.1 -minc 20 -maxc 50
setting... -N 1000
setting... -k 15
setting... -maxk 50
setting... -muw 0.1
setting... -minc 20
setting... -maxc 50
network: network.dat
number of nodes: 1000
average degree: 15
maximum degree: 50
exponent for the degree distribution: 2
exponent for the community size distribution: 1
mixing parameter(topology): 0.1
mixing parameter (weights): 0.1
beta exponent: 1.5
number of overlapping nodes: 0
number of memberships of the overlapping nodes: 0
compact communities output format (NMI eval compatible): 0
community size range set equal to [20 , 50]
building communities...
connecting communities...
inserting weights...
recording network...
network of 1000 vertices and 7672 edges; average degree = 15.344
(venv) root@cassiusdjs-A65-ION:/home/cassiusdjs/Documents/ResearchPractice/LFR-Benchmark_UndirWeightOvp# make
g++ -O3 -o lfrbench_udwov ./Sources/benchm.cpp
In file included from ./Sources/./standard_include.cpp:22,
from ./Sources/binary_benchm.cpp:2,
from ./Sources/benchm.cpp:42:
./Sources/./print.cpp: In function ‘int cherr()’:
./Sources/./print.cpp:12:1: warning: no return statement in function returning non-void [-Wreturn-type]
12 | }
| ^
./Sources/./print.cpp: In function ‘int cherr(double)’:
./Sources/./print.cpp:21:1: warning: no return statement in function returning non-void [-Wreturn-type]
21 | }
| ^
In file included from ./Sources/./standard_include.cpp:25:
./Sources/./histograms.cpp: In function ‘int int_histogram(std::vector&, std::ostream&)’:
./Sources/./histograms.cpp:643:1: warning: no return statement in function returning non-void [-Wreturn-type]
643 | }
| ^
./Sources/./histograms.cpp: In function ‘int int_histogram(std::deque&, std::ostream&)’:
./Sources/./histograms.cpp:672:1: warning: no return statement in function returning non-void [-Wreturn-type]
672 | }
| ^
(venv) root@cassiusdjs-A65-ION:/home/cassiusdjs/Documents/ResearchPractice/LFR-Benchmark_UndirWeightOvp# ./lfrbench_udwov -N 1000 -k 15 -maxk 50 -muw 0.1 -minc 20 -maxc 50
setting... -N 1000
setting... -k 15
setting... -maxk 50
setting... -muw 0.1
setting... -minc 20
setting... -maxc 50
network: network.dat
number of nodes: 1000
average degree: 15
maximum degree: 50
exponent for the degree distribution: 2
exponent for the community size distribution: 1
mixing parameter(topology): 0.1
mixing parameter (weights): 0.1
beta exponent: 1.5
number of overlapping nodes: 0
number of memberships of the overlapping nodes: 0
compact communities output format (NMI eval compatible): 0
community size range set equal to [20 , 50]
building communities...
connecting communities...
inserting weights...
recording network...
network of 1000 vertices and 7672 edges; average degree = 15.344
average mixing parameter (topology): 0.09968 +/- 0.0381818
p_in: 0.393149 p_out: 0.00155086
Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered: