1 | initial version |
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'
2 | No.2 Revision |
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'