Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Shared Matrix modification in parallel

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?

Shared Matrix modification in parallel

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?SageMath on Linux?