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