Ask Your Question
1

More system resources for SageMath

asked 2021-03-25 08:14:33 +0200

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.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2021-03-25 09:03:07 +0200

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...

edit flag offensive delete link more

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: 2021-03-25 08:14:33 +0200

Seen: 299 times

Last updated: Mar 25 '21