Shared Matrix modification in parallel

asked 3 years ago

Bakerbakura gravatar image

updated 3 years ago

Hi!

I would like to implement Gaussian elimination on a large matrix in parallel for speed reasons. So I would like to have multiple threads/processes accessing and updating entries of a single copy of this matrix at the same time. Is this possible in SageMath on Linux?

Preview: (hide)