Skip to content

Instantly share code, notes, and snippets.

@wolfram77
Created December 17, 2022 16:49
Show Gist options
  • Save wolfram77/1b2c4f07a1dc46a330b1dc14afa2b4ab to your computer and use it in GitHub Desktop.
Save wolfram77/1b2c4f07a1dc46a330b1dc14afa2b4ab to your computer and use it in GitHub Desktop.
OpenMP-based parallel graph implementation : OUTPUT
2022-12-17 21:04:36 Loading graph /home/subhajit/Data/GAP-road.mtx ...
2022-12-17 21:04:36 OMP_NUM_THREADS=24
2022-12-17 21:04:42 readMtxOmpW(): vertices=269.8ms, read=3173.7ms, parse=218.2ms, edges=2290.6ms, update=193.3ms
2022-12-17 21:04:42 order: 23947347 size: 57708624 [directed] {}
2022-12-17 21:04:42 [06160.472 ms] readMtxOmpW
2022-12-17 21:04:43 Loading graph /home/subhajit/Data/GAP-twitter.mtx ...
2022-12-17 21:04:43 OMP_NUM_THREADS=24
2022-12-17 21:08:07 readMtxOmpW(): vertices=711.1ms, read=138848.7ms, parse=10906.0ms, edges=50429.3ms, update=3494.1ms
2022-12-17 21:08:07 order: 61578415 size: 1468364884 [directed] {}
2022-12-17 21:08:07 [204464.219 ms] readMtxOmpW
2022-12-17 21:08:27 Loading graph /home/subhajit/Data/GAP-web.mtx ...
2022-12-17 21:08:27 OMP_NUM_THREADS=24
2022-12-17 21:12:12 readMtxOmpW(): vertices=597.1ms, read=150525.8ms, parse=12573.9ms, edges=58511.7ms, update=1941.5ms
2022-12-17 21:12:12 order: 50636151 size: 1930292948 [directed] {}
2022-12-17 21:12:12 [224229.203 ms] readMtxOmpW
2022-12-17 21:12:21 Loading graph /home/subhajit/Data/GAP-kron.mtx ...
2022-12-17 21:12:21 OMP_NUM_THREADS=24
2022-12-17 21:18:28 readMtxOmpW(): vertices=1515.8ms, read=219953.7ms, parse=16171.7ms, edges=125145.1ms, update=4435.2ms
2022-12-17 21:18:28 order: 134217726 size: 4223264644 [directed] {}
2022-12-17 21:18:28 [367328.469 ms] readMtxOmpW
2022-12-17 21:19:04 Loading graph /home/subhajit/Data/GAP-urand.mtx ...
2022-12-17 21:19:04 OMP_NUM_THREADS=24
2022-12-17 21:28:30 readMtxOmpW(): vertices=2223.1ms, read=253188.6ms, parse=18475.3ms, edges=287767.3ms, update=4735.8ms
2022-12-17 21:28:30 order: 134217728 size: 4294966740 [directed] {}
2022-12-17 21:28:30 [566477.562 ms] readMtxOmpW
2022-12-17 21:29:37 Loading graph /home/subhajit/Data/com-Orkut.mtx ...
2022-12-17 21:29:37 OMP_NUM_THREADS=24
2022-12-17 21:29:53 readMtxOmpW(): vertices=48.3ms, read=8187.8ms, parse=494.3ms, edges=7038.9ms, update=366.0ms
2022-12-17 21:29:53 order: 3072441 size: 234370166 [directed] {}
2022-12-17 21:29:53 [16217.649 ms] readMtxOmpW
2022-12-17 21:29:55 Loading graph /home/subhajit/Data/com-Friendster.mtx ...
2022-12-17 21:29:55 OMP_NUM_THREADS=24
2022-12-17 21:35:30 readMtxOmpW(): vertices=1088.3ms, read=156689.8ms, parse=9129.1ms, edges=163137.2ms, update=4885.3ms
2022-12-17 21:35:30 order: 65608366 size: 3612134270 [directed] {}
2022-12-17 21:35:30 [335067.406 ms] readMtxOmpW
2022-12-17 21:36:18 Loading graph /home/subhajit/Data/arabic-2005.mtx ...
2022-12-17 21:36:18 OMP_NUM_THREADS=24
2022-12-17 21:37:21 readMtxOmpW(): vertices=277.3ms, read=40662.9ms, parse=2658.3ms, edges=18844.9ms, update=796.4ms
2022-12-17 21:37:21 order: 22744080 size: 639999458 [directed] {}
2022-12-17 21:37:21 [63263.379 ms] readMtxOmpW
2022-12-17 21:37:25 Loading graph /home/subhajit/Data/uk-2005.mtx ...
2022-12-17 21:37:25 OMP_NUM_THREADS=24
2022-12-17 21:39:06 readMtxOmpW(): vertices=563.2ms, read=63970.3ms, parse=4113.9ms, edges=31288.9ms, update=1463.6ms
2022-12-17 21:39:06 order: 39459925 size: 936364282 [directed] {}
2022-12-17 21:39:06 [101528.141 ms] readMtxOmpW
2022-12-17 21:39:12 Loading graph /home/subhajit/Data/webbase-2001.mtx ...
2022-12-17 21:39:12 OMP_NUM_THREADS=24
2022-12-17 21:41:21 readMtxOmpW(): vertices=2006.7ms, read=75249.4ms, parse=4809.9ms, edges=45601.1ms, update=1796.8ms
2022-12-17 21:41:21 order: 118142155 size: 1019903190 [directed] {}
2022-12-17 21:41:22 [129536.992 ms] readMtxOmpW
2022-12-17 21:41:37 Loading graph /home/subhajit/Data/it-2004.mtx ...
2022-12-17 21:41:37 OMP_NUM_THREADS=24
2022-12-17 21:43:47 readMtxOmpW(): vertices=629.2ms, read=82497.2ms, parse=5191.2ms, edges=39814.0ms, update=2203.5ms
2022-12-17 21:43:47 order: 41291594 size: 1150725436 [directed] {}
2022-12-17 21:43:47 [130468.352 ms] readMtxOmpW
2022-12-17 21:43:55 Loading graph /home/subhajit/Data/sk-2005.mtx ...
2022-12-17 21:43:55 OMP_NUM_THREADS=24
2022-12-17 21:47:25 readMtxOmpW(): vertices=989.2ms, read=128581.5ms, parse=8576.3ms, edges=69284.3ms, update=2555.4ms
2022-12-17 21:47:25 order: 50636154 size: 1949412601 [directed] {}
2022-12-17 21:47:25 [210032.094 ms] readMtxOmpW
2022-12-17 21:47:38 Loading graph /home/subhajit/Data/kmer_V1r.mtx ...
2022-12-17 21:47:38 OMP_NUM_THREADS=24
2022-12-17 21:47:38 order: 0 size: 0 [directed] {}
2022-12-17 21:47:38 [00000.170 ms] readMtxOmpW
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment