You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sage-...@googlegroups.com
Hi,
How can I compile Sage such that atlas gets compiled to use single
thread? I need this because I am writing an explicit parallel code
using Sage's parallel (or mpi4py) and I don't want the individual
processes to start many threads.
Regards,
Rajeev
Volker Braun
unread,
May 19, 2012, 7:07:46 PM5/19/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sage-...@googlegroups.com
You can manually replace the atlas/blas libraries with single-threaded versions.
Also, I think ATLAS is relatively smart about its threshold when it starts using threads. Small matrices are always done in a single thread.