Bug#1105621: scotch: FTBFS with make --shuffle=reverse: diff: /tmp/bump_b1.grf: No such file or directory
Lucas Nussbaum
lucas at debian.org
Tue May 13 20:14:45 BST 2025
Source: scotch
Version: 7.0.7-1
Severity: minor
Tags: trixie sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-shuffle
Hi,
GNU Make now has a --shuffle option that simulates non-deterministic ordering
of target prerequisites. See
https://trofi.github.io/posts/238-new-make-shuffle-mode.html and also previous
work in Debian by Santiago Vila:
https://people.debian.org/~sanvila/make-shuffle/
This package fails to build with make --shuffle=reverse.
This is likely to be caused by a missing dependency in
debian/rules or an upstream Makefile.
More information about this mass bug filing is available at
https://wiki.debian.org/qa.debian.org/FTBFS/Shuffle
Relevant part (hopefully):
> make[4]: Entering directory '/build/reproducible-path/scotch-7.0.7/src/check'
> Makefile:582: update target 'check_prog_mmk' due to: target does not exist
> ../../bin/mmk_m2 5 1 /tmp/m2_5_1.msh
> ../../bin/mmk_m2 5 4 /tmp/m2_5_4.msh
> ../../bin/mmk_m3 5 4 3 /tmp/m2_5_4_3.msh
> ../../bin/mtst /tmp/m2_5_1.msh
> S Elements nbr=5
> S Nodes nbr=12
> S Node load min=1 max=1 sum=12 avg=1 dlt=0
> S Element degree min=4 max=4 sum=20 avg=4 dlt=0
> S Node degree min=1 max=2 sum=20 avg=1.66667 dlt=0.444444
> S Edge nbr=20
> ../../bin/mtst /tmp/m2_5_4.msh
> S Elements nbr=20
> S Nodes nbr=30
> S Node load min=1 max=1 sum=30 avg=1 dlt=0
> S Element degree min=4 max=4 sum=80 avg=4 dlt=0
> S Node degree min=1 max=4 sum=80 avg=2.66667 dlt=1.06667
> S Edge nbr=80
> ../../bin/mtst /tmp/m2_5_4_3.msh
> S Elements nbr=60
> S Nodes nbr=120
> S Node load min=1 max=1 sum=120 avg=1 dlt=0
> S Element degree min=8 max=8 sum=480 avg=8 dlt=0
> S Node degree min=1 max=8 sum=480 avg=4 dlt=1.6
> S Edge nbr=480
> Makefile:564: update target 'check_prog_gmk_msh' due to: target does not exist
> ../../bin/gmk_msh /tmp/m2_5_1.msh /tmp/m2_5_1.grf
> ../../bin/gtst /tmp/m2_5_1.grf
> S Vertex nbr=12
> S Vertex load min=1 max=1 sum=12 avg=1 dlt=0
> S Vertex degree min=3 max=5 sum=52 avg=4.33333 dlt=0.888889
> S Edge nbr=26
> S Edge load min=1 max=1 sum=26 avg=1 dlt=0
> ../../bin/gmk_msh /tmp/m2_5_4.msh /tmp/m2_5_4.grf
> ../../bin/gtst /tmp/m2_5_4.grf
> S Vertex nbr=30
> S Vertex load min=1 max=1 sum=30 avg=1 dlt=0
> S Vertex degree min=3 max=8 sum=178 avg=5.93333 dlt=1.65333
> S Edge nbr=89
> S Edge load min=1 max=1 sum=89 avg=1 dlt=0
> ../../bin/gmk_msh /tmp/m2_5_4_3.msh /tmp/m2_5_4_3.grf
> ../../bin/gtst /tmp/m2_5_4_3.grf
> S Vertex nbr=120
> S Vertex load min=1 max=1 sum=120 avg=1 dlt=0
> S Vertex degree min=7 max=26 sum=1960 avg=16.3333 dlt=4.44444
> S Edge nbr=980
> S Edge load min=1 max=1 sum=980 avg=1 dlt=0
> ../../bin/gmk_msh data/ship001.msh /tmp/ship001.grf
> ../../bin/gtst /tmp/ship001.grf
> S Vertex nbr=34920
> S Vertex load min=1 max=1 sum=34920 avg=1 dlt=0
> S Vertex degree min=17 max=437 sum=4609310 avg=131.996 dlt=41.8254
> S Edge nbr=2304655
> S Edge load min=1 max=1 sum=2304655 avg=1 dlt=0
> ../../bin/gmk_msh "data/small_55.msh" /tmp/small_55_d1.grf -d1
> diff -q "data/small_55_d1.grf" /tmp/small_55_d1.grf
> ../../bin/gmk_msh "data/small_55.msh" /tmp/small_55_d2.grf -d2
> diff -q "data/small_55_d2.grf" /tmp/small_55_d2.grf
> ../../bin/gmk_msh "data/small_55.msh" /tmp/small_55_d3.grf -d3
> diff -q "data/small_55_d2.grf" /tmp/small_55_d3.grf
> ../../bin/gmk_msh "data/cube_8.msh" /tmp/cube_8_d3.grf -d3
> diff -q "data/cube_8_d3.grf" /tmp/cube_8_d3.grf
> Makefile:599: update target 'check_prog_mord' due to: target does not exist
> ../../bin/mord /tmp/m2_5_1.msh | ../../bin/gotst /tmp/m2_5_1.grf
> O Leaf=1
> O Height min=12 max=12 avg=12.000000 dlt=0.000000 ( 0.00)
> O NNZ=3.800000e+01
> O OPC=1.300000e+02
> ../../bin/mord /tmp/m2_5_4.msh | ../../bin/gotst /tmp/m2_5_4.grf
> O Leaf=5
> O Height min=13 max=16 avg=14.200000 dlt=0.720000 ( 5.07)
> O NNZ=1.680000e+02
> O OPC=1.042000e+03
> ../../bin/mord /tmp/m2_5_4_3.msh | ../../bin/gotst /tmp/m2_5_4_3.grf
> O Leaf=14
> O Height min=32 max=60 avg=52.571429 dlt=4.000000 ( 7.61)
> O NNZ=2.464000e+03
> O OPC=6.199000e+04
> ../../bin/mord data/ship001.msh | ../../bin/gotst /tmp/ship001.grf
> O Leaf=925
> O Height min=1296 max=2388 avg=2093.636757 dlt=89.659750 ( 4.28)
> O NNZ=1.531156e+07
> O OPC=1.043923e+10
> make[4]: 'check_prog_mmk' is up to date.
> Makefile:669: update target 'check_prog_gtst' due to: target does not exist
> ../../bin/gtst data/m4x4_b1_ev.grf /tmp/gtst_ev.txt
> ../../bin/gtst data/m4x4_b1_elv.grf /tmp/gtst_elv.txt
> diff -q "/tmp/gtst_ev.txt" "/tmp/gtst_elv.txt"
> Makefile:665: update target 'check_prog_gscat' due to: target does not exist
> ../../bin/gscat 4 data/small.grf /tmp/small_%r.grf
> ../../bin/gscat 4 -i1 data/bump.grf /tmp/bump4_%r.grf
> Makefile:662: update target 'check_prog_gpart_remap' due to: target does not exist
> ../../bin/gpart 32 data/bump_imbal_32.grf /dev/null -rodata/bump_old.map -vmt
> T Mapping 0.21772
> T I/O 0.00607181
> T Total 0.223792
> M Processors 32/32 (1)
> M Target min=378 max=387 avg=382.812 dlt=0.00718367 maxavg=1.01094
> M Neighbors min=2 max=12 sum=162
> M CommDilat=0.075787 (2197)
> M CommExpan=0.075787 (2197)
> M CommCutSz=0.075787 (2197)
> M CommDelta=1.000000
> M CommLoad[0]=0.924213
> M CommLoad[1]=0.075787
> M PartDiam min=19 max=50 avg=31.593750
> M MigrNbr=2716(27.714286 %)
> M AvgMigrDist=0.000000
> M AvgMigrLoad=1.495950
> M MigrCost=2716.000000
> Makefile:652: update target 'check_prog_gpart_overlap' due to: target does not exist
> ../../bin/gpart -o 9 data/bump.grf /tmp/bump_part_ovl_9.map -vmt
> T Mapping 0.0133355
> T I/O 0.00404477
> T Total 0.0173802
> P sep=433
> P min=1137 max=1138 avg=1137.56
> P maxavg=1.00039 minavg=0.999512
> ../../bin/gpart -o 9 data/bump_b100000.grf /tmp/bump_b100000_part_ovl_9.map -vmt
> T Mapping 0.0109379
> T I/O 0.00413513
> T Total 0.0150731
> P sep=432
> P min=1136 max=1138 avg=1137.22
> P maxavg=1.00068 minavg=0.998925
> ../../bin/gmtst -o data/bump_b100000.grf ../../tgt/k9.tgt /tmp/bump_b100000_part_ovl_9.map
> P sep=432
> P min=1136 max=1138 avg=1137.22
> P maxavg=1.00068 minavg=0.998925
> ../../bin/gpart -o 32 data/bump_imbal_32.grf /tmp/bump_imbal_32_part_ovl_32.map -vmt
> T Mapping 0.0406909
> T I/O 0.00386143
> T Total 0.0445523
> P sep=1209
> P min=389 max=456 avg=421.031
> P maxavg=1.08305 minavg=0.923922
> ../../bin/gmtst -o data/bump_imbal_32.grf ../../tgt/k32.tgt /tmp/bump_imbal_32_part_ovl_32.map
> P sep=1209
> P min=389 max=456 avg=421.031
> P maxavg=1.08305 minavg=0.923922
> ../../bin/gpart -o 6 data/bump_imbal_32.grf /tmp/bump_imbal_32_part_ovl_32_6.map '-me{strat=m{asc=b{width=3,bnd=d{pass=40,dif=1,rem=0}f{move=80,pass=-1,bal=0.01},org=f{move=80,pass=-1,bal=0.01}},low=r{job=t,bal=0.01,map=t,poli=S,sep=(m{asc=b{bnd=f{move=120,pass=-1,bal=0.01,type=b},org=f{move=120,pass=-1,bal=0.01,type=b},width=3},low=h{pass=10}f{move=120,pass=-1,bal=0.01,type=b},vert=120,rat=0.8}|m{asc=b{bnd=f{move=120,pass=-1,bal=0.01,type=b},org=f{move=120,pass=-1,bal=0.01,type=b},width=3},low=h{pass=10}f{move=120,pass=-1,bal=0.01,type=b},vert=120,rat=0.8})},vert=10000,rat=0.8,type=h}}f' -vmt
> T Mapping 0.0282145
> T I/O 0.00541759
> T Total 0.033632
> P sep=440
> P min=2113 max=2118 avg=2115.67
> P maxavg=1.0011 minavg=0.99874
> ../../bin/gpart -o 24 data/m4x4.grf /tmp/bump_m4x4_part_ovl_24.map -vmt
> T Mapping 0.000221491
> T I/O 0.000146389
> T Total 0.00036788
> P sep=12
> P min=0 max=4 avg=0.666667
> P maxavg=6 minavg=0
> ../../bin/gmtst -o data/m4x4.grf ../../tgt/k24.tgt /tmp/bump_m4x4_part_ovl_24.map
> P sep=12
> P min=0 max=4 avg=0.666667
> P maxavg=6 minavg=0
> Makefile:645: update target 'check_prog_gpart_clustering' due to: target does not exist
> ../../bin/gpart -q 1 data/bump.grf /tmp/bump_part_cls_9.map -vmt
> T Mapping 0.137887
> T I/O 0.00626588
> T Total 0.144152
> M Processors 4802/4802 (1)
> M Target min=1 max=3 avg=2.04082 dlt=0.474307 maxavg=1.47
> M Neighbors min=2 max=11 sum=28228
> M CommDilat=0.747042 (21656)
> M CommExpan=0.747042 (21656)
> M CommCutSz=0.747042 (21656)
> M CommDelta=1.000000
> M CommLoad[0]=0.252958
> M CommLoad[1]=0.747042
> M PartDiam min=1 max=3 avg=1.554769
> ../../bin/gpart -q 1 data/bump_b100000.grf /tmp/bump_b100000_part_cls_9.map -vmt
> T Mapping 0.265803
> T I/O 0.0141902
> T Total 0.279993
> M Processors 4841/4841 (1)
> M Target min=1 max=3 avg=2.02438 dlt=0.478654 maxavg=1.48194
> M Neighbors min=2 max=11 sum=28448
> M CommDilat=0.749457 (21726)
> M CommExpan=0.749457 (21726)
> M CommCutSz=0.749457 (21726)
> M CommDelta=1.000000
> M CommLoad[0]=0.250543
> M CommLoad[1]=0.749457
> M PartDiam min=0 max=0 avg=0.000000
> ../../bin/gmtst data/bump_b100000.grf ../../tgt/vcmplt.tgt /tmp/bump_b100000_part_cls_9.map
> M Processors 4841/4841 (1)
> M Target min=1 max=3 avg=2.02438 dlt=0.478654 maxavg=1.48194
> M Neighbors min=2 max=11 sum=28448
> M CommDilat=0.749457 (21726)
> M CommExpan=0.749457 (21726)
> M CommCutSz=0.749457 (21726)
> M CommDelta=1.000000
> M CommLoad[0]=0.250543
> M CommLoad[1]=0.749457
> M PartDiam min=0 max=0 avg=0.000000
> ../../bin/gpart -q 1 data/bump_imbal_32.grf /tmp/bump_imbal_32_part_cls_32.map -vmt
> T Mapping 0.178158
> T I/O 0.0043633
> T Total 0.182522
> M Processors 5629/5629 (1)
> M Target min=1 max=3 avg=2.17623 dlt=0.267372 maxavg=1.37853
> M Neighbors min=2 max=10 sum=33204
> M CommDilat=0.794474 (23031)
> M CommExpan=0.794474 (23031)
> M CommCutSz=0.794474 (23031)
> M CommDelta=1.000000
> M CommLoad[0]=0.205526
> M CommLoad[1]=0.794474
> M PartDiam min=1 max=3 avg=1.423521
> ../../bin/gmtst data/bump_imbal_32.grf ../../tgt/vhcub.tgt /tmp/bump_imbal_32_part_cls_32.map
> M Processors 5629/5629 (1)
> M Target min=1 max=3 avg=2.17623 dlt=0.267372 maxavg=1.37853
> M Neighbors min=2 max=10 sum=33204
> M CommDilat=3.177447 (92111)
> M CommExpan=3.177447 (92111)
> M CommCutSz=0.794439 (23030)
> M CommDelta=1.000000
> M CommLoad[0]=0.205561
> M CommLoad[1]=0.131067
> M CommLoad[2]=0.115992
> M CommLoad[3]=0.096157
> M CommLoad[4]=0.112336
> M CommLoad[5]=0.121788
> M CommLoad[6]=0.107765
> M CommLoad[7]=0.066491
> M CommLoad[8]=0.031426
> M CommLoad[9]=0.010142
> M CommLoad[10]=0.001104
> M CommLoad[11]=0.000172
> M PartDiam min=1 max=3 avg=1.423521
> Makefile:639: update target 'check_prog_gpart' due to: target does not exist
> ../../bin/gpart 9 data/bump.grf /tmp/bump_k9.map -Cd -vmt
> T Mapping 0.0517216
> T I/O 0.00373793
> T Total 0.0554595
> M Processors 9/9 (1)
> M Target min=1083 max=1094 avg=1088.89 dlt=0.00219955 maxavg=1.00469
> M Neighbors min=2 max=4 sum=30
> M CommDilat=0.026700 (774)
> M CommExpan=0.026700 (774)
> M CommCutSz=0.026700 (774)
> M CommDelta=1.000000
> M CommLoad[0]=0.973300
> M CommLoad[1]=0.026700
> M PartDiam min=42 max=50 avg=45.888889
> ../../bin/gpart 9 data/bump_b100000.grf /tmp/bump_k9.map -Cu -vmt
> T Mapping 0.0887616
> T I/O 0.00422072
> T Total 0.0929823
> M Processors 9/9 (1)
> M Target min=1088 max=1089 avg=1088.89 dlt=0.000181406 maxavg=1.0001
> M Neighbors min=2 max=4 sum=30
> M CommDilat=0.027010 (783)
> M CommExpan=0.027010 (783)
> M CommCutSz=0.027010 (783)
> M CommDelta=1.000000
> M CommLoad[0]=0.972990
> M CommLoad[1]=0.027010
> M PartDiam min=0 max=0 avg=0.000000
> ../../bin/gpart 9 data/nocoarsen.grf /tmp/nocoarsen_k9.map -Cr -vmt
> T Mapping 0.142386
> T I/O 0.004637
> T Total 0.147023
> M Processors 9/9 (1)
> M Target min=1332 max=1360 avg=1345.67 dlt=0.00644043 maxavg=1.01065
> M Neighbors min=8 max=8 sum=72
> M CommDilat=0.116347 (3889)
> M CommExpan=0.116347 (3889)
> M CommCutSz=0.116347 (3889)
> M CommDelta=1.000000
> M CommLoad[0]=0.883653
> M CommLoad[1]=0.116347
> M PartDiam min=13 max=21 avg=19.000000
> ../../bin/gpart 5 data/bump_b100000.grf /tmp/bump_k5.map -Cf -vmt '-Mr{bal=0.05,sep=m{vert=120,low=h{pass=10}f{bal=0.05,move=120},asc=b{bnd=f{bal=0.05,move=120},org=f{bal=0.05,move=120}}}}|m{vert=1000,low=r{bal=0.05,sep=m{vert=120,low=h{pass=10}f{bal=0.05,move=120},asc=b{bnd=f{bal=0.05,move=120},org=f{bal=0.05,move=120}}}},asc=b{bnd=f{bal=0.05,move=120},org=f{bal=0.05,move=120}}}'
> T Mapping 0.027344
> T I/O 0.00429964
> T Total 0.0316436
> M Processors 5/5 (1)
> M Target min=1900 max=1990 avg=1960 dlt=0.0122449 maxavg=1.01531
> M Neighbors min=2 max=4 sum=12
> M CommDilat=0.017558 (509)
> M CommExpan=0.017558 (509)
> M CommCutSz=0.017558 (509)
> M CommDelta=1.000000
> M CommLoad[0]=0.982442
> M CommLoad[1]=0.017558
> M PartDiam min=0 max=0 avg=0.000000
> Makefile:609: update target 'check_prog_gord' due to: target does not exist
> ../../bin/gord data/bump.grf /tmp/bump.ord -Cu -vt
> T Order 0.0366218
> T I/O 0.00478029
> T Total 0.0414021
> ../../bin/gord data/bump_b1.grf /tmp/bump_b1.ord -Cd -vt
> T Order 0.0417886
> T I/O 0.00436974
> T Total 0.0461583
> ../../bin/gord data/bump_b1.grf '-On{sep=(/((vert)>(240))?(e{strat=g}|g|h);),ole=d{cmin=15,cmax=100000,frat=0},ose=g{pass=3}}' /tmp/bump_b1_2.ord -Cr -vt
> T Order 0.0146694
> T I/O 0.00413179
> T Total 0.0188012
> ../../bin/gord data/bump_imbal_32.grf /tmp/bump_imbal_32.ord -Cf -vt
> T Order 0.0413873
> T I/O 0.0046227
> T Total 0.04601
> ../../bin/gord data/nocoarsen.grf /tmp/nocoarsen.ord -vt
> T Order 0.146513
> T I/O 0.0046134
> T Total 0.151126
> ../../bin/gord data/compress-coarsen.grf /tmp/compress-coarsen.ord -vt
> T Order 0.00231504
> T I/O 0.00139499
> T Total 0.00371003
> ../../bin/gord /tmp/ship001.grf /tmp/ship001.ord -vt
> T Order 0.111545
> T I/O 0.18097
> T Total 0.292516
> Makefile:632: update target 'check_prog_gout' due to: target does not exist
> ../../bin/gout '-Oi{c,r}' data/bump.grf data/bump.xyz /tmp/bump_k9.map /tmp/bump_k9.iv
> ../../bin/gout '-Om{e}' -gn data/bump.grf /dev/null /tmp/bump.ord /tmp/bump_ord.eps
> ../../bin/gout '-Op{d,e,g,r,s}' data/bump.grf data/bump.xyz /tmp/bump_k9.map /tmp/bump_k9.eps
> ../../bin/gout '-Ot{b,c,r}' -mn data/bump.grf data/bump.xyz /dev/null /tmp/bump_k9.tlp
> ../../bin/gout '-Ov{v}' data/bump.grf data/bump.xyz /tmp/bump_k9.map /tmp/bump_k9.vtk
> Makefile:618: update target 'check_prog_gotst' due to: target does not exist
> ../../bin/gotst data/bump.grf /tmp/bump.ord
> O Leaf=1062
> O Height min=231 max=350 avg=275.735405 dlt=17.611170 ( 6.39)
> O NNZ=3.179600e+05
> O OPC=1.726797e+07
> ../../bin/gotst data/bump_b1.grf /tmp/bump_b1.ord
> O Leaf=1037
> O Height min=217 max=350 avg=278.669238 dlt=17.302433 ( 6.21)
> O NNZ=3.172350e+05
> O OPC=1.723092e+07
> ../../bin/gotst data/bump_imbal_32.grf /tmp/bump_imbal_32.ord
> O Leaf=1021
> O Height min=207 max=338 avg=278.999021 dlt=18.014689 ( 6.46)
> O NNZ=5.220260e+05
> O OPC=4.175586e+07
> ../../bin/gotst data/nocoarsen.grf /tmp/nocoarsen.ord
> O Leaf=2051
> O Height min=232 max=1187 avg=1020.744515 dlt=81.068020 ( 7.94)
> O NNZ=1.388653e+06
> O OPC=5.337075e+08
> ../../bin/gotst data/compress-coarsen.grf /tmp/compress-coarsen.ord
> O Leaf=85
> O Height min=1 max=318 avg=80.847059 dlt=64.942284 (80.33)
> O NNZ=1.755300e+04
> O OPC=3.168510e+05
> ../../bin/gotst /tmp/ship001.grf /tmp/ship001.ord
> O Leaf=243
> O Height min=1638 max=2490 avg=2133.004115 dlt=138.711511 ( 6.50)
> O NNZ=1.653269e+07
> O OPC=1.089809e+10
> Makefile:626: update target 'check_prog_gord_block' due to: target does not exist
> ../../bin/gord data/m4x4_b1_ev.grf /tmp/m4x4_b1.ord '-ob{cmin=3,strat=s}'
> ../../bin/gord data/m4x4_b1_ev.grf /tmp/m4x4_b1_ev.ord '-ob{cmin=2,strat=s}'
> ../../bin/gord data/m4x4_b1_ev.grf /tmp/m4x4_b1_ev.ord '-ob{cmin=1,strat=s}'
> make[4]: 'check_prog_gord' is up to date.
> make[4]: 'check_prog_gmk_msh' is up to date.
> Makefile:554: update target 'check_prog_gmk' due to: target does not exist
> ../../bin/gmk_hy 5 | ../../bin/gtst
> S Vertex nbr=32
> S Vertex load min=1 max=1 sum=32 avg=1 dlt=0
> S Vertex degree min=5 max=5 sum=160 avg=5 dlt=0
> S Edge nbr=80
> S Edge load min=1 max=1 sum=80 avg=1 dlt=0
> ../../bin/gmk_m2 5 1 | ../../bin/gtst
> S Vertex nbr=5
> S Vertex load min=1 max=1 sum=5 avg=1 dlt=0
> S Vertex degree min=1 max=2 sum=8 avg=1.6 dlt=0.48
> S Edge nbr=4
> S Edge load min=1 max=1 sum=4 avg=1 dlt=0
> ../../bin/gmk_m2 -b1 -e 5 4 -g/dev/null | ../../bin/gtst
> S Vertex nbr=20
> S Vertex load min=1 max=1 sum=20 avg=1 dlt=0
> S Vertex degree min=3 max=8 sum=110 avg=5.5 dlt=1.5
> S Edge nbr=55
> S Edge load min=1 max=1 sum=55 avg=1 dlt=0
> ../../bin/gmk_m2 -t 5 4 | ../../bin/gtst
> S Vertex nbr=20
> S Vertex load min=1 max=1 sum=20 avg=1 dlt=0
> S Vertex degree min=4 max=4 sum=80 avg=4 dlt=0
> S Edge nbr=40
> S Edge load min=1 max=1 sum=40 avg=1 dlt=0
> ../../bin/gmk_m2 -b1 -e -t 5 2 | ../../bin/gtst
> S Vertex nbr=10
> S Vertex load min=1 max=1 sum=10 avg=1 dlt=0
> S Vertex degree min=5 max=5 sum=50 avg=5 dlt=0
> S Edge nbr=25
> S Edge load min=1 max=1 sum=25 avg=1 dlt=0
> ../../bin/gmk_m2 -b1 -e -t 5 1 | ../../bin/gtst
> S Vertex nbr=5
> S Vertex load min=1 max=1 sum=5 avg=1 dlt=0
> S Vertex degree min=2 max=2 sum=10 avg=2 dlt=0
> S Edge nbr=5
> S Edge load min=1 max=1 sum=5 avg=1 dlt=0
> ../../bin/gmk_m3 -b1 5 4 3 -g/dev/null | ../../bin/gtst
> S Vertex nbr=60
> S Vertex load min=1 max=1 sum=60 avg=1 dlt=0
> S Vertex degree min=3 max=6 sum=266 avg=4.43333 dlt=0.728889
> S Edge nbr=133
> S Edge load min=1 max=1 sum=133 avg=1 dlt=0
> ../../bin/gmk_ub2 5 | ../../bin/gtst
> S Vertex nbr=32
> S Vertex load min=1 max=1 sum=32 avg=1 dlt=0
> S Vertex degree min=2 max=4 sum=122 avg=3.8125 dlt=0.328125
> S Edge nbr=61
> S Edge load min=1 max=1 sum=61 avg=1 dlt=0
> Makefile:605: update target 'check_prog_gmap' due to: target does not exist
> ../../bin/gmap data/bump.grf ../../tgt/h3.tgt /tmp/bump_h3.map -vmt
> T Mapping 0.367258
> T I/O 0.00588489
> T Total 0.373143
> M Processors 8/8 (1)
> M Target min=1218 max=1234 avg=1225 dlt=0.0022449 maxavg=1.00735
> M Neighbors min=2 max=5 sum=26
> M CommDilat=0.024458 (709)
> M CommExpan=0.024458 (709)
> M CommCutSz=0.024216 (702)
> M CommDelta=1.000000
> M CommLoad[0]=0.975784
> M CommLoad[1]=0.023975
> M CommLoad[2]=0.000241
> M PartDiam min=45 max=56 avg=50.375000
> ../../bin/gmap data/small.grf ../../tgt/m11x13.tgt /tmp/small_m11x13.map -vmt
> T Mapping 0.000418186
> T I/O 0.000207186
> T Total 0.000625372
> M Processors 12/143 (0.0839161)
> M Target min=1 max=1 avg=1 dlt=0 maxavg=1
> M Neighbors min=2 max=4 sum=34
> M CommDilat=3.058824 (52)
> M CommExpan=3.058824 (52)
> M CommCutSz=1.000000 (17)
> M CommDelta=1.000000
> M CommLoad[0]=0.000000
> M CommLoad[1]=0.411765
> M CommLoad[2]=0.176471
> M CommLoad[3]=0.117647
> M CommLoad[4]=0.117647
> M CommLoad[5]=0.000000
> M CommLoad[6]=0.058824
> M CommLoad[7]=0.000000
> M CommLoad[8]=0.058824
> M CommLoad[9]=0.000000
> M CommLoad[10]=0.000000
> M CommLoad[11]=0.058824
> M PartDiam min=1 max=1 avg=1.000000
> Makefile:546: update target 'check_prog_gbase' due to: target does not exist
> ../../bin/gbase 1 data/m4x4.grf /tmp/m4x4_b1.grf
> diff -q "data/m4x4_b1.grf" "/tmp/m4x4_b1.grf"
> ../../bin/gbase 1 data/m4x4_b1.grf /tmp/m4x4_b1.grf
> diff -q "data/m4x4_b1.grf" "/tmp/m4x4_b1.grf"
> ../../bin/gbase 0 data/m4x4_b1.grf /tmp/m4x4.grf
> diff -q "data/m4x4.grf" "/tmp/m4x4.grf"
> Makefile:543: update target 'check_prog_atst' due to: target does not exist
> ../../bin/atst ../../tgt/t4x4x4.tgt
> A Terminals nbr=64
> A Distance min=-1 max=6 avg=3.04762 dlt=1.83825
> Makefile:529: update target 'check_prog_amk' due to: target does not exist
> ../../bin/amk_ccc 5 | ../../bin/atst
> A Terminals nbr=160
> A Distance min=-1 max=10 avg=5.98742 dlt=3.12598
> ../../bin/amk_fft2 5 | ../../bin/atst
> A Terminals nbr=192
> A Distance min=-1 max=10 avg=6.09773 dlt=3.56979
> ../../bin/amk_hy 5 | ../../bin/atst
> A Terminals nbr=32
> A Distance min=-1 max=5 avg=2.58065 dlt=1.76899
> ../../bin/amk_m2 5 12 | ../../bin/atst
> A Terminals nbr=60
> A Distance min=-1 max=15 avg=5.66667 dlt=5.0064
> ../../bin/amk_m2 -mo 5 12 | ../../bin/atst
> A Terminals nbr=60
> A Distance min=-1 max=15 avg=5.66667 dlt=5.0064
> ../../bin/amk_p2 5 7 | ../../bin/atst
> A Terminals nbr=2
> A Distance min=-1 max=1 avg=1 dlt=0
> Makefile:526: update target 'check_prog_acpl' due to: target does not exist
> ../../bin/amk_m2 5 12 | ../../bin/acpl | ../../bin/atst
> A Terminals nbr=60
> A Distance min=-1 max=15 avg=5.66667 dlt=5.0064
> Makefile:537: update target 'check_prog_amk_grf' due to: target does not exist
> ../../bin/amk_grf data/m16x16.grf | ../../bin/atst
> A Terminals nbr=256
> A Distance min=-1 max=30 avg=10.6667 dlt=8.68676
> ../../bin/amk_grf -2 data/m16x16.grf | ../../bin/atst
> A Terminals nbr=256
> A Distance min=-1 max=194 avg=37.21 dlt=48.4823
> ../../bin/amk_grf -ldata/m4x4_vertlist.txt data/m4x4.grf | ../../bin/atst
> A Terminals nbr=5
> A Distance min=-1 max=6 avg=3 dlt=2.8
> ../../bin/amk_grf -ldata/m4x4_vertlist.txt -2 data/m4x4.grf | ../../bin/atst
> A Terminals nbr=5
> A Distance min=-1 max=9 avg=3.8 dlt=5.04
> make[4]: 'check_prog_amk' is up to date.
> Makefile:86: update target 'test_libmetis_dual_f.f90' due to: target does not exist
> sed -e 's/SCOTCHMETISNAMEFU\s*(\([A-Za-z0-8_]*\))/'""""'\1/g' test_libmetis_dual_f.f90.in > test_libmetis_dual_f.f90
> Makefile:92: update target 'test_libmetis_dual_f_v5' due to: target does not exist
> f77 -g -O2 -ffile-prefix-map=/build/reproducible-path/scotch-7.0.7=. -fstack-protector-strong -fstack-clash-protection -fcf-protection -I../../include -L../../lib test_libmetis_dual_f.f90 -o test_libmetis_dual_f_v5 -lscotchmetisv5 -lscotch -lscotcherr -Wl,-z,relro -pthread -lz -lbz2 -llzma -lm -lrt -Wl,-z,relro
> Makefile:321: update target 'check_libmetis_dual_f_v5' due to: target does not exist
> ./test_libmetis_dual_f_v5
> Makefile:89: update target 'test_libmetis_dual_f_v3' due to: target does not exist
> f77 -g -O2 -ffile-prefix-map=/build/reproducible-path/scotch-7.0.7=. -fstack-protector-strong -fstack-clash-protection -fcf-protection -I../../include -L../../lib test_libmetis_dual_f.f90 -o test_libmetis_dual_f_v3 -lscotchmetisv3 -lscotch -lscotcherr -Wl,-z,relro -pthread -lz -lbz2 -llzma -lm -lrt -Wl,-z,relro
> Makefile:314: update target 'check_libmetis_dual_f_v3' due to: target does not exist
> ./test_libmetis_dual_f_v3
> Makefile:80: update target 'test_libmetis_dual_v5' due to: target does not exist
> mpicc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/scotch-7.0.7/src/check=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O3 -fPIC -I. -Drestrict=__restrict -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_FILE_COMPRESS_BZ2 -DCOMMON_FILE_COMPRESS_LZMA -DSCOTCH_PTHREAD -DCOMMON_PTHREAD -DSCOTCH_PTHREAD_NUMBER=2 -DCOMMON_PTHREAD_FILE -DSCOTCH_PTHREAD_MPI -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/scotch-7.0.7=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -DCOMMON_PTHREAD_AFFINITY_LINUX -I../../include -L../../lib test_libmetis_dual.c -o test_libmetis_dual_v5 -lscotchmetisv5 -lscotch -lscotcherr -Wl,-z,relro -pthread -lz -lbz2 -llzma -lm -lrt -Wl,-z,relro
> Makefile:304: update target 'check_libmetis_dual_v5' due to: target does not exist
> ./test_libmetis_dual_v5
> ./test_libmetis_dual_v5 1
> Makefile:77: update target 'test_libmetis_dual_v3' due to: target does not exist
> mpicc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/scotch-7.0.7/src/check=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O3 -fPIC -I. -Drestrict=__restrict -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_FILE_COMPRESS_BZ2 -DCOMMON_FILE_COMPRESS_LZMA -DSCOTCH_PTHREAD -DCOMMON_PTHREAD -DSCOTCH_PTHREAD_NUMBER=2 -DCOMMON_PTHREAD_FILE -DSCOTCH_PTHREAD_MPI -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/scotch-7.0.7=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -DCOMMON_PTHREAD_AFFINITY_LINUX -I../../include -L../../lib test_libmetis_dual.c -o test_libmetis_dual_v3 -lscotchmetisv3 -lscotch -lscotcherr -Wl,-z,relro -pthread -lz -lbz2 -llzma -lm -lrt -Wl,-z,relro
> Makefile:296: update target 'check_libmetis_dual_v3' due to: target does not exist
> ./test_libmetis_dual_v3
> ./test_libmetis_dual_v3 1
> Makefile:80: update target 'test_libmetis_v5' due to: target does not exist
> mpicc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/scotch-7.0.7/src/check=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O3 -fPIC -I. -Drestrict=__restrict -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_FILE_COMPRESS_BZ2 -DCOMMON_FILE_COMPRESS_LZMA -DSCOTCH_PTHREAD -DCOMMON_PTHREAD -DSCOTCH_PTHREAD_NUMBER=2 -DCOMMON_PTHREAD_FILE -DSCOTCH_PTHREAD_MPI -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/scotch-7.0.7=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -DCOMMON_PTHREAD_AFFINITY_LINUX -I../../include -L../../lib test_libmetis.c -o test_libmetis_v5 -lscotchmetisv5 -lscotch -lscotcherr -Wl,-z,relro -pthread -lz -lbz2 -llzma -lm -lrt -Wl,-z,relro
> Makefile:285: update target 'check_libmetis_v5' due to: target does not exist
> ./test_libmetis_v5 data/bump.grf
> ./test_libmetis_v5 data/bump_b1.grf
> ./test_libmetis_v5 data/bump_imbal_32.grf
> Makefile:77: update target 'test_libmetis_v3' due to: target does not exist
> mpicc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/scotch-7.0.7/src/check=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O3 -fPIC -I. -Drestrict=__restrict -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_FILE_COMPRESS_BZ2 -DCOMMON_FILE_COMPRESS_LZMA -DSCOTCH_PTHREAD -DCOMMON_PTHREAD -DSCOTCH_PTHREAD_NUMBER=2 -DCOMMON_PTHREAD_FILE -DSCOTCH_PTHREAD_MPI -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/scotch-7.0.7=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -DCOMMON_PTHREAD_AFFINITY_LINUX -I../../include -L../../lib test_libmetis.c -o test_libmetis_v3 -lscotchmetisv3 -lscotch -lscotcherr -Wl,-z,relro -pthread -lz -lbz2 -llzma -lm -lrt -Wl,-z,relro
> Makefile:276: update target 'check_libmetis_v3' due to: target does not exist
> ./test_libmetis_v3 data/bump.grf
> ./test_libmetis_v3 data/bump_b1.grf
> ./test_libmetis_v3 data/bump_imbal_32.grf
> Makefile:83: update target 'test_scotch_mesh_graph' due to: target does not exist
> mpicc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/scotch-7.0.7/src/check=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O3 -fPIC -I. -Drestrict=__restrict -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_FILE_COMPRESS_BZ2 -DCOMMON_FILE_COMPRESS_LZMA -DSCOTCH_PTHREAD -DCOMMON_PTHREAD -DSCOTCH_PTHREAD_NUMBER=2 -DCOMMON_PTHREAD_FILE -DSCOTCH_PTHREAD_MPI -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/scotch-7.0.7=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -DCOMMON_PTHREAD_AFFINITY_LINUX -I../../include -L../../lib test_scotch_mesh_graph.c -o test_scotch_mesh_graph -lscotch -lscotcherr -Wl,-z,relro -pthread -lz -lbz2 -llzma -lm -lrt -Wl,-z,relro
> Makefile:444: update target 'check_scotch_mesh_graph' due to: target does not exist
> ./test_scotch_mesh_graph data/ship001.msh
> Makefile:83: update target 'test_scotch_graph_part_ovl' due to: target does not exist
> mpicc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/scotch-7.0.7/src/check=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O3 -fPIC -I. -Drestrict=__restrict -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_FILE_COMPRESS_BZ2 -DCOMMON_FILE_COMPRESS_LZMA -DSCOTCH_PTHREAD -DCOMMON_PTHREAD -DSCOTCH_PTHREAD_NUMBER=2 -DCOMMON_PTHREAD_FILE -DSCOTCH_PTHREAD_MPI -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/scotch-7.0.7=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -DCOMMON_PTHREAD_AFFINITY_LINUX -I../../include -L../../lib test_scotch_graph_part_ovl.c -o test_scotch_graph_part_ovl -lscotch -lscotcherr -Wl,-z,relro -pthread -lz -lbz2 -llzma -lm -lrt -Wl,-z,relro
> Makefile:435: update target 'check_scotch_graph_part_ovl' due to: target does not exist
> ./test_scotch_graph_part_ovl 4 data/m16x16.grf /dev/null
> M Compload[00] 72
> M Compload[01] 72
> M Compload[02] 72
> M Compload[03] 72
> M CompLoadAvg 72
> M CompLoadMax/Avg 1
> ./test_scotch_graph_part_ovl 4 data/m16x16_b100000.grf /dev/null
> M Compload[00] 72
> M Compload[01] 72
> M Compload[02] 72
> M Compload[03] 72
> M CompLoadAvg 72
> M CompLoadMax/Avg 1
> Makefile:83: update target 'test_scotch_graph_order' due to: target does not exist
> mpicc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/scotch-7.0.7/src/check=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O3 -fPIC -I. -Drestrict=__restrict -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_FILE_COMPRESS_BZ2 -DCOMMON_FILE_COMPRESS_LZMA -DSCOTCH_PTHREAD -DCOMMON_PTHREAD -DSCOTCH_PTHREAD_NUMBER=2 -DCOMMON_PTHREAD_FILE -DSCOTCH_PTHREAD_MPI -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/scotch-7.0.7=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -DCOMMON_PTHREAD_AFFINITY_LINUX -I../../include -L../../lib test_scotch_graph_order.c -o test_scotch_graph_order -lscotch -lscotcherr -Wl,-z,relro -pthread -lz -lbz2 -llzma -lm -lrt -Wl,-z,relro
> Makefile:426: update target 'check_scotch_graph_order' due to: target does not exist
> ./test_scotch_graph_order data/bump.grf
> ./test_scotch_graph_order data/bump_b100000.grf
> Makefile:83: update target 'test_scotch_graph_map_copy' due to: target does not exist
> mpicc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/scotch-7.0.7/src/check=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O3 -fPIC -I. -Drestrict=__restrict -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_FILE_COMPRESS_BZ2 -DCOMMON_FILE_COMPRESS_LZMA -DSCOTCH_PTHREAD -DCOMMON_PTHREAD -DSCOTCH_PTHREAD_NUMBER=2 -DCOMMON_PTHREAD_FILE -DSCOTCH_PTHREAD_MPI -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/scotch-7.0.7=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -DCOMMON_PTHREAD_AFFINITY_LINUX -I../../include -L../../lib test_scotch_graph_map_copy.c -o test_scotch_graph_map_copy -lscotch -lscotcherr -Wl,-z,relro -pthread -lz -lbz2 -llzma -lm -lrt -Wl,-z,relro
> Makefile:417: update target 'check_scotch_graph_map_copy' due to: target does not exist
> ./test_scotch_graph_map_copy data/bump.grf
> Strat 0, type 0
> Strat 0, type 1
> Strat 1, type 0
> Strat 1, type 1
> ./test_scotch_graph_map_copy data/bump_b100000.grf
> Strat 0, type 0
> Strat 0, type 1
> Strat 1, type 0
> Strat 1, type 1
> Makefile:83: update target 'test_scotch_graph_map' due to: target does not exist
> mpicc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/scotch-7.0.7/src/check=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O3 -fPIC -I. -Drestrict=__restrict -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_FILE_COMPRESS_BZ2 -DCOMMON_FILE_COMPRESS_LZMA -DSCOTCH_PTHREAD -DCOMMON_PTHREAD -DSCOTCH_PTHREAD_NUMBER=2 -DCOMMON_PTHREAD_FILE -DSCOTCH_PTHREAD_MPI -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/scotch-7.0.7=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -DCOMMON_PTHREAD_AFFINITY_LINUX -I../../include -L../../lib test_scotch_graph_map.c -o test_scotch_graph_map -lscotch -lscotcherr -Wl,-z,relro -pthread -lz -lbz2 -llzma -lm -lrt -Wl,-z,relro
> Makefile:406: update target 'check_scotch_graph_map' due to: target does not exist
> ./test_scotch_graph_map data/m4x4.grf
> Strat 0, arch 0, type 0
> Strat 0, arch 0, type 1
> Strat 0, arch 0, type 2
> Strat 0, arch 0, type 3
> Strat 0, arch 0, type 4
> Strat 0, arch 0, type 5
> Strat 0, arch 0, type 6
> Strat 0, arch 1, type 0
> Strat 0, arch 1, type 1
> Strat 0, arch 1, type 2
> Strat 0, arch 1, type 3
> Strat 0, arch 1, type 4
> Strat 0, arch 1, type 5
> Strat 0, arch 1, type 6
> Strat 0, arch 2, type 0
> Strat 0, arch 2, type 1
> Strat 0, arch 2, type 2
> Strat 0, arch 2, type 3
> Strat 0, arch 2, type 4
> Strat 0, arch 2, type 5
> Strat 0, arch 2, type 6
> Strat 0, arch 3, type 0
> Strat 0, arch 3, type 1
> Strat 0, arch 3, type 2
> Strat 0, arch 3, type 3
> Strat 0, arch 3, type 4
> Strat 0, arch 3, type 5
> Strat 0, arch 3, type 6
> Strat 1, arch 0, type 0
> Strat 1, arch 0, type 1
> Strat 1, arch 0, type 2
> Strat 1, arch 0, type 3
> Strat 1, arch 0, type 4
> Strat 1, arch 0, type 5
> Strat 1, arch 0, type 6
> Strat 1, arch 1, type 0
> Strat 1, arch 1, type 1
> Strat 1, arch 1, type 2
> Strat 1, arch 1, type 3
> Strat 1, arch 1, type 4
> Strat 1, arch 1, type 5
> Strat 1, arch 1, type 6
> Strat 1, arch 2, type 0
> Strat 1, arch 2, type 1
> Strat 1, arch 2, type 2
> Strat 1, arch 2, type 3
> Strat 1, arch 2, type 4
> Strat 1, arch 2, type 5
> Strat 1, arch 2, type 6
> Strat 1, arch 3, type 0
> Strat 1, arch 3, type 1
> Strat 1, arch 3, type 2
> Strat 1, arch 3, type 3
> Strat 1, arch 3, type 4
> Strat 1, arch 3, type 5
> Strat 1, arch 3, type 6
> ./test_scotch_graph_map data/m4x4_b100000.grf
> Strat 0, arch 0, type 0
> Strat 0, arch 0, type 1
> Strat 0, arch 0, type 2
> Strat 0, arch 0, type 3
> Strat 0, arch 0, type 4
> Strat 0, arch 0, type 5
> Strat 0, arch 0, type 6
> Strat 0, arch 1, type 0
> Strat 0, arch 1, type 1
> Strat 0, arch 1, type 2
> Strat 0, arch 1, type 3
> Strat 0, arch 1, type 4
> Strat 0, arch 1, type 5
> Strat 0, arch 1, type 6
> Strat 0, arch 2, type 0
> Strat 0, arch 2, type 1
> Strat 0, arch 2, type 2
> Strat 0, arch 2, type 3
> Strat 0, arch 2, type 4
> Strat 0, arch 2, type 5
> Strat 0, arch 2, type 6
> Strat 0, arch 3, type 0
> Strat 0, arch 3, type 1
> Strat 0, arch 3, type 2
> Strat 0, arch 3, type 3
> Strat 0, arch 3, type 4
> Strat 0, arch 3, type 5
> Strat 0, arch 3, type 6
> Strat 1, arch 0, type 0
> Strat 1, arch 0, type 1
> Strat 1, arch 0, type 2
> Strat 1, arch 0, type 3
> Strat 1, arch 0, type 4
> Strat 1, arch 0, type 5
> Strat 1, arch 0, type 6
> Strat 1, arch 1, type 0
> Strat 1, arch 1, type 1
> Strat 1, arch 1, type 2
> Strat 1, arch 1, type 3
> Strat 1, arch 1, type 4
> Strat 1, arch 1, type 5
> Strat 1, arch 1, type 6
> Strat 1, arch 2, type 0
> Strat 1, arch 2, type 1
> Strat 1, arch 2, type 2
> Strat 1, arch 2, type 3
> Strat 1, arch 2, type 4
> Strat 1, arch 2, type 5
> Strat 1, arch 2, type 6
> Strat 1, arch 3, type 0
> Strat 1, arch 3, type 1
> Strat 1, arch 3, type 2
> Strat 1, arch 3, type 3
> Strat 1, arch 3, type 4
> Strat 1, arch 3, type 5
> Strat 1, arch 3, type 6
> ./test_scotch_graph_map data/m16x16.grf
> Strat 0, arch 0, type 0
> Strat 0, arch 0, type 1
> Strat 0, arch 0, type 2
> Strat 0, arch 0, type 3
> Strat 0, arch 0, type 4
> Strat 0, arch 0, type 5
> Strat 0, arch 0, type 6
> Strat 0, arch 1, type 0
> Strat 0, arch 1, type 1
> Strat 0, arch 1, type 2
> Strat 0, arch 1, type 3
> Strat 0, arch 1, type 4
> Strat 0, arch 1, type 5
> Strat 0, arch 1, type 6
> Strat 0, arch 2, type 0
> Strat 0, arch 2, type 1
> Strat 0, arch 2, type 2
> Strat 0, arch 2, type 3
> Strat 0, arch 2, type 4
> Strat 0, arch 2, type 5
> Strat 0, arch 2, type 6
> Strat 0, arch 3, type 0
> Strat 0, arch 3, type 1
> Strat 0, arch 3, type 2
> Strat 0, arch 3, type 3
> Strat 0, arch 3, type 4
> Strat 0, arch 3, type 5
> Strat 0, arch 3, type 6
> Strat 1, arch 0, type 0
> Strat 1, arch 0, type 1
> Strat 1, arch 0, type 2
> Strat 1, arch 0, type 3
> Strat 1, arch 0, type 4
> Strat 1, arch 0, type 5
> Strat 1, arch 0, type 6
> Strat 1, arch 1, type 0
> Strat 1, arch 1, type 1
> Strat 1, arch 1, type 2
> Strat 1, arch 1, type 3
> Strat 1, arch 1, type 4
> Strat 1, arch 1, type 5
> Strat 1, arch 1, type 6
> Strat 1, arch 2, type 0
> Strat 1, arch 2, type 1
> Strat 1, arch 2, type 2
> Strat 1, arch 2, type 3
> Strat 1, arch 2, type 4
> Strat 1, arch 2, type 5
> Strat 1, arch 2, type 6
> Strat 1, arch 3, type 0
> Strat 1, arch 3, type 1
> Strat 1, arch 3, type 2
> Strat 1, arch 3, type 3
> Strat 1, arch 3, type 4
> Strat 1, arch 3, type 5
> Strat 1, arch 3, type 6
> ./test_scotch_graph_map data/m16x16_b100000.grf
> Strat 0, arch 0, type 0
> Strat 0, arch 0, type 1
> Strat 0, arch 0, type 2
> Strat 0, arch 0, type 3
> Strat 0, arch 0, type 4
> Strat 0, arch 0, type 5
> Strat 0, arch 0, type 6
> Strat 0, arch 1, type 0
> Strat 0, arch 1, type 1
> Strat 0, arch 1, type 2
> Strat 0, arch 1, type 3
> Strat 0, arch 1, type 4
> Strat 0, arch 1, type 5
> Strat 0, arch 1, type 6
> Strat 0, arch 2, type 0
> Strat 0, arch 2, type 1
> Strat 0, arch 2, type 2
> Strat 0, arch 2, type 3
> Strat 0, arch 2, type 4
> Strat 0, arch 2, type 5
> Strat 0, arch 2, type 6
> Strat 0, arch 3, type 0
> Strat 0, arch 3, type 1
> Strat 0, arch 3, type 2
> Strat 0, arch 3, type 3
> Strat 0, arch 3, type 4
> Strat 0, arch 3, type 5
> Strat 0, arch 3, type 6
> Strat 1, arch 0, type 0
> Strat 1, arch 0, type 1
> Strat 1, arch 0, type 2
> Strat 1, arch 0, type 3
> Strat 1, arch 0, type 4
> Strat 1, arch 0, type 5
> Strat 1, arch 0, type 6
> Strat 1, arch 1, type 0
> Strat 1, arch 1, type 1
> Strat 1, arch 1, type 2
> Strat 1, arch 1, type 3
> Strat 1, arch 1, type 4
> Strat 1, arch 1, type 5
> Strat 1, arch 1, type 6
> Strat 1, arch 2, type 0
> Strat 1, arch 2, type 1
> Strat 1, arch 2, type 2
> Strat 1, arch 2, type 3
> Strat 1, arch 2, type 4
> Strat 1, arch 2, type 5
> Strat 1, arch 2, type 6
> Strat 1, arch 3, type 0
> Strat 1, arch 3, type 1
> Strat 1, arch 3, type 2
> Strat 1, arch 3, type 3
> Strat 1, arch 3, type 4
> Strat 1, arch 3, type 5
> Strat 1, arch 3, type 6
> Makefile:83: update target 'test_scotch_graph_induce' due to: target does not exist
> mpicc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/scotch-7.0.7/src/check=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O3 -fPIC -I. -Drestrict=__restrict -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_FILE_COMPRESS_BZ2 -DCOMMON_FILE_COMPRESS_LZMA -DSCOTCH_PTHREAD -DCOMMON_PTHREAD -DSCOTCH_PTHREAD_NUMBER=2 -DCOMMON_PTHREAD_FILE -DSCOTCH_PTHREAD_MPI -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/scotch-7.0.7=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -DCOMMON_PTHREAD_AFFINITY_LINUX -I../../include -L../../lib test_scotch_graph_induce.c -o test_scotch_graph_induce -lscotch -lscotcherr -Wl,-z,relro -pthread -lz -lbz2 -llzma -lm -lrt -Wl,-z,relro
> test_scotch_graph_induce.c: In function ‘main’:
> test_scotch_graph_induce.c:134:3: warning: ‘memset’ specified size between 18446744071562067969 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]
> 134 | memset (orgparttab, 0, orgvertnbr * sizeof (SCOTCH_GraphPart2));
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Makefile:397: update target 'check_scotch_graph_induce' due to: target does not exist
> ./test_scotch_graph_induce data/bump.grf
> ./test_scotch_graph_induce data/bump_b100000.grf
> Makefile:390: update target 'test_scotch_graph_dump2.c' due to: target does not exist
> ../../bin/gdump -ptest data/m16x16_b1.grf /tmp/m16x16_b1.c
> cat test_scotch_graph_dump.c /tmp/m16x16_b1.c > test_scotch_graph_dump2.c
> Makefile:83: update target 'test_scotch_graph_dump2' due to: target does not exist
> mpicc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/scotch-7.0.7/src/check=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -O3 -fPIC -I. -Drestrict=__restrict -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_FILE_COMPRESS_BZ2 -DCOMMON_FILE_COMPRESS_LZMA -DSCOTCH_PTHREAD -DCOMMON_PTHREAD -DSCOTCH_PTHREAD_NUMBER=2 -DCOMMON_PTHREAD_FILE -DSCOTCH_PTHREAD_MPI -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/scotch-7.0.7=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -DCOMMON_PTHREAD_AFFINITY_LINUX -I../../include -L../../lib test_scotch_graph_dump2.c -o test_scotch_graph_dump2 -lscotch -lscotcherr -Wl,-z,relro -pthread -lz -lbz2 -llzma -lm -lrt -Wl,-z,relro
> Makefile:383: update target 'check_scotch_graph_dump' due to: target does not exist
> ./test_scotch_graph_dump2 /tmp/m16x16_b1.grf
> diff -q "data/bump_b1.grf" "/tmp/bump_b1.grf"
> diff: /tmp/bump_b1.grf: No such file or directory
> make[4]: *** [Makefile:384: check_scotch_graph_dump] Error 2 shuffle=reverse
The full build log is available from:
http://qa-logs.debian.net/2025/05/05/shuffle/reverse/scotch_7.0.7-1_unstable_reverse.log
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
More information about the debian-science-maintainers
mailing list