DistributedTaskScheduling / JobAdder

Source code of the JobAdder project
GNU General Public License v3.0
2 stars 1 forks source link

User client main class #156

Closed JohannesGaessler closed 4 years ago

JohannesGaessler commented 4 years ago

Fixes https://github.com/DistributedTaskScheduling/JobAdder/issues/154 .

This PR adds a main class for the user client + an executable file called "jobadder" to use on the user client. Some of the components on the user client were incompatible with each other and had to be adjusted. I did not implement any unittests for the user main class.