Ask Your Question

Revision history [back]

This might be related to trac ticket 24937.

Could you try by adding the following before your code :

import os
os.environ["SAGE_NUM_THREADS"] = '16'

This might be related to trac ticket 24937.

Could you try by adding Adding the following before your code :should do the work:

import os
os.environ["SAGE_NUM_THREADS"] = '16'