5 | | - running `make ptestlong` or `sage -tp 0 <files>` will doctest in parallel using 16 threads. If the `-j` flag in `MAKE` is empty or not set, then determine the number of threads as before: `min(8, cpu_count())`. |
| 5 | - running `make ptestlong` or `sage -tp 0 <files>` will doctest in parallel using 16 threads. If the `-j` flag in `MAKE` is not set, then determine the number of threads as before: `min(8, cpu_count())`. |
| 6 | |
| 7 | - TODO: running `./sage -b` will build the Sage library using 16 threads. If the `-j` flag in `MAKE` is not set, then use only 1 thread. |