parent
6ee444b46f
commit
618b387e3f
11
README.md
11
README.md
@ -18,7 +18,7 @@ To run all tests, run
|
||||
|
||||
Get the correct environment for the examples folder:
|
||||
|
||||
`julia --project=examples -e 'import Pkg; Pkg.develop("."); Pkg.instantiate()'`
|
||||
`julia --project=examples/ -e 'import Pkg; Pkg.develop(Pkg.PackageSpec(path=pwd())); Pkg.instantiate();'`
|
||||
|
||||
Then execute a specific example:
|
||||
|
||||
@ -91,15 +91,6 @@ Graph:
|
||||
Graph size in memory: 2.0988 MiB
|
||||
2.810 ms (136432 allocations: 7.57 MiB)
|
||||
|
||||
AB->ABBBBBBBBB:
|
||||
Graph:
|
||||
Nodes: Total: 39456442, DataTask: 19728227, ComputeTaskS1: 6235290, ComputeTaskP: 12, ComputeTaskU: 12, ComputeTaskV: 9864100, ComputeTaskS2: 3628800, ComputeTaskSum: 1
|
||||
Edges: 56578129
|
||||
Total Compute Effort: 295923153
|
||||
Total Data Transfer: 175407750
|
||||
Total Compute Intensity: 1.6870585991782006
|
||||
Graph size in memory: 12.7845 GiB
|
||||
|
||||
AB->ABBBBBBB:
|
||||
Graph:
|
||||
Nodes: Total: 438436, DataTask: 219223, ComputeTaskP: 10,
|
||||
|
Loading…
x
Reference in New Issue
Block a user