+5
−0
+7
−0
+57
−20
examples/distributors/guided/generate.py
0 → 100644
+40
−0
+13
−2
Loading
Closes #88 Closes #125 The distributor will read a shared file including [filename] [host] [size] [offset] and distribute the files accordingly. We assume, as it should happen in SLURM that the nodes are in alphabetical order. Distributors are instantiated per read/write operation. They should be moved to FsData to avoid the overhead. It is also necessary to reduce the creation cost when the distributor reads the data mappings from a file or similar. See merge request !39