First time here? Check out the FAQ!

Ask Your Question
1

Running sage --testall in parallel

asked 11 years ago

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?

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
3

answered 11 years ago

tmonteil gravatar image

updated 11 years ago

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

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

Stats

Asked: 11 years ago

Seen: 310 times

Last updated: Dec 29 '13