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)