(Note: in newer versions of cado-nfs, after june 2020, the `-badidealinfo
(Note: in newer versions of cado-nfs, after June 2020, the `-badidealinfo
$DATA/dlp240.badidealinfo` arguments to the `dup2` program must be
replaced by `-poly dlp240.poly`.)
...
...
@@ -406,8 +406,8 @@ However on the very coarse-grain level we focus on two of them:
* _how dense_ we want the final matrix to be.
Sieving more is expected to have a beneficial impact on the matrix size,
but this benefit can become marginal, reaching a point of diminishing
returns eventually. Allowing for a denser matrix also makes it possible
but this benefit can become marginal, eventually reaching a point of diminishing
returns. Allowing a denser matrix also makes it possible
to have fewer rows in the final matrix, which is good for various memory
related concerns.
...
...
@@ -482,8 +482,11 @@ export MPI
where the last 16 lines (steps `3-krylov`) correspond to the 16 "sequences" (vector blocks
numbered `0-1`, `1-2`, until `15-16`). These sequences can
be run concurrently on different sets of nodes, with no synchronization
needed. Each of these 16 sequences needs about 90 days to complete (in practice, we used a different platform than the one we report timings for, but the timings and calendar time was in the same ballpark). Jobs can be interrupted, and must simply be restarted exactly
from where they left off. E.g., if the latest of the `V1-2.*` files in
needed. Each of these 16 sequences needs about 90 days to complete (in
practice, we used a different platform than the one we report timings
for, but the timings and calendar time was in the same ballpark). Jobs
can be interrupted, and may be restarted exactly
where they left off. E.g., if the latest of the `V1-2.*` files in
`$DATA` is `V1-2.86016`, then the job for sequence 1 can be restarted
with:
```shell
...
...
@@ -491,7 +494,7 @@ with:
```
Cheap sanity checks can be done periodically with the following script,
which does all checks it can do (note that the command is happy if it
which does all of the checks it can do (note that the command is happy if it
finds _no_ check to do as well!)
```shell
export matrix=$DATA/dlp240.matrix7.250.bin
...
...
@@ -578,7 +581,7 @@ uncompressed files `$DATA/purged7_withsm.txt` and `$DATA/relsdel7_withsm.txt` th