Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

SInce you have to run the computation on various graphs, you can do some basic parallelism provided by the @parallel decorator, see https://doc.sagemath.org/html/en/reference/parallel/index.html

click to hide/show revision 2
No.2 Revision

SInce you have to run the computation on various graphs, you can do some basic parallelism provided by the @parallel decorator, see https://doc.sagemath.org/html/en/reference/parallel/index.html

EDIT if tou use the @parallel decorator, you have to specify the number of cpus, e.g. @parallel(ncpus=8)