https://gitlab.inria.fr/cado-nfs/cado-nfs
Revision 64af103ac1808897e670f28579916b34f08a2984 authored by Alexander Kruppa on 16 January 2013, 13:32:14 UTC, committed by Alexander Kruppa on 16 January 2013, 13:32:14 UTC
Also fail at exporting CMAKE_DUMP_VARIABLES.
1 parent 5419084
Raw File
Tip revision: 64af103ac1808897e670f28579916b34f08a2984 authored by Alexander Kruppa on 16 January 2013, 13:32:14 UTC
I fail at weirdo CMake if syntax.
Tip revision: 64af103
WhoDunit
For each binary, we give the files it reads, and the files it writes.
The files might be stdin / stdout; in that case, we take the typical name
given in README. Log files are not mentioned.


polyselect:
	reads:
		input number
	writes:
		.poly

makefb:
	reads:
		.poly
	writes:
		.roots

freerels:
	reads:
		.poly
		.roots
	writes:
		.rels (this will be part of the final .rels)

sieve (a.k.a. las):
	reads:
		.poly
		.roots
	writes:
		.rels

check_rels:
	reads:
		.poly
		.rels
	writes:
		.rels (concatenated with output of freerels)

dup1 / dup2:
        reads:
                .rels
        writes:
                .nodup/i/*.rels

purge:
	reads:
		.poly
		.nodup/i/*.rels
	writes:
		.purged

merge / replay:
	reads:
		.purged
	writes:
		.small.bin
		.small.rw.bin
		.small.cw.bin
		.index
		.merge.his (not used thereafter)

linalg (a.k.a. bwc.pl):
	reads:
		.small.bin
		.small.rw.bin
		.small.cw.bin
	writes:
		.K.i

characters:
	reads:
		.poly
		.purged
		.index
		.K.i
	writes:
		.ker

sqrt:
	reads:
		.poly
		.purged
		.index
		.ker
	writes:
                .dep.i
		.dep.rat.i
		.dep.alg.i
back to top