Man page - gmk_hy-long(1)
Packages contas this manual
- gmk_ub2-int64(1)
- amk_fft2(1)
- mtst-int32(1)
- mtst-long(1)
- scotch_gpart-int64(1)
- mmk_m2-int64(1)
- gout(1)
- gmtst-int64(1)
- gotst-long(1)
- gmk_m3-long(1)
- gscat(1)
- scotch_test_fax-int64(1)
- gscat-int64(1)
- scotch_gpart(1)
- gmk_m2-int32(1)
- gmtst(1)
- gord-int32(1)
- gtst-long(1)
- acpl-int32(1)
- amk_m2(1)
- amk_hy-int32(1)
- gotst-int64(1)
- scotch_gpart-long(1)
- scotch_gpart-int32(1)
- mcv-int32(1)
- gtst(1)
- mmk_m3-long(1)
- gmk_m3-int64(1)
- mord-int64(1)
- gcv-long(1)
- gscat-int32(1)
- scotch_test_fax-int32(1)
- scotch_binaries(1)
- amk_fft2-int64(1)
- gout-int64(1)
- mmk_m3-int64(1)
- amk_ccc(1)
- scotch_test_esmumps-int64(1)
- gmk_m3(1)
- gmk_m2(1)
- gord(1)
- gcv-int64(1)
- gotst(1)
- scotch_esmumps(1)
- amk_m2-int32(1)
- scotch_gmap-int32(1)
- gmk_msh-int64(1)
- gmk_msh-int32(1)
- amk_p2(1)
- mcv(1)
- gcv-int32(1)
- amk_grf(1)
- scotch_test_esmumps-int32(1)
- amk_hy(1)
- gord-long(1)
- mmk_m2-long(1)
- gout-long(1)
- amk_ccc-int64(1)
- atst-int32(1)
- amk_p2-int32(1)
- gord-int64(1)
- acpl(1)
- scotch_gbase-int32(1)
- gmk_ub2(1)
- gmk_m2-long(1)
- gmk_hy-int32(1)
- mmk_m2-int32(1)
- amk_grf-long(1)
- gmk_hy(1)
- mord-long(1)
- amk_ccc-long(1)
- amk_ccc-int32(1)
- scotch_test_esmumps-long(1)
- scotch_gmap(1)
- mmk_m3-int32(1)
- gmtst-int32(1)
- amk_p2-long(1)
- gdump-int64(1)
- gmk_msh-long(1)
- gdump-int32(1)
- amk_m2-long(1)
- scotch_gmap-long(1)
- atst-int64(1)
- gdump-long(1)
- amk_grf-int32(1)
- gout-int32(1)
- gmk_m2-int64(1)
- gcv(1)
- scotch_gmap-int64(1)
- scotch_gbase-int64(1)
- mmk_m2(1)
- scotch_gbase-long(1)
- amk_hy-int64(1)
- mord(1)
- scotch_test_fax-long(1)
- amk_grf-int64(1)
- amk_p2-int64(1)
- gtst-int32(1)
- gmk_hy-long(1)
- gmk_ub2-int32(1)
- mmk_m3(1)
- acpl-int64(1)
- gmk_ub2-long(1)
- gdump(1)
- mord-int32(1)
- gotst-int32(1)
- gscat-long(1)
- atst(1)
- mcv-long(1)
- scotch_gbase(1)
- gmk_msh(1)
- mcv-int64(1)
- mtst-int64(1)
- gmtst-long(1)
- amk_hy-long(1)
- mtst(1)
- amk_fft2-long(1)
- gtst-int64(1)
- amk_m2-int64(1)
- acpl-long(1)
- atst-long(1)
- gmk_hy-int64(1)
- amk_fft2-int32(1)
- gmk_m3-int32(1)
Package: scotch
apt-get install scotch
apt-get install scotch
Manuals in package:
Documentations in package:
Manual
| gmk_hy(1) | Scotch user's manual | gmk_hy(1) |
NAME
gmk_hy, gmk_m2, gmk_m3, gmk_ub2 - create source graphs
SYNOPSIS
gmk_hy [options] dim [ofile] gmk_m2 [options] [-g?cfile] dimX dimY [ofile] gmk_m3 [options] [-g?cfile] dimX dimY dimZ [ofile] gmk_ub2 [options] dim
DESCRIPTION
The gmk_* programs create source graph files for some common, regular topologies.
gmk_hy creates a hypercube of dimension dim.
gmk_m2 creates a 2D regular grid of dimensions dimX and dimY.
gmk_m3 creates a 3D regular grid of dimensions dimX, dimY and dimZ.
gmk_ub2 creates an unoriented de Bruijn graph of dimension dim.
OPTIONS
- -b base
- For gmk_m2 and gmk_m3 only. Output graphs with base value set to base. Default value is 0.
- -e
- For gmk_m2 only. Build a 8-neighbor grid rather than a 4-neighbor grid.
- -g?cfile
- For gmk_m2 and gmk_m3 only. Output graph vertex coordinates (that is, geometry data to be used by gout(1)) in file cfile.
- -h
- Display some help.
- -t
- For gmk_m2 and gmk_m3 only. Create torus graphs, that is, graphs such that there exist loop edges between vertices of rank 0 and (dim-1) in every dimension.
- -V
- Display program version and copyright.
EXAMPLE
Create a 5x7 grid along with its geometry:
$ gmk_m2 5 7 -g/tmp/m5x7.xyz /tmp/m5x7.grf
SEE ALSO
gbase(1), gmk_msh(1), gtst(1), gmap(1), gord(1), gout(1), amk_grf(1).
Scotch user's manual.
AUTHOR
Francois Pellegrini <francois.pellegrini@labri.fr>
| 23 November 2019 |