Hi, I encountered an error when setting the parameter above 25 while running the code. Could you please advise on how to resolve this?
./graph500_reference_bfs_sssp 26
--------------------------------------------------------------------------
WARNING: There was an error initializing an OpenFabrics device.
Local host: optane01
Local device: mlx5_0
--------------------------------------------------------------------------
graph_generation: 1784.829412 s
construction_time: 602.474827 s
[optane01:515147:0:515147] Caught signal 11 (Segmentation fault: address not mapped to object at address 0x149fb6647010)
==== backtrace (tid: 515147) ====
0 0x0000000000012cf0 __funlockfile() :0
1 0x00000000004039a2 visithndl() ???:0
2 0x0000000000406b3d aml_send() ???:0
3 0x0000000000403c5e run_bfs() ???:0
4 0x00000000004033f3 main() ???:0
5 0x000000000003ad85 __libc_start_main() ???:0
6 0x000000000040387e _start() ???:0
=================================
[optane01:515147] *** Process received signal ***
[optane01:515147] Signal: Segmentation fault (11)
[optane01:515147] Signal code: (-6)
[optane01:515147] Failing at address: 0x7dc4b
[optane01:515147] [ 0] /lib64/libpthread.so.0(+0x12cf0)[0x14a44a711cf0]
[optane01:515147] [ 1] ./graph500_reference_bfs_sssp[0x4039a2]
[optane01:515147] [ 2] ./graph500_reference_bfs_sssp[0x406b3d]
[optane01:515147] [ 3] ./graph500_reference_bfs_sssp[0x403c5e]
[optane01:515147] [ 4] ./graph500_reference_bfs_sssp[0x4033f3]
[optane01:515147] [ 5] /lib64/libc.so.6(__libc_start_main+0xe5)[0x14a449cc2d85]
[optane01:515147] [ 6] ./graph500_reference_bfs_sssp[0x40387e]
[optane01:515147] *** End of error message ***
Segmentation fault (core dumped)
Environment:
available: 2 nodes (0-1)
node 0 cpus: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
node 0 size: 515407 MB
node 0 free: 1978 MB
node 1 cpus: 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111
node 1 size: 516080 MB
node 1 free: 81566 MB
node distances:
node 0 1
0: 10 20
1: 20 10
Hi, I encountered an error when setting the parameter above 25 while running the code. Could you please advise on how to resolve this?
Environment: