File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed
Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 11name = " AsynchronousIterativeAlgorithms"
22uuid = " 329f2bf2-1773-4f40-9abf-1830ae341a86"
33authors = [" selim-chraibi" ]
4- version = " 0.1.4 "
4+ version = " 0.1.5 "
55
66[deps ]
77Distributed = " 8ba89e20-285c-5b6f-9357-94700520ee1b"
Original file line number Diff line number Diff line change 99[ build-img ] : https://github.com/Selim78/AsynchronousIterativeAlgorithms.jl/actions/workflows/CI.yml/badge.svg?branch=main
1010[ build-url ] : https://github.com/Selim78/AsynchronousIterativeAlgorithms.jl/actions/workflows/CI.yml?query=branch%3Amain
1111
12- 🧮` AsynchronousIterativeAlgorithms.jl ` handles the distributed asynchronous communication, so you can focus on designing your algorithm.
12+ 🧮 ` AsynchronousIterativeAlgorithms.jl ` handles the distributed asynchronous communication, so you can focus on designing your algorithm.
1313
1414💽 It also offers a convenient way to manage the distribution of your problem's data across multiple processes or remote machines.
1515
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ CurrentModule = AsynchronousIterativeAlgorithms
44# [ AsynchronousIterativeAlgorithms.jl] ( https://github.com/Selim78/AsynchronousIterativeAlgorithms.jl )
55
66
7- 🧮` AsynchronousIterativeAlgorithms.jl ` handles the distributed asynchronous communications, so you can focus on designing your algorithm.
7+ 🧮 ` AsynchronousIterativeAlgorithms.jl ` handles the distributed asynchronous communications, so you can focus on designing your algorithm.
88
99💽 It also offers a convenient way to manage the distribution of your problem's data across multiple processes or remote machines.
1010
Original file line number Diff line number Diff line change 1+ """
2+ 🧮 AsynchronousIterativeAlgorithms.jl handles the distributed asynchronous communication, so you can focus on
3+ designing your algorithm.
4+
5+ 💽 It also offers a convenient way to manage the distribution of your problem's data across multiple processes or
6+ remote machines.
7+
8+ 📚 Full manual available at https://selim78.github.io/AsynchronousIterativeAlgorithms.jl/dev/
9+ """
110module AsynchronousIterativeAlgorithms
211
312 include (" network.jl" )
413 include (" abstract_algorithm.jl" )
514 include (" start.jl" )
615 include (" algorithm_templates.jl" )
716
8- end
17+ end
You can’t perform that action at this time.
0 commit comments