Ask Your Question
1

Running sage --testall in parallel

asked 2013-12-29 11:07:33 +0200

Hello there! After an install of sage from binaries (Fedora20), I ran sage --testall. However, it takes quite a lot of time (3000s). I have 4 processors and running this in parallel would shorten it significantly (and it should be easily possible to run the tests in parallel).

Therefore my question: Can I run the tests in parallel? And how?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2013-12-29 12:00:10 +0200

tmonteil gravatar image

updated 2013-12-29 12:05:15 +0200

It is possible to run the doctests in parallel, see this page. In your case, you can use the -tp 4 --all option.

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

Stats

Asked: 2013-12-29 11:07:33 +0200

Seen: 235 times

Last updated: Dec 29 '13