https://github.com/asimogirl/load-balancer
Different implementations of load balancing algorithms in C
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.8%) to scientific vocabulary
Repository
Different implementations of load balancing algorithms in C
Basic Info
- Host: GitHub
- Owner: AsimoGirl
- Language: C
- Default Branch: main
- Size: 9.77 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
- Releases: 0
Metadata Files
README.md
Load Balancer For Distributed Systems
Load balancer implementations with various algorithms
In order to compile the code you must have MPI installed
It is compiled with the command
c
mpicc <file_name>.c -o <file_name>
And it is executed with the command
c
mpirun -n <number_processes> <file_name>
The file loadbalancingleast.c corresponds to the implementation of the least connections algorithm.
The file loadbalancingrandom.c corresponds to the implementation of the random algorithm.
The file loadbalancingrr_pure.c corresponds to the implementation of the round robin algorithm.
The files loadbalancingrrlist1.c and loadbalancingrrwait1.c correspond to edited versions of the round robin algorithm, these versions were much slower than the original round robin so they were not considered in the final document.
Owner
- Name: Sandy
- Login: AsimoGirl
- Kind: user
- Repositories: 37
- Profile: https://github.com/AsimoGirl
I love learning and trying new projects.