Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 2547365c authored by Andreas Enge's avatar Andreas Enge
Browse files

Document checkpointing.

* doc/cm.texi: Add a paragraph.
* NEWS: Add an entry.
parent 96946f63
No related branches found
No related tags found
No related merge requests found
Changes in version x.y.z:
- If the environment variable CM_ECPP_TMPDIR is set, write checkpoint
files during the second phase of ECPP while factoring class
polynomials. This makes it possible to interrupt and restart the
computation.
Changes in version 0.4.1 ("Fitzebohnen"), released in January 2023:
- By choosing ECPP parameters differently, difficult prime numbers should
be handled more gracefully. At least a reported difficult step now works
......
......@@ -906,6 +906,15 @@ processes for the parallel version, in which data that is common over
several invocations can be stored. The data is then computed on the first
run and read from disk during subsequent runs. If the environment variable
is not set, the data is recomputed every time.
This concerns files named @code{cm_h.dat} for class numbers and
@code{cm_prim_xxxx.dat} for primorials.
Setting this variable also causes checkpoint files named
@code{cm_factor_xxxxxxxxxxxxxxxx.dat} to be written to this directory;
they are useful when certifying very large numbers, for which the
program execution may be interrupted during the second ECPP phase.
They depend on the number to be certified and can be deleted after
the certificate creation.
It is possible to run only the first, downrun phase or only the second,
CM phase of ECPP using the command line options @code{-1} or @code{-2},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment