My intention is to create a vector that was formed from the cumulative sum of the original vector in a parallel manner. For example, vec![1, 2, 3, 4] becomes
vec![1, 2, 3, 4]