GETRF: Add a bcast version of the workspace without ring
- Add a ringswitch parameter to getrf that can be parameterized through the environment variable
CHAMELEON_GETRFF_RINGSWITCH
- Use the parameter to switch from a classic bcast (copy from the original panel to all other nodes directly) or a ring bcast (data is transfered from one node to the next one)
Merge request reports
Activity
changed milestone to %Chameleon 1.3.0
added Feature label
requested review from @alisito
assigned to @faverge
enabled an automatic merge when all merge checks for 1bef67ec pass
mentioned in commit e40dd027
Please register or sign in to reply