First time here? Check out the FAQ!

Ask Your Question
1

More system resources for SageMath

asked 3 years ago

tolga gravatar image

I am using SageMath under Windows 10 with the jupyter notebook in Firefox. I have installed SageMath using the Windows installer binaries.

I wonder if there are ways to improve the performance of SageMath. I mean, using more CPU and/or RAM to conclude the computations faster.

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
2

answered 3 years ago

tmonteil gravatar image

I have never used cygwin, hence i am not sure if the use of cygwin restricts some parallel capapilities of Sage (i guess not).

In general, it depends on the task you are asking to Sagemath. Some of them that rely on external libraries might be run in parallel, some of them will only use a single processor. In the later case, if you are running lot of independent tasks in a loop, you can parallelize that loop, in particular, there is a handy @paralleldecorator to help in that task, see https://doc.sagemath.org/html/en/refe...

Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 3 years ago

Seen: 476 times

Last updated: Mar 25 '21