1atst(1) Scotch user's manual atst(1)
2
3
4
6 atst - test the consistency of target architectures
7
9 atst [options] [afile] [lfile]
10
11
13 The atst program checks the consistency of a Scotch decomposition-de‐
14 fined target architecture and, in case of success, outputs some statis‐
15 tics regarding the number of target vertices and the length of paths
16 linking them. Target architectures define the topology of the target
17 graphs used by static mapping programs gmap(1) and dgmap(1).
18
19 The resulting statistics are stored in file lfile. When file names are
20 not specified, data is read from standard input and written to standard
21 output. Standard streams can also be explicitly represented by a dash
22 '-'.
23
24 When the proper libraries have been included at compile time, atst can
25 directly handle compressed files, both as input and output. A stream is
26 treated as compressed whenever its name is postfixed with a compressed
27 file extension, such as in 'brol.tgt.bz2' or '-.gz'. The compression
28 formats which can be supported are the bzip2 format ('.bz2'), the gzip
29 format ('.gz'), and the lzma format ('.lzma').
30
32 -h Display some help.
33
34 -V Display program version and copyright.
35
37 Test the consistency of architecture arch.tgt:
38
39 $ atst arch.tgt
40
41
43 acpl(1), amk_ccc(1), amk_grf(1), dgmap(1), gmap(1), gmtst(1).
44
45 Scotch user's manual.
46
48 Francois Pellegrini <francois.pellegrini@labri.fr>
49
50
51
52 23 November 2019 atst(1)