Commit 9cafaaa3 authored by Ramon Nou's avatar Ramon Nou
Browse files

Resolve "[Alya] Create a new data distributor - Moves instantiation outside read/write"

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
parents 2eeb84a8 32016967
Pipeline #1739 passed with stages
in 16 minutes and 28 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment