tomcucinotta / distwalk

Distributed processing emulation tool
GNU General Public License v3.0
2 stars 4 forks source link

First changes to dw_client input args + bug fix dw_node + misc #16

Closed deRemo closed 1 year ago

deRemo commented 1 year ago

1) Introduced two new client input arguments (-cl, -sv) to replace -b, -bp, -sn and -sp. This should make it easier to implement the next steps regarding ordered, chains of operations with forwarding.

2) Consequently deduplicated the logic for resolving hostnames and creating the corresponding internet addresses

3) Fixed an infinite loop in load due to a wrong seek position (re-check if approach is sound)

4) Misc: test updates with new executable names, gitignore update etc.