Issue to be resolved
Reading from CSS in parallel is very slow on Discover.
Solution
To maintain higher bandwidth, use fewer than 12 cores/processes when performing read operations. CSS is a NFS filesystem that does not support robust parallelization. Internal testing has shown that reading from CSS with more than 12 cores can degrade bandwidth significantly.
This degradation can be exacerbated if multiple users read in parallel at the same time.


