Update Readme
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
Anton Reinhard 2023-08-18 12:15:33 +02:00
parent 6ee444b46f
commit 618b387e3f

View File

@ -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,