Function: Nbnxm::sort_atoms(int, bool, int, bool, int*, int, gmx::ArrayRef<gmx::BasicVector<float> c ... | Module: libgromacs_mpi.so.9.0.0 | Source: grid.cpp:308-440 [...] | Coverage (incl. loops): 0.04% | (excl. loops): 0.00% |
---|
Function: Nbnxm::sort_atoms(int, bool, int, bool, int*, int, gmx::ArrayRef<gmx::BasicVector<float> c ... | Module: libgromacs_mpi.so.9.0.0 | Source: grid.cpp:308-440 [...] | Coverage (incl. loops): 0.04% | (excl. loops): 0.00% |
---|
/usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/ext/new_allocator.h: 145 - 145 |
-------------------------------------------------------------------------------- |
145: ::operator delete(__p |
/usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/bits/basic_string.h: 195 - 239 |
-------------------------------------------------------------------------------- |
195: { return _M_dataplus._M_p; } |
[...] |
211: return std::pointer_traits<const_pointer>::pointer_to(*_M_local_buf); |
[...] |
230: { return _M_data() == _M_local_data(); } |
[...] |
239: if (!_M_is_local()) |
/home/eoseret/gromacs-2024.2/api/legacy/include/gromacs/math/vectypes.h: 122 - 122 |
-------------------------------------------------------------------------------- |
122: ValueType operator[](int i) const { return x_[i]; } |
/home/eoseret/gromacs-2024.2/src/gromacs/nbnxm/grid.cpp: 308 - 440 |
-------------------------------------------------------------------------------- |
308: { |
309: if (n <= 1) |
[...] |
318: invh *= n_per_h * c_sortGridRatio; |
[...] |
330: for (int i = 0; i < n; i++) |
[...] |
336: int zi = static_cast<int>((x[a[i]][dim] - h0) * invh); |
[...] |
354: if (zi < 0) |
[...] |
363: if (zi > n_per_h * c_sortGridRatio) |
[...] |
372: if (sort[zi] < 0) |
373: { |
374: sort[zi] = a[i]; |
375: zi_min = std::min(zi_min, zi); |
[...] |
386: while (sort[zi] >= 0 |
387: && (x[a[i]][dim] > x[sort[zi]][dim] |
388: || (x[a[i]][dim] == x[sort[zi]][dim] && a[i] > sort[zi]))) |
[...] |
398: while (sort[zim] >= 0) |
399: { |
400: int tmp = sort[zim]; |
401: sort[zim] = cp; |
402: cp = tmp; |
403: zim++; |
404: } |
405: sort[zim] = cp; |
406: zi_max = std::max(zi_max, zim); |
407: } |
408: sort[zi] = a[i]; |
[...] |
414: if (!Backwards) |
415: { |
416: for (int zi = 0; zi < nsort; zi++) |
417: { |
418: if (sort[zi] >= 0) |
419: { |
420: a[c++] = sort[zi]; |
421: sort[zi] = -1; |
[...] |
427: for (int zi = zi_max; zi >= zi_min; zi--) |
428: { |
429: if (sort[zi] >= 0) |
430: { |
431: a[c++] = sort[zi]; |
432: sort[zi] = -1; |
433: } |
434: } |
435: } |
436: if (c < n) |
437: { |
438: gmx_incons("Lost particles while sorting"); |
439: } |
440: } |
/home/eoseret/gromacs-2024.2/api/legacy/include/gromacs/utility/arrayref.h: 82 - 82 |
-------------------------------------------------------------------------------- |
82: it_ += i; |
0x5f3160 PUSH %RBP |
0x5f3161 MOV %RSP,%RBP |
0x5f3164 PUSH %R15 |
0x5f3166 PUSH %R14 |
0x5f3168 PUSH %R13 |
0x5f316a PUSH %R12 |
0x5f316c PUSH %RBX |
0x5f316d SUB $0x78,%RSP |
0x5f3171 CMP $0x2,%ECX |
0x5f3174 JL 5f33cc |
0x5f317a MOV %RDX,%R14 |
0x5f317d MOV %ESI,-0x40(%RBP) |
0x5f3180 MOV 0x10(%RBP),%R10 |
0x5f3184 MOV $0x100000000,%R11 |
0x5f318e SAL $0x2,%R9D |
0x5f3192 VCVTSI2SS %R9D,%XMM2,%XMM2 |
0x5f3197 VMULSS %XMM1,%XMM2,%XMM1 |
0x5f319b MOV %EDI,%EBX |
0x5f319d MOV %ECX,-0x3c(%RBP) |
0x5f31a0 MOV %ECX,%EAX |
0x5f31a2 MOV %RAX,-0x50(%RBP) |
0x5f31a6 LEA 0x4(%R10),%RAX |
0x5f31aa MOV %RAX,-0x48(%RBP) |
0x5f31ae MOV $-0x1,%EDI |
0x5f31b3 MOVL $0x7fffffff,-0x38(%RBP) |
0x5f31ba XOR %R12D,%R12D |
0x5f31bd MOV %R9D,-0x34(%RBP) |
0x5f31c1 JMP 5f31f7 |
0x5f31c3 NOPW %CS:(%RAX,%RAX,1) |
(1800) 0x5f31d0 MOV %ECX,(%R10,%RAX,4) |
(1800) 0x5f31d4 MOV -0x38(%RBP),%ECX |
(1800) 0x5f31d7 CMP %ECX,%EAX |
(1800) 0x5f31d9 CMOVL %EAX,%ECX |
(1800) 0x5f31dc MOV %ECX,-0x38(%RBP) |
(1800) 0x5f31df CMP %EAX,%EDI |
(1800) 0x5f31e1 SETL %AL |
(1800) 0x5f31e4 TEST %AL,%AL |
(1800) 0x5f31e6 CMOVNE %R13D,%EDI |
(1800) 0x5f31ea INC %R12 |
(1800) 0x5f31ed CMP -0x50(%RBP),%R12 |
(1800) 0x5f31f1 JE 5f32f9 |
(1800) 0x5f31f7 MOVSXD (%R14,%R12,4),%RCX |
(1800) 0x5f31fb LEA (%RCX,%RCX,2),%RAX |
(1800) 0x5f31ff LEA (%R8,%RAX,4),%RAX |
(1800) 0x5f3203 VMOVSS (%RAX,%RBX,4),%XMM2 |
(1800) 0x5f3208 VSUBSS %XMM0,%XMM2,%XMM3 |
(1800) 0x5f320c VMULSS %XMM3,%XMM1,%XMM3 |
(1800) 0x5f3210 VCVTTSS2SI %XMM3,%EAX |
(1800) 0x5f3214 MOV %EAX,%EDX |
(1800) 0x5f3216 SAR $0x1f,%EDX |
(1800) 0x5f3219 ANDN %EAX,%EDX,%R13D |
(1800) 0x5f321e CMP %R9D,%R13D |
(1800) 0x5f3221 CMOVGE %R9D,%R13D |
(1800) 0x5f3225 MOVSXD %R13D,%RAX |
(1800) 0x5f3228 MOV (%R10,%RAX,4),%R15D |
(1800) 0x5f322c TEST %R15D,%R15D |
(1800) 0x5f322f JS 5f31d0 |
(1800) 0x5f3231 MOV %R14,%R9 |
(1800) 0x5f3234 MOV %RAX,%RSI |
(1800) 0x5f3237 SAL $0x20,%RSI |
(1800) 0x5f323b ADD %R11,%RSI |
(1800) 0x5f323e MOV -0x48(%RBP),%RDX |
(1800) 0x5f3242 LEA (%RDX,%RAX,4),%RDX |
(1800) 0x5f3246 INC %EAX |
(1800) 0x5f3248 JMP 5f3264 |
0x5f324a NOPW (%RAX,%RAX,1) |
(1801) 0x5f3250 MOV (%RDX),%R15D |
(1801) 0x5f3253 INC %R13D |
(1801) 0x5f3256 ADD %R11,%RSI |
(1801) 0x5f3259 ADD $0x4,%RDX |
(1801) 0x5f325d INC %EAX |
(1801) 0x5f325f TEST %R15D,%R15D |
(1801) 0x5f3262 JS 5f32d0 |
(1801) 0x5f3264 MOV %R15D,%R14D |
(1801) 0x5f3267 LEA (%R14,%R14,2),%R14 |
(1801) 0x5f326b LEA (%R8,%R14,4),%R14 |
(1801) 0x5f326f VMOVSS (%R14,%RBX,4),%XMM3 |
(1801) 0x5f3275 VUCOMISS %XMM3,%XMM2 |
(1801) 0x5f3279 JA 5f3250 |
(1801) 0x5f327b CMP %R15D,%ECX |
(1801) 0x5f327e JLE 5f3288 |
(1801) 0x5f3280 VUCOMISS %XMM3,%XMM2 |
(1801) 0x5f3284 JNE 5f3288 |
(1801) 0x5f3286 JNP 5f3250 |
(1800) 0x5f3288 LEA 0x1(%R13),%ECX |
(1800) 0x5f328c MOVSXD %ECX,%RDX |
(1800) 0x5f328f MOV (%R10,%RDX,4),%ESI |
(1800) 0x5f3293 TEST %ESI,%ESI |
(1800) 0x5f3295 MOV %R9,%R14 |
(1800) 0x5f3298 JS 5f32d9 |
(1800) 0x5f329a MOVSXD %EAX,%RCX |
(1800) 0x5f329d LEA (%R10,%RCX,4),%RDX |
(1800) 0x5f32a1 MOV %EAX,%ECX |
(1800) 0x5f32a3 MOV %R15D,%EAX |
(1800) 0x5f32a6 MOV -0x34(%RBP),%R9D |
(1800) 0x5f32aa NOPW (%RAX,%RAX,1) |
(1802) 0x5f32b0 MOV %ESI,%R15D |
(1802) 0x5f32b3 MOV %EAX,(%RDX) |
(1802) 0x5f32b5 MOV 0x4(%RDX),%ESI |
(1802) 0x5f32b8 ADD $0x4,%RDX |
(1802) 0x5f32bc INC %ECX |
(1802) 0x5f32be MOV %R15D,%EAX |
(1802) 0x5f32c1 TEST %ESI,%ESI |
(1802) 0x5f32c3 JNS 5f32b0 |
(1800) 0x5f32c5 JMP 5f32e1 |
0x5f32c7 NOPW (%RAX,%RAX,1) |
(1800) 0x5f32d0 MOV %R9,%R14 |
(1800) 0x5f32d3 MOV -0x34(%RBP),%R9D |
(1800) 0x5f32d7 JMP 5f32ed |
(1800) 0x5f32d9 LEA (%R10,%RDX,4),%RDX |
(1800) 0x5f32dd MOV -0x34(%RBP),%R9D |
(1800) 0x5f32e1 MOV %R15D,(%RDX) |
(1800) 0x5f32e4 CMP %ECX,%EDI |
(1800) 0x5f32e6 CMOVLE %ECX,%EDI |
(1800) 0x5f32e9 MOV (%R14,%R12,4),%ECX |
(1800) 0x5f32ed MOVSXD %R13D,%RAX |
(1800) 0x5f32f0 MOV %ECX,(%R10,%RAX,4) |
(1800) 0x5f32f4 JMP 5f31df |
0x5f32f9 CMPB $0,-0x40(%RBP) |
0x5f32fd JE 5f3371 |
0x5f32ff XOR %ESI,%ESI |
0x5f3301 MOV -0x38(%RBP),%EAX |
0x5f3304 CMP %EAX,%EDI |
0x5f3306 MOV -0x3c(%RBP),%R11D |
0x5f330a JL 5f33c3 |
0x5f3310 MOVSXD %EDI,%R8 |
0x5f3313 CLTQ |
0x5f3315 MOV %R8,%RDX |
0x5f3318 SUB %RAX,%RDX |
0x5f331b NEG %RAX |
0x5f331e LEA (%R8,%RAX,1),%RCX |
0x5f3322 INC %RCX |
0x5f3325 MOV %ECX,%EDI |
0x5f3327 AND $0x3,%EDI |
0x5f332a CMP $0x3,%RDX |
0x5f332e JAE 5f3465 |
0x5f3334 XOR %ESI,%ESI |
0x5f3336 TEST %RDI,%RDI |
0x5f3339 JE 5f33c3 |
0x5f333f LEA (%R10,%R8,4),%RAX |
0x5f3343 NEG %RDI |
0x5f3346 XOR %ECX,%ECX |
0x5f3348 JMP 5f3358 |
0x5f334a NOPW (%RAX,%RAX,1) |
(1798) 0x5f3350 DEC %RCX |
(1798) 0x5f3353 CMP %RCX,%RDI |
(1798) 0x5f3356 JE 5f33c3 |
(1798) 0x5f3358 MOV (%RAX,%RCX,4),%EDX |
(1798) 0x5f335b TEST %EDX,%EDX |
(1798) 0x5f335d JS 5f3350 |
(1798) 0x5f335f MOVSXD %ESI,%R8 |
(1798) 0x5f3362 INC %ESI |
(1798) 0x5f3364 MOV %EDX,(%R14,%R8,4) |
(1798) 0x5f3368 MOVL $-0x1,(%RAX,%RCX,4) |
(1798) 0x5f336f JMP 5f3350 |
0x5f3371 MOV -0x3c(%RBP),%R11D |
0x5f3375 ADD %R11D,%R9D |
0x5f3378 TEST %R9D,%R9D |
0x5f337b JLE 5f33c1 |
0x5f337d MOV %R9D,%R8D |
0x5f3380 MOV %R8D,%EDI |
0x5f3383 AND $0x3,%EDI |
0x5f3386 CMP $0x4,%R9D |
0x5f338a JAE 5f33db |
0x5f338c XOR %ECX,%ECX |
0x5f338e XOR %ESI,%ESI |
0x5f3390 TEST %RDI,%RDI |
0x5f3393 JE 5f33c3 |
0x5f3395 LEA (%R10,%RCX,4),%RAX |
0x5f3399 XOR %ECX,%ECX |
0x5f339b JMP 5f33a8 |
0x5f339d NOPL (%RAX) |
(1796) 0x5f33a0 INC %RCX |
(1796) 0x5f33a3 CMP %RCX,%RDI |
(1796) 0x5f33a6 JE 5f33c3 |
(1796) 0x5f33a8 MOV (%RAX,%RCX,4),%EDX |
(1796) 0x5f33ab TEST %EDX,%EDX |
(1796) 0x5f33ad JS 5f33a0 |
(1796) 0x5f33af MOVSXD %ESI,%R8 |
(1796) 0x5f33b2 INC %ESI |
(1796) 0x5f33b4 MOV %EDX,(%R14,%R8,4) |
(1796) 0x5f33b8 MOVL $-0x1,(%RAX,%RCX,4) |
(1796) 0x5f33bf JMP 5f33a0 |
0x5f33c1 XOR %ESI,%ESI |
0x5f33c3 CMP %R11D,%ESI |
0x5f33c6 JL 5f34ea |
0x5f33cc ADD $0x78,%RSP |
0x5f33d0 POP %RBX |
0x5f33d1 POP %R12 |
0x5f33d3 POP %R13 |
0x5f33d5 POP %R14 |
0x5f33d7 POP %R15 |
0x5f33d9 POP %RBP |
0x5f33da RET |
0x5f33db AND $-0x4,%R8D |
0x5f33df XOR %ECX,%ECX |
0x5f33e1 XOR %ESI,%ESI |
0x5f33e3 JMP 5f33f9 |
0x5f33e5 NOPW %CS:(%RAX,%RAX,1) |
(1797) 0x5f33f0 ADD $0x4,%RCX |
(1797) 0x5f33f4 CMP %RCX,%R8 |
(1797) 0x5f33f7 JE 5f3390 |
(1797) 0x5f33f9 MOV (%R10,%RCX,4),%EAX |
(1797) 0x5f33fd TEST %EAX,%EAX |
(1797) 0x5f33ff JS 5f3412 |
(1797) 0x5f3401 MOVSXD %ESI,%RDX |
(1797) 0x5f3404 INC %ESI |
(1797) 0x5f3406 MOV %EAX,(%R14,%RDX,4) |
(1797) 0x5f340a MOVL $-0x1,(%R10,%RCX,4) |
(1797) 0x5f3412 MOV 0x4(%R10,%RCX,4),%EAX |
(1797) 0x5f3417 TEST %EAX,%EAX |
(1797) 0x5f3419 JS 5f342d |
(1797) 0x5f341b MOVSXD %ESI,%RDX |
(1797) 0x5f341e INC %ESI |
(1797) 0x5f3420 MOV %EAX,(%R14,%RDX,4) |
(1797) 0x5f3424 MOVL $-0x1,0x4(%R10,%RCX,4) |
(1797) 0x5f342d MOV 0x8(%R10,%RCX,4),%EAX |
(1797) 0x5f3432 TEST %EAX,%EAX |
(1797) 0x5f3434 JS 5f3448 |
(1797) 0x5f3436 MOVSXD %ESI,%RDX |
(1797) 0x5f3439 INC %ESI |
(1797) 0x5f343b MOV %EAX,(%R14,%RDX,4) |
(1797) 0x5f343f MOVL $-0x1,0x8(%R10,%RCX,4) |
(1797) 0x5f3448 MOV 0xc(%R10,%RCX,4),%EAX |
(1797) 0x5f344d TEST %EAX,%EAX |
(1797) 0x5f344f JS 5f33f0 |
(1797) 0x5f3451 MOVSXD %ESI,%RDX |
(1797) 0x5f3454 INC %ESI |
(1797) 0x5f3456 MOV %EAX,(%R14,%RDX,4) |
(1797) 0x5f345a MOVL $-0x1,0xc(%R10,%RCX,4) |
(1797) 0x5f3463 JMP 5f33f0 |
0x5f3465 AND $-0x4,%RCX |
0x5f3469 XOR %ESI,%ESI |
0x5f346b JMP 5f347e |
0x5f346d NOPL (%RAX) |
(1799) 0x5f3470 ADD $-0x4,%R8 |
(1799) 0x5f3474 ADD $-0x4,%RCX |
(1799) 0x5f3478 JE 5f3336 |
(1799) 0x5f347e MOV (%R10,%R8,4),%EAX |
(1799) 0x5f3482 TEST %EAX,%EAX |
(1799) 0x5f3484 JS 5f3497 |
(1799) 0x5f3486 MOVSXD %ESI,%RDX |
(1799) 0x5f3489 INC %ESI |
(1799) 0x5f348b MOV %EAX,(%R14,%RDX,4) |
(1799) 0x5f348f MOVL $-0x1,(%R10,%R8,4) |
(1799) 0x5f3497 MOV -0x4(%R10,%R8,4),%EAX |
(1799) 0x5f349c TEST %EAX,%EAX |
(1799) 0x5f349e JS 5f34b2 |
(1799) 0x5f34a0 MOVSXD %ESI,%RDX |
(1799) 0x5f34a3 INC %ESI |
(1799) 0x5f34a5 MOV %EAX,(%R14,%RDX,4) |
(1799) 0x5f34a9 MOVL $-0x1,-0x4(%R10,%R8,4) |
(1799) 0x5f34b2 MOV -0x8(%R10,%R8,4),%EAX |
(1799) 0x5f34b7 TEST %EAX,%EAX |
(1799) 0x5f34b9 JS 5f34cd |
(1799) 0x5f34bb MOVSXD %ESI,%RDX |
(1799) 0x5f34be INC %ESI |
(1799) 0x5f34c0 MOV %EAX,(%R14,%RDX,4) |
(1799) 0x5f34c4 MOVL $-0x1,-0x8(%R10,%R8,4) |
(1799) 0x5f34cd MOV -0xc(%R10,%R8,4),%EAX |
(1799) 0x5f34d2 TEST %EAX,%EAX |
(1799) 0x5f34d4 JS 5f3470 |
(1799) 0x5f34d6 MOVSXD %ESI,%RDX |
(1799) 0x5f34d9 INC %ESI |
(1799) 0x5f34db MOV %EAX,(%R14,%RDX,4) |
(1799) 0x5f34df MOVL $-0x1,-0xc(%R10,%R8,4) |
(1799) 0x5f34e8 JMP 5f3470 |
0x5f34ea LEA -0x3b800a(%RIP),%RSI |
0x5f34f1 LEA -0x70(%RBP),%RDI |
0x5f34f5 LEA -0x30(%RBP),%RDX |
0x5f34f9 CALL fa48c0 <@plt_start@+0x1410> |
0x5f34fe LEA -0x2c4a41(%RIP),%RSI |
0x5f3505 LEA -0x98(%RBP),%RDI |
0x5f350c MOV $0x2,%EDX |
0x5f3511 CALL fa6d70 <@plt_start@+0x38c0> |
0x5f3516 LEA -0x3af5d9(%RIP),%RDI |
0x5f351d LEA -0x70(%RBP),%RSI |
0x5f3521 LEA -0x98(%RBP),%RDX |
0x5f3528 MOV $0x1b6,%ECX |
0x5f352d CALL fa4500 <@plt_start@+0x1050> |
0x5f3532 MOV %RAX,%RBX |
0x5f3535 LEA -0x98(%RBP),%RDI |
0x5f353c CALL fa3920 <@plt_start@+0x470> |
0x5f3541 JMP 5f3546 |
0x5f3543 MOV %RAX,%RBX |
0x5f3546 MOV -0x70(%RBP),%RDI |
0x5f354a LEA -0x60(%RBP),%RAX |
0x5f354e CMP %RAX,%RDI |
0x5f3551 JE 5f3558 |
0x5f3553 CALL fa3730 <@plt_start@+0x280> |
0x5f3558 MOV %RBX,%RDI |
0x5f355b CALL fa3770 <@plt_start@+0x2c0> |
Coverage (%) | Name | Source Location | Module |
---|---|---|---|
►100.00+ | Nbnxm::Grid::sortColumnsCpuGeo[...] | grid.cpp:1055 | libgromacs_mpi.so.9.0.0 |
○ | .omp_outlined.#0x5f4ef0 | grid.cpp:1494 | libgromacs_mpi.so.9.0.0 |
○ | __kmp_invoke_microtask | libomp.so | |
○ | __kmp_fork_call | libomp.so | |
○ | __kmpc_fork_call | libomp.so | |
○ | Nbnxm::Grid::setCellIndices(in[...] | grid.cpp:1485 | libgromacs_mpi.so.9.0.0 |
○ | Nbnxm::GridSet::putOnGrid(floa[...] | gridset.cpp:247 | libgromacs_mpi.so.9.0.0 |
○ | nonbonded_verlet_t::putAtomsOn[...] | cyclecounter.h:182 | libgromacs_mpi.so.9.0.0 |
○ | gmx::dd_partition_system(_IO_F[...] | partition.cpp:3120 | libgromacs_mpi.so.9.0.0 |
○ | gmx::LegacySimulator::do_md() | md.cpp:1001 | libgromacs_mpi.so.9.0.0 |
○ | gmx::Mdrunner::mdrunner() | runner.cpp:2311 | libgromacs_mpi.so.9.0.0 |
○ | gmx::gmx_mdrun(int, gmx_hw_inf[...] | mdrun.cpp:280 | gmx_mpi |
○ | gmx::gmx_mdrun(int, char**) | mdrun.cpp:82 | gmx_mpi |
○ | gmx::CommandLineModuleManager:[...] | cmdlinemodulemanager.cpp:569 | libgromacs_mpi.so.9.0.0 |
○ | main | gmx.cpp:58 | gmx_mpi |
○ | __libc_start_call_main | libc.so.6 |
Coverage (%) | Name | Source Location | Module |
---|---|---|---|
►81.82+ | Nbnxm::Grid::sortColumnsCpuGeo[...] | grid.cpp:1055 | libgromacs_mpi.so.9.0.0 |
○ | .omp_outlined.#0x5f4ef0 | grid.cpp:1494 | libgromacs_mpi.so.9.0.0 |
○ | __kmp_invoke_microtask | libomp.so | |
○ | __kmp_fork_call | libomp.so | |
○ | __kmpc_fork_call | libomp.so | |
○ | Nbnxm::Grid::setCellIndices(in[...] | grid.cpp:1485 | libgromacs_mpi.so.9.0.0 |
○ | Nbnxm::GridSet::putOnGrid(floa[...] | gridset.cpp:247 | libgromacs_mpi.so.9.0.0 |
○ | nonbonded_verlet_t::putAtomsOn[...] | cyclecounter.h:182 | libgromacs_mpi.so.9.0.0 |
○ | gmx::dd_partition_system(_IO_F[...] | partition.cpp:3120 | libgromacs_mpi.so.9.0.0 |
○ | gmx::LegacySimulator::do_md() | md.cpp:1001 | libgromacs_mpi.so.9.0.0 |
○ | gmx::Mdrunner::mdrunner() | runner.cpp:2311 | libgromacs_mpi.so.9.0.0 |
○ | gmx::gmx_mdrun(int, gmx_hw_inf[...] | mdrun.cpp:280 | gmx_mpi |
○ | gmx::gmx_mdrun(int, char**) | mdrun.cpp:82 | gmx_mpi |
○ | gmx::CommandLineModuleManager:[...] | cmdlinemodulemanager.cpp:569 | libgromacs_mpi.so.9.0.0 |
○ | main | gmx.cpp:58 | gmx_mpi |
○ | __libc_start_call_main | libc.so.6 | |
►16.67+ | Nbnxm::Grid::sortColumnsCpuGeo[...] | grid.cpp:1055 | libgromacs_mpi.so.9.0.0 |
○ | .omp_outlined.#0x5f4ef0 | grid.cpp:1494 | libgromacs_mpi.so.9.0.0 |
○ | __kmp_invoke_microtask | libomp.so | |
○ | __kmp_fork_call | libomp.so | |
○ | __kmpc_fork_call | libomp.so | |
○ | Nbnxm::Grid::setCellIndices(in[...] | grid.cpp:1485 | libgromacs_mpi.so.9.0.0 |
○ | Nbnxm::GridSet::putOnGrid(floa[...] | gridset.cpp:247 | libgromacs_mpi.so.9.0.0 |
○ | nbnxn_put_on_grid_nonlocal(non[...] | cyclecounter.h:182 | libgromacs_mpi.so.9.0.0 |
○ | do_force(_IO_FILE*, t_commrec [...] | sim_util.cpp:1345 | libgromacs_mpi.so.9.0.0 |
○ | gmx::LegacySimulator::do_md() | md.cpp:1248 | libgromacs_mpi.so.9.0.0 |
○ | gmx::Mdrunner::mdrunner() | runner.cpp:2311 | libgromacs_mpi.so.9.0.0 |
○ | gmx::gmx_mdrun(int, gmx_hw_inf[...] | mdrun.cpp:280 | gmx_mpi |
○ | gmx::gmx_mdrun(int, char**) | mdrun.cpp:82 | gmx_mpi |
○ | gmx::CommandLineModuleManager:[...] | cmdlinemodulemanager.cpp:569 | libgromacs_mpi.so.9.0.0 |
○ | main | gmx.cpp:58 | gmx_mpi |
○ | __libc_start_call_main | libc.so.6 | |
►1.52+ | Nbnxm::Grid::sortColumnsCpuGeo[...] | grid.cpp:1055 | libgromacs_mpi.so.9.0.0 |
○ | .omp_outlined.#0x5f4ef0 | grid.cpp:1494 | libgromacs_mpi.so.9.0.0 |
○ | __kmp_invoke_microtask | libomp.so | |
○ | __kmp_fork_call | libomp.so | |
○ | __kmpc_fork_call | libomp.so | |
○ | Nbnxm::Grid::setCellIndices(in[...] | grid.cpp:1485 | libgromacs_mpi.so.9.0.0 |
○ | Nbnxm::GridSet::putOnGrid(floa[...] | gridset.cpp:247 | libgromacs_mpi.so.9.0.0 |
○ | nonbonded_verlet_t::putAtomsOn[...] | cyclecounter.h:182 | libgromacs_mpi.so.9.0.0 |
○ | gmx::dd_partition_system(_IO_F[...] | partition.cpp:3120 | libgromacs_mpi.so.9.0.0 |
○ | gmx::LegacySimulator::do_md() | md.cpp:368 | libgromacs_mpi.so.9.0.0 |
○ | gmx::Mdrunner::mdrunner() | runner.cpp:2311 | libgromacs_mpi.so.9.0.0 |
○ | gmx::gmx_mdrun(int, gmx_hw_inf[...] | mdrun.cpp:280 | gmx_mpi |
○ | gmx::gmx_mdrun(int, char**) | mdrun.cpp:82 | gmx_mpi |
○ | gmx::CommandLineModuleManager:[...] | cmdlinemodulemanager.cpp:569 | libgromacs_mpi.so.9.0.0 |
○ | main | gmx.cpp:58 | gmx_mpi |
○ | __libc_start_call_main | libc.so.6 |
Coverage (%) | Name | Source Location | Module |
---|---|---|---|
►68.06+ | Nbnxm::Grid::sortColumnsCpuGeo[...] | grid.cpp:1055 | libgromacs_mpi.so.9.0.0 |
○ | .omp_outlined.#0x5f4ef0 | grid.cpp:1494 | libgromacs_mpi.so.9.0.0 |
○ | __kmp_invoke_microtask | libomp.so | |
○ | __kmp_fork_call | libomp.so | |
○ | __kmpc_fork_call | libomp.so | |
○ | Nbnxm::Grid::setCellIndices(in[...] | grid.cpp:1485 | libgromacs_mpi.so.9.0.0 |
○ | Nbnxm::GridSet::putOnGrid(floa[...] | gridset.cpp:247 | libgromacs_mpi.so.9.0.0 |
○ | nonbonded_verlet_t::putAtomsOn[...] | cyclecounter.h:182 | libgromacs_mpi.so.9.0.0 |
○ | gmx::dd_partition_system(_IO_F[...] | partition.cpp:3120 | libgromacs_mpi.so.9.0.0 |
○ | gmx::LegacySimulator::do_md() | md.cpp:1001 | libgromacs_mpi.so.9.0.0 |
○ | gmx::Mdrunner::mdrunner() | runner.cpp:2311 | libgromacs_mpi.so.9.0.0 |
○ | gmx::gmx_mdrun(int, gmx_hw_inf[...] | mdrun.cpp:280 | gmx_mpi |
○ | gmx::gmx_mdrun(int, char**) | mdrun.cpp:82 | gmx_mpi |
○ | gmx::CommandLineModuleManager:[...] | cmdlinemodulemanager.cpp:569 | libgromacs_mpi.so.9.0.0 |
○ | main | gmx.cpp:58 | gmx_mpi |
○ | __libc_start_call_main | libc.so.6 | |
►27.78+ | Nbnxm::Grid::sortColumnsCpuGeo[...] | grid.cpp:1055 | libgromacs_mpi.so.9.0.0 |
○ | .omp_outlined.#0x5f4ef0 | grid.cpp:1494 | libgromacs_mpi.so.9.0.0 |
○ | __kmp_invoke_microtask | libomp.so | |
○ | __kmp_fork_call | libomp.so | |
○ | __kmpc_fork_call | libomp.so | |
○ | Nbnxm::Grid::setCellIndices(in[...] | grid.cpp:1485 | libgromacs_mpi.so.9.0.0 |
○ | Nbnxm::GridSet::putOnGrid(floa[...] | gridset.cpp:247 | libgromacs_mpi.so.9.0.0 |
○ | nbnxn_put_on_grid_nonlocal(non[...] | cyclecounter.h:182 | libgromacs_mpi.so.9.0.0 |
○ | do_force(_IO_FILE*, t_commrec [...] | sim_util.cpp:1345 | libgromacs_mpi.so.9.0.0 |
○ | gmx::LegacySimulator::do_md() | md.cpp:1248 | libgromacs_mpi.so.9.0.0 |
○ | gmx::Mdrunner::mdrunner() | runner.cpp:2311 | libgromacs_mpi.so.9.0.0 |
○ | gmx::gmx_mdrun(int, gmx_hw_inf[...] | mdrun.cpp:280 | gmx_mpi |
○ | gmx::gmx_mdrun(int, char**) | mdrun.cpp:82 | gmx_mpi |
○ | gmx::CommandLineModuleManager:[...] | cmdlinemodulemanager.cpp:569 | libgromacs_mpi.so.9.0.0 |
○ | main | gmx.cpp:58 | gmx_mpi |
○ | __libc_start_call_main | libc.so.6 | |
►4.17+ | Nbnxm::Grid::sortColumnsCpuGeo[...] | grid.cpp:1055 | libgromacs_mpi.so.9.0.0 |
○ | .omp_outlined.#0x5f4ef0 | grid.cpp:1494 | libgromacs_mpi.so.9.0.0 |
○ | __kmp_invoke_microtask | libomp.so | |
○ | __kmp_fork_call | libomp.so | |
○ | __kmpc_fork_call | libomp.so | |
○ | Nbnxm::Grid::setCellIndices(in[...] | grid.cpp:1485 | libgromacs_mpi.so.9.0.0 |
○ | Nbnxm::GridSet::putOnGrid(floa[...] | gridset.cpp:247 | libgromacs_mpi.so.9.0.0 |
○ | nonbonded_verlet_t::putAtomsOn[...] | cyclecounter.h:182 | libgromacs_mpi.so.9.0.0 |
○ | gmx::dd_partition_system(_IO_F[...] | partition.cpp:3120 | libgromacs_mpi.so.9.0.0 |
○ | gmx::LegacySimulator::do_md() | md.cpp:368 | libgromacs_mpi.so.9.0.0 |
○ | gmx::Mdrunner::mdrunner() | runner.cpp:2311 | libgromacs_mpi.so.9.0.0 |
○ | gmx::gmx_mdrun(int, gmx_hw_inf[...] | mdrun.cpp:280 | gmx_mpi |
○ | gmx::gmx_mdrun(int, char**) | mdrun.cpp:82 | gmx_mpi |
○ | gmx::CommandLineModuleManager:[...] | cmdlinemodulemanager.cpp:569 | libgromacs_mpi.so.9.0.0 |
○ | main | gmx.cpp:58 | gmx_mpi |
○ | __libc_start_call_main | libc.so.6 |
Coverage (%) | Name | Source Location | Module |
---|---|---|---|
►42.42+ | Nbnxm::Grid::sortColumnsCpuGeo[...] | grid.cpp:1055 | libgromacs_mpi.so.9.0.0 |
○ | .omp_outlined.#0x5f4ef0 | grid.cpp:1494 | libgromacs_mpi.so.9.0.0 |
○ | __kmp_invoke_microtask | libomp.so | |
○ | __kmp_fork_call | libomp.so | |
○ | __kmpc_fork_call | libomp.so | |
○ | Nbnxm::Grid::setCellIndices(in[...] | grid.cpp:1485 | libgromacs_mpi.so.9.0.0 |
○ | Nbnxm::GridSet::putOnGrid(floa[...] | gridset.cpp:247 | libgromacs_mpi.so.9.0.0 |
○ | nbnxn_put_on_grid_nonlocal(non[...] | cyclecounter.h:182 | libgromacs_mpi.so.9.0.0 |
○ | do_force(_IO_FILE*, t_commrec [...] | sim_util.cpp:1345 | libgromacs_mpi.so.9.0.0 |
○ | gmx::LegacySimulator::do_md() | md.cpp:1248 | libgromacs_mpi.so.9.0.0 |
○ | gmx::Mdrunner::mdrunner() | runner.cpp:2311 | libgromacs_mpi.so.9.0.0 |
○ | gmx::gmx_mdrun(int, gmx_hw_inf[...] | mdrun.cpp:280 | gmx_mpi |
○ | gmx::gmx_mdrun(int, char**) | mdrun.cpp:82 | gmx_mpi |
○ | gmx::CommandLineModuleManager:[...] | cmdlinemodulemanager.cpp:569 | libgromacs_mpi.so.9.0.0 |
○ | main | gmx.cpp:58 | gmx_mpi |
○ | __libc_start_call_main | libc.so.6 | |
►34.34+ | Nbnxm::Grid::sortColumnsCpuGeo[...] | grid.cpp:1055 | libgromacs_mpi.so.9.0.0 |
○ | .omp_outlined.#0x5f4ef0 | grid.cpp:1494 | libgromacs_mpi.so.9.0.0 |
○ | __kmp_invoke_microtask | libomp.so | |
○ | __kmp_fork_call | libomp.so | |
○ | __kmpc_fork_call | libomp.so | |
○ | Nbnxm::Grid::setCellIndices(in[...] | grid.cpp:1485 | libgromacs_mpi.so.9.0.0 |
○ | Nbnxm::GridSet::putOnGrid(floa[...] | gridset.cpp:247 | libgromacs_mpi.so.9.0.0 |
○ | nonbonded_verlet_t::putAtomsOn[...] | cyclecounter.h:182 | libgromacs_mpi.so.9.0.0 |
○ | gmx::dd_partition_system(_IO_F[...] | partition.cpp:3120 | libgromacs_mpi.so.9.0.0 |
○ | gmx::LegacySimulator::do_md() | md.cpp:1001 | libgromacs_mpi.so.9.0.0 |
○ | gmx::Mdrunner::mdrunner() | runner.cpp:2311 | libgromacs_mpi.so.9.0.0 |
○ | gmx::gmx_mdrun(int, gmx_hw_inf[...] | mdrun.cpp:280 | gmx_mpi |
○ | gmx::gmx_mdrun(int, char**) | mdrun.cpp:82 | gmx_mpi |
○ | gmx::CommandLineModuleManager:[...] | cmdlinemodulemanager.cpp:569 | libgromacs_mpi.so.9.0.0 |
○ | main | gmx.cpp:58 | gmx_mpi |
○ | __libc_start_call_main | libc.so.6 | |
►8.08+ | Nbnxm::Grid::sortColumnsCpuGeo[...] | grid.cpp:1055 | libgromacs_mpi.so.9.0.0 |
○ | .omp_outlined.#0x5f4ef0 | grid.cpp:1494 | libgromacs_mpi.so.9.0.0 |
○ | __kmp_invoke_microtask | libomp.so | |
○ | __kmp_fork_call | libomp.so | |
○ | __kmpc_fork_call | libomp.so | |
○ | Nbnxm::Grid::setCellIndices(in[...] | grid.cpp:1485 | libgromacs_mpi.so.9.0.0 |
○ | Nbnxm::GridSet::putOnGrid(floa[...] | gridset.cpp:247 | libgromacs_mpi.so.9.0.0 |
○ | nbnxn_put_on_grid_nonlocal(non[...] | cyclecounter.h:182 | libgromacs_mpi.so.9.0.0 |
○ | do_force(_IO_FILE*, t_commrec [...] | sim_util.cpp:1345 | libgromacs_mpi.so.9.0.0 |
○ | gmx::LegacySimulator::do_md() | md.cpp:1248 | libgromacs_mpi.so.9.0.0 |
○ | gmx::Mdrunner::mdrunner() | runner.cpp:2311 | libgromacs_mpi.so.9.0.0 |
○ | gmx::gmx_mdrun(int, gmx_hw_inf[...] | mdrun.cpp:280 | gmx_mpi |
○ | gmx::gmx_mdrun(int, char**) | mdrun.cpp:82 | gmx_mpi |
○ | gmx::CommandLineModuleManager:[...] | cmdlinemodulemanager.cpp:569 | libgromacs_mpi.so.9.0.0 |
○ | main | gmx.cpp:58 | gmx_mpi |
►7.07+ | Nbnxm::Grid::sortColumnsCpuGeo[...] | grid.cpp:1055 | libgromacs_mpi.so.9.0.0 |
○ | .omp_outlined.#0x5f4ef0 | grid.cpp:1494 | libgromacs_mpi.so.9.0.0 |
○ | __kmp_invoke_microtask | libomp.so | |
○ | __kmp_fork_call | libomp.so | |
○ | __kmpc_fork_call | libomp.so | |
○ | Nbnxm::Grid::setCellIndices(in[...] | grid.cpp:1485 | libgromacs_mpi.so.9.0.0 |
○ | Nbnxm::GridSet::putOnGrid(floa[...] | gridset.cpp:247 | libgromacs_mpi.so.9.0.0 |
○ | nonbonded_verlet_t::putAtomsOn[...] | cyclecounter.h:182 | libgromacs_mpi.so.9.0.0 |
○ | gmx::dd_partition_system(_IO_F[...] | partition.cpp:3120 | libgromacs_mpi.so.9.0.0 |
○ | gmx::LegacySimulator::do_md() | md.cpp:1001 | libgromacs_mpi.so.9.0.0 |
○ | gmx::Mdrunner::mdrunner() | runner.cpp:2311 | libgromacs_mpi.so.9.0.0 |
○ | gmx::gmx_mdrun(int, gmx_hw_inf[...] | mdrun.cpp:280 | gmx_mpi |
○ | gmx::gmx_mdrun(int, char**) | mdrun.cpp:82 | gmx_mpi |
○ | gmx::CommandLineModuleManager:[...] | cmdlinemodulemanager.cpp:569 | libgromacs_mpi.so.9.0.0 |
►6.06+ | Nbnxm::Grid::sortColumnsCpuGeo[...] | grid.cpp:1055 | libgromacs_mpi.so.9.0.0 |
○ | .omp_outlined.#0x5f4ef0 | grid.cpp:1494 | libgromacs_mpi.so.9.0.0 |
○ | __kmp_invoke_microtask | libomp.so | |
○ | __kmp_fork_call | libomp.so | |
○ | __kmpc_fork_call | libomp.so | |
○ | Nbnxm::Grid::setCellIndices(in[...] | grid.cpp:1485 | libgromacs_mpi.so.9.0.0 |
○ | Nbnxm::GridSet::putOnGrid(floa[...] | gridset.cpp:247 | libgromacs_mpi.so.9.0.0 |
○ | nonbonded_verlet_t::putAtomsOn[...] | cyclecounter.h:182 | libgromacs_mpi.so.9.0.0 |
○ | gmx::dd_partition_system(_IO_F[...] | partition.cpp:3120 | libgromacs_mpi.so.9.0.0 |
○ | gmx::LegacySimulator::do_md() | md.cpp:1001 | libgromacs_mpi.so.9.0.0 |
○ | gmx::Mdrunner::mdrunner() | runner.cpp:2311 | libgromacs_mpi.so.9.0.0 |
○ | gmx::gmx_mdrun(int, gmx_hw_inf[...] | mdrun.cpp:280 | gmx_mpi |
○ | gmx::gmx_mdrun(int, char**) | mdrun.cpp:82 | gmx_mpi |
○ | gmx::CommandLineModuleManager:[...] | cmdlinemodulemanager.cpp:569 | libgromacs_mpi.so.9.0.0 |
○ | main | gmx.cpp:58 | gmx_mpi |
►2.02+ | Nbnxm::Grid::sortColumnsCpuGeo[...] | grid.cpp:1055 | libgromacs_mpi.so.9.0.0 |
○ | .omp_outlined.#0x5f4ef0 | grid.cpp:1494 | libgromacs_mpi.so.9.0.0 |
○ | __kmp_invoke_microtask | libomp.so | |
○ | __kmp_fork_call | libomp.so | |
○ | __kmpc_fork_call | libomp.so | |
○ | Nbnxm::Grid::setCellIndices(in[...] | grid.cpp:1485 | libgromacs_mpi.so.9.0.0 |
○ | Nbnxm::GridSet::putOnGrid(floa[...] | gridset.cpp:247 | libgromacs_mpi.so.9.0.0 |
○ | nbnxn_put_on_grid_nonlocal(non[...] | cyclecounter.h:182 | libgromacs_mpi.so.9.0.0 |
○ | do_force(_IO_FILE*, t_commrec [...] | sim_util.cpp:1345 | libgromacs_mpi.so.9.0.0 |
○ | gmx::LegacySimulator::do_md() | md.cpp:1248 | libgromacs_mpi.so.9.0.0 |
○ | gmx::Mdrunner::mdrunner() | runner.cpp:2311 | libgromacs_mpi.so.9.0.0 |
○ | gmx::gmx_mdrun(int, gmx_hw_inf[...] | mdrun.cpp:280 | gmx_mpi |
○ | gmx::gmx_mdrun(int, char**) | mdrun.cpp:82 | gmx_mpi |
○ | gmx::CommandLineModuleManager:[...] | cmdlinemodulemanager.cpp:569 | libgromacs_mpi.so.9.0.0 |
Coverage (%) | Name | Source Location | Module |
---|---|---|---|
►44.00+ | Nbnxm::Grid::sortColumnsCpuGeo[...] | grid.cpp:1055 | libgromacs_mpi.so.9.0.0 |
○ | .omp_outlined.#0x5f4ef0 | grid.cpp:1494 | libgromacs_mpi.so.9.0.0 |
○ | __kmp_invoke_microtask | libomp.so | |
○ | __kmp_fork_call | libomp.so | |
○ | __kmpc_fork_call | libomp.so | |
○ | Nbnxm::Grid::setCellIndices(in[...] | grid.cpp:1485 | libgromacs_mpi.so.9.0.0 |
○ | Nbnxm::GridSet::putOnGrid(floa[...] | gridset.cpp:247 | libgromacs_mpi.so.9.0.0 |
○ | nonbonded_verlet_t::putAtomsOn[...] | cyclecounter.h:182 | libgromacs_mpi.so.9.0.0 |
○ | gmx::dd_partition_system(_IO_F[...] | partition.cpp:3120 | libgromacs_mpi.so.9.0.0 |
○ | gmx::LegacySimulator::do_md() | md.cpp:1001 | libgromacs_mpi.so.9.0.0 |
○ | gmx::Mdrunner::mdrunner() | runner.cpp:2311 | libgromacs_mpi.so.9.0.0 |
○ | gmx::gmx_mdrun(int, gmx_hw_inf[...] | mdrun.cpp:280 | gmx_mpi |
○ | gmx::gmx_mdrun(int, char**) | mdrun.cpp:82 | gmx_mpi |
○ | gmx::CommandLineModuleManager:[...] | cmdlinemodulemanager.cpp:569 | libgromacs_mpi.so.9.0.0 |
○ | main | gmx.cpp:58 | gmx_mpi |
○ | __libc_start_call_main | libc.so.6 | |
►39.00+ | Nbnxm::Grid::sortColumnsCpuGeo[...] | grid.cpp:1055 | libgromacs_mpi.so.9.0.0 |
○ | .omp_outlined.#0x5f4ef0 | grid.cpp:1494 | libgromacs_mpi.so.9.0.0 |
○ | __kmp_invoke_microtask | libomp.so | |
○ | __kmp_fork_call | libomp.so | |
○ | __kmpc_fork_call | libomp.so | |
○ | Nbnxm::Grid::setCellIndices(in[...] | grid.cpp:1485 | libgromacs_mpi.so.9.0.0 |
○ | Nbnxm::GridSet::putOnGrid(floa[...] | gridset.cpp:247 | libgromacs_mpi.so.9.0.0 |
○ | nbnxn_put_on_grid_nonlocal(non[...] | cyclecounter.h:182 | libgromacs_mpi.so.9.0.0 |
○ | do_force(_IO_FILE*, t_commrec [...] | sim_util.cpp:1345 | libgromacs_mpi.so.9.0.0 |
○ | gmx::LegacySimulator::do_md() | md.cpp:1248 | libgromacs_mpi.so.9.0.0 |
○ | gmx::Mdrunner::mdrunner() | runner.cpp:2311 | libgromacs_mpi.so.9.0.0 |
○ | gmx::gmx_mdrun(int, gmx_hw_inf[...] | mdrun.cpp:280 | gmx_mpi |
○ | gmx::gmx_mdrun(int, char**) | mdrun.cpp:82 | gmx_mpi |
○ | gmx::CommandLineModuleManager:[...] | cmdlinemodulemanager.cpp:569 | libgromacs_mpi.so.9.0.0 |
○ | main | gmx.cpp:58 | gmx_mpi |
○ | __libc_start_call_main | libc.so.6 | |
►9.00+ | Nbnxm::Grid::sortColumnsCpuGeo[...] | grid.cpp:1055 | libgromacs_mpi.so.9.0.0 |
○ | .omp_outlined.#0x5f4ef0 | grid.cpp:1494 | libgromacs_mpi.so.9.0.0 |
○ | __kmp_invoke_microtask | libomp.so | |
○ | __kmp_fork_call | libomp.so | |
○ | __kmpc_fork_call | libomp.so | |
○ | Nbnxm::Grid::setCellIndices(in[...] | grid.cpp:1485 | libgromacs_mpi.so.9.0.0 |
○ | Nbnxm::GridSet::putOnGrid(floa[...] | gridset.cpp:247 | libgromacs_mpi.so.9.0.0 |
○ | nonbonded_verlet_t::putAtomsOn[...] | cyclecounter.h:182 | libgromacs_mpi.so.9.0.0 |
○ | gmx::dd_partition_system(_IO_F[...] | partition.cpp:3120 | libgromacs_mpi.so.9.0.0 |
○ | gmx::LegacySimulator::do_md() | md.cpp:1001 | libgromacs_mpi.so.9.0.0 |
○ | gmx::Mdrunner::mdrunner() | runner.cpp:2311 | libgromacs_mpi.so.9.0.0 |
○ | gmx::gmx_mdrun(int, gmx_hw_inf[...] | mdrun.cpp:280 | gmx_mpi |
○ | gmx::gmx_mdrun(int, char**) | mdrun.cpp:82 | gmx_mpi |
○ | gmx::CommandLineModuleManager:[...] | cmdlinemodulemanager.cpp:569 | libgromacs_mpi.so.9.0.0 |
►4.00+ | Nbnxm::Grid::sortColumnsCpuGeo[...] | grid.cpp:1055 | libgromacs_mpi.so.9.0.0 |
○ | .omp_outlined.#0x5f4ef0 | grid.cpp:1494 | libgromacs_mpi.so.9.0.0 |
○ | __kmp_invoke_microtask | libomp.so | |
○ | __kmp_fork_call | libomp.so | |
○ | __kmpc_fork_call | libomp.so | |
○ | Nbnxm::Grid::setCellIndices(in[...] | grid.cpp:1485 | libgromacs_mpi.so.9.0.0 |
○ | Nbnxm::GridSet::putOnGrid(floa[...] | gridset.cpp:247 | libgromacs_mpi.so.9.0.0 |
○ | nbnxn_put_on_grid_nonlocal(non[...] | cyclecounter.h:182 | libgromacs_mpi.so.9.0.0 |
○ | do_force(_IO_FILE*, t_commrec [...] | sim_util.cpp:1345 | libgromacs_mpi.so.9.0.0 |
○ | gmx::LegacySimulator::do_md() | md.cpp:1248 | libgromacs_mpi.so.9.0.0 |
○ | gmx::Mdrunner::mdrunner() | runner.cpp:2311 | libgromacs_mpi.so.9.0.0 |
○ | gmx::gmx_mdrun(int, gmx_hw_inf[...] | mdrun.cpp:280 | gmx_mpi |
○ | gmx::gmx_mdrun(int, char**) | mdrun.cpp:82 | gmx_mpi |
○ | gmx::CommandLineModuleManager:[...] | cmdlinemodulemanager.cpp:569 | libgromacs_mpi.so.9.0.0 |
►3.00+ | Nbnxm::Grid::sortColumnsCpuGeo[...] | grid.cpp:1055 | libgromacs_mpi.so.9.0.0 |
○ | .omp_outlined.#0x5f4ef0 | grid.cpp:1494 | libgromacs_mpi.so.9.0.0 |
○ | __kmp_invoke_microtask | libomp.so | |
○ | __kmp_fork_call | libomp.so | |
○ | __kmpc_fork_call | libomp.so | |
○ | Nbnxm::Grid::setCellIndices(in[...] | grid.cpp:1485 | libgromacs_mpi.so.9.0.0 |
○ | Nbnxm::GridSet::putOnGrid(floa[...] | gridset.cpp:247 | libgromacs_mpi.so.9.0.0 |
○ | nonbonded_verlet_t::putAtomsOn[...] | cyclecounter.h:182 | libgromacs_mpi.so.9.0.0 |
○ | gmx::dd_partition_system(_IO_F[...] | partition.cpp:3120 | libgromacs_mpi.so.9.0.0 |
○ | gmx::LegacySimulator::do_md() | md.cpp:1001 | libgromacs_mpi.so.9.0.0 |
○ | gmx::Mdrunner::mdrunner() | runner.cpp:2311 | libgromacs_mpi.so.9.0.0 |
○ | gmx::gmx_mdrun(int, gmx_hw_inf[...] | mdrun.cpp:280 | gmx_mpi |
Coverage (%) | Name | Source Location | Module |
---|---|---|---|
►40.68+ | Nbnxm::Grid::sortColumnsCpuGeo[...] | grid.cpp:1055 | libgromacs_mpi.so.9.0.0 |
○ | .omp_outlined.#0x5f4ef0 | grid.cpp:1494 | libgromacs_mpi.so.9.0.0 |
○ | __kmp_invoke_microtask | libomp.so | |
○ | __kmp_fork_call | libomp.so | |
○ | __kmpc_fork_call | libomp.so | |
○ | Nbnxm::Grid::setCellIndices(in[...] | grid.cpp:1485 | libgromacs_mpi.so.9.0.0 |
○ | Nbnxm::GridSet::putOnGrid(floa[...] | gridset.cpp:247 | libgromacs_mpi.so.9.0.0 |
○ | nonbonded_verlet_t::putAtomsOn[...] | cyclecounter.h:182 | libgromacs_mpi.so.9.0.0 |
○ | gmx::dd_partition_system(_IO_F[...] | partition.cpp:3120 | libgromacs_mpi.so.9.0.0 |
○ | gmx::LegacySimulator::do_md() | md.cpp:1001 | libgromacs_mpi.so.9.0.0 |
○ | gmx::Mdrunner::mdrunner() | runner.cpp:2311 | libgromacs_mpi.so.9.0.0 |
○ | gmx::gmx_mdrun(int, gmx_hw_inf[...] | mdrun.cpp:280 | gmx_mpi |
○ | gmx::gmx_mdrun(int, char**) | mdrun.cpp:82 | gmx_mpi |
○ | gmx::CommandLineModuleManager:[...] | cmdlinemodulemanager.cpp:569 | libgromacs_mpi.so.9.0.0 |
○ | main | gmx.cpp:58 | gmx_mpi |
○ | __libc_start_call_main | libc.so.6 | |
►38.98+ | Nbnxm::Grid::sortColumnsCpuGeo[...] | grid.cpp:1055 | libgromacs_mpi.so.9.0.0 |
○ | .omp_outlined.#0x5f4ef0 | grid.cpp:1494 | libgromacs_mpi.so.9.0.0 |
○ | __kmp_invoke_microtask | libomp.so | |
○ | __kmp_fork_call | libomp.so | |
○ | __kmpc_fork_call | libomp.so | |
○ | Nbnxm::Grid::setCellIndices(in[...] | grid.cpp:1485 | libgromacs_mpi.so.9.0.0 |
○ | Nbnxm::GridSet::putOnGrid(floa[...] | gridset.cpp:247 | libgromacs_mpi.so.9.0.0 |
○ | nbnxn_put_on_grid_nonlocal(non[...] | cyclecounter.h:182 | libgromacs_mpi.so.9.0.0 |
○ | do_force(_IO_FILE*, t_commrec [...] | sim_util.cpp:1345 | libgromacs_mpi.so.9.0.0 |
○ | gmx::LegacySimulator::do_md() | md.cpp:1248 | libgromacs_mpi.so.9.0.0 |
○ | gmx::Mdrunner::mdrunner() | runner.cpp:2311 | libgromacs_mpi.so.9.0.0 |
○ | gmx::gmx_mdrun(int, gmx_hw_inf[...] | mdrun.cpp:280 | gmx_mpi |
○ | gmx::gmx_mdrun(int, char**) | mdrun.cpp:82 | gmx_mpi |
○ | gmx::CommandLineModuleManager:[...] | cmdlinemodulemanager.cpp:569 | libgromacs_mpi.so.9.0.0 |
○ | main | gmx.cpp:58 | gmx_mpi |
○ | __libc_start_call_main | libc.so.6 | |
►6.78+ | Nbnxm::Grid::sortColumnsCpuGeo[...] | grid.cpp:1055 | libgromacs_mpi.so.9.0.0 |
○ | .omp_outlined.#0x5f4ef0 | grid.cpp:1494 | libgromacs_mpi.so.9.0.0 |
○ | __kmp_invoke_microtask | libomp.so | |
○ | __kmp_fork_call | libomp.so | |
○ | __kmpc_fork_call | libomp.so | |
○ | Nbnxm::Grid::setCellIndices(in[...] | grid.cpp:1485 | libgromacs_mpi.so.9.0.0 |
○ | Nbnxm::GridSet::putOnGrid(floa[...] | gridset.cpp:247 | libgromacs_mpi.so.9.0.0 |
○ | nonbonded_verlet_t::putAtomsOn[...] | cyclecounter.h:182 | libgromacs_mpi.so.9.0.0 |
○ | gmx::dd_partition_system(_IO_F[...] | partition.cpp:3120 | libgromacs_mpi.so.9.0.0 |
○ | gmx::LegacySimulator::do_md() | md.cpp:1001 | libgromacs_mpi.so.9.0.0 |
○ | gmx::Mdrunner::mdrunner() | runner.cpp:2311 | libgromacs_mpi.so.9.0.0 |
○ | gmx::gmx_mdrun(int, gmx_hw_inf[...] | mdrun.cpp:280 | gmx_mpi |
►6.78+ | Nbnxm::Grid::sortColumnsCpuGeo[...] | grid.cpp:1055 | libgromacs_mpi.so.9.0.0 |
○ | .omp_outlined.#0x5f4ef0 | grid.cpp:1494 | libgromacs_mpi.so.9.0.0 |
○ | __kmp_invoke_microtask | libomp.so | |
○ | __kmp_fork_call | libomp.so | |
○ | __kmpc_fork_call | libomp.so | |
○ | Nbnxm::Grid::setCellIndices(in[...] | grid.cpp:1485 | libgromacs_mpi.so.9.0.0 |
○ | Nbnxm::GridSet::putOnGrid(floa[...] | gridset.cpp:247 | libgromacs_mpi.so.9.0.0 |
○ | nbnxn_put_on_grid_nonlocal(non[...] | cyclecounter.h:182 | libgromacs_mpi.so.9.0.0 |
○ | do_force(_IO_FILE*, t_commrec [...] | sim_util.cpp:1345 | libgromacs_mpi.so.9.0.0 |
○ | gmx::LegacySimulator::do_md() | md.cpp:1248 | libgromacs_mpi.so.9.0.0 |
○ | gmx::Mdrunner::mdrunner() | runner.cpp:2311 | libgromacs_mpi.so.9.0.0 |
○ | gmx::gmx_mdrun(int, gmx_hw_inf[...] | mdrun.cpp:280 | gmx_mpi |
►3.39+ | Nbnxm::Grid::sortColumnsCpuGeo[...] | grid.cpp:1055 | libgromacs_mpi.so.9.0.0 |
○ | .omp_outlined.#0x5f4ef0 | grid.cpp:1494 | libgromacs_mpi.so.9.0.0 |
○ | __kmp_invoke_microtask | libomp.so | |
○ | __kmp_fork_call | libomp.so | |
○ | __kmpc_fork_call | libomp.so | |
○ | Nbnxm::Grid::setCellIndices(in[...] | grid.cpp:1485 | libgromacs_mpi.so.9.0.0 |
○ | Nbnxm::GridSet::putOnGrid(floa[...] | gridset.cpp:247 | libgromacs_mpi.so.9.0.0 |
○ | nbnxn_put_on_grid_nonlocal(non[...] | cyclecounter.h:182 | libgromacs_mpi.so.9.0.0 |
○ | do_force(_IO_FILE*, t_commrec [...] | sim_util.cpp:1345 | libgromacs_mpi.so.9.0.0 |
○ | gmx::LegacySimulator::do_md() | md.cpp:1248 | libgromacs_mpi.so.9.0.0 |
○ | gmx::Mdrunner::mdrunner() | runner.cpp:2311 | libgromacs_mpi.so.9.0.0 |
○ | gmx::gmx_mdrun(int, gmx_hw_inf[...] | mdrun.cpp:280 | gmx_mpi |
○ | gmx::gmx_mdrun(int, char**) | mdrun.cpp:82 | gmx_mpi |
○ | gmx::CommandLineModuleManager:[...] | cmdlinemodulemanager.cpp:569 | libgromacs_mpi.so.9.0.0 |
○ | main | gmx.cpp:58 | gmx_mpi |
►3.39+ | Nbnxm::Grid::sortColumnsCpuGeo[...] | grid.cpp:1055 | libgromacs_mpi.so.9.0.0 |
○ | .omp_outlined.#0x5f4ef0 | grid.cpp:1494 | libgromacs_mpi.so.9.0.0 |
○ | __kmp_invoke_microtask | libomp.so | |
○ | __kmp_fork_call | libomp.so | |
○ | __kmpc_fork_call | libomp.so | |
○ | Nbnxm::Grid::setCellIndices(in[...] | grid.cpp:1485 | libgromacs_mpi.so.9.0.0 |
○ | Nbnxm::GridSet::putOnGrid(floa[...] | gridset.cpp:247 | libgromacs_mpi.so.9.0.0 |
○ | nonbonded_verlet_t::putAtomsOn[...] | cyclecounter.h:182 | libgromacs_mpi.so.9.0.0 |
○ | gmx::dd_partition_system(_IO_F[...] | partition.cpp:3120 | libgromacs_mpi.so.9.0.0 |
○ | gmx::LegacySimulator::do_md() | md.cpp:1001 | libgromacs_mpi.so.9.0.0 |
○ | gmx::Mdrunner::mdrunner() | runner.cpp:2311 | libgromacs_mpi.so.9.0.0 |
○ | gmx::gmx_mdrun(int, gmx_hw_inf[...] | mdrun.cpp:280 | gmx_mpi |
○ | gmx::gmx_mdrun(int, char**) | mdrun.cpp:82 | gmx_mpi |
○ | gmx::CommandLineModuleManager:[...] | cmdlinemodulemanager.cpp:569 | libgromacs_mpi.so.9.0.0 |
○ | main | gmx.cpp:58 | gmx_mpi |
Coverage (%) | Name | Source Location | Module |
---|---|---|---|
►63.06+ | Nbnxm::Grid::sortColumnsCpuGeo[...] | grid.cpp:1055 | libgromacs_mpi.so.9.0.0 |
○ | .omp_outlined.#0x5f4ef0 | grid.cpp:1494 | libgromacs_mpi.so.9.0.0 |
○ | __kmp_invoke_microtask | libomp.so | |
○ | __kmp_fork_call | libomp.so | |
○ | __kmpc_fork_call | libomp.so | |
○ | Nbnxm::Grid::setCellIndices(in[...] | grid.cpp:1485 | libgromacs_mpi.so.9.0.0 |
○ | Nbnxm::GridSet::putOnGrid(floa[...] | gridset.cpp:247 | libgromacs_mpi.so.9.0.0 |
○ | nbnxn_put_on_grid_nonlocal(non[...] | cyclecounter.h:182 | libgromacs_mpi.so.9.0.0 |
○ | do_force(_IO_FILE*, t_commrec [...] | sim_util.cpp:1345 | libgromacs_mpi.so.9.0.0 |
○ | gmx::LegacySimulator::do_md() | md.cpp:1248 | libgromacs_mpi.so.9.0.0 |
○ | gmx::Mdrunner::mdrunner() | runner.cpp:2311 | libgromacs_mpi.so.9.0.0 |
○ | gmx::gmx_mdrun(int, gmx_hw_inf[...] | mdrun.cpp:280 | gmx_mpi |
○ | gmx::gmx_mdrun(int, char**) | mdrun.cpp:82 | gmx_mpi |
○ | gmx::CommandLineModuleManager:[...] | cmdlinemodulemanager.cpp:569 | libgromacs_mpi.so.9.0.0 |
○ | main | gmx.cpp:58 | gmx_mpi |
○ | __libc_start_call_main | libc.so.6 | |
►33.76+ | Nbnxm::Grid::sortColumnsCpuGeo[...] | grid.cpp:1055 | libgromacs_mpi.so.9.0.0 |
○ | .omp_outlined.#0x5f4ef0 | grid.cpp:1494 | libgromacs_mpi.so.9.0.0 |
○ | __kmp_invoke_microtask | libomp.so | |
○ | __kmp_fork_call | libomp.so | |
○ | __kmpc_fork_call | libomp.so | |
○ | Nbnxm::Grid::setCellIndices(in[...] | grid.cpp:1485 | libgromacs_mpi.so.9.0.0 |
○ | Nbnxm::GridSet::putOnGrid(floa[...] | gridset.cpp:247 | libgromacs_mpi.so.9.0.0 |
○ | nonbonded_verlet_t::putAtomsOn[...] | cyclecounter.h:182 | libgromacs_mpi.so.9.0.0 |
○ | gmx::dd_partition_system(_IO_F[...] | partition.cpp:3120 | libgromacs_mpi.so.9.0.0 |
○ | gmx::LegacySimulator::do_md() | md.cpp:1001 | libgromacs_mpi.so.9.0.0 |
○ | gmx::Mdrunner::mdrunner() | runner.cpp:2311 | libgromacs_mpi.so.9.0.0 |
○ | gmx::gmx_mdrun(int, gmx_hw_inf[...] | mdrun.cpp:280 | gmx_mpi |
○ | gmx::gmx_mdrun(int, char**) | mdrun.cpp:82 | gmx_mpi |
○ | gmx::CommandLineModuleManager:[...] | cmdlinemodulemanager.cpp:569 | libgromacs_mpi.so.9.0.0 |
○ | main | gmx.cpp:58 | gmx_mpi |
○ | __libc_start_call_main | libc.so.6 | |
►1.27+ | Nbnxm::Grid::sortColumnsCpuGeo[...] | grid.cpp:1055 | libgromacs_mpi.so.9.0.0 |
○ | .omp_outlined.#0x5f4ef0 | grid.cpp:1494 | libgromacs_mpi.so.9.0.0 |
○ | __kmp_invoke_microtask | libomp.so | |
○ | __kmp_fork_call | libomp.so | |
○ | __kmpc_fork_call | libomp.so | |
○ | Nbnxm::Grid::setCellIndices(in[...] | grid.cpp:1485 | libgromacs_mpi.so.9.0.0 |
○ | Nbnxm::GridSet::putOnGrid(floa[...] | gridset.cpp:247 | libgromacs_mpi.so.9.0.0 |
○ | nonbonded_verlet_t::putAtomsOn[...] | cyclecounter.h:182 | libgromacs_mpi.so.9.0.0 |
○ | gmx::dd_partition_system(_IO_F[...] | partition.cpp:3120 | libgromacs_mpi.so.9.0.0 |
○ | gmx::LegacySimulator::do_md() | md.cpp:1001 | libgromacs_mpi.so.9.0.0 |
○ | gmx::Mdrunner::mdrunner() | runner.cpp:2311 | libgromacs_mpi.so.9.0.0 |
○ | gmx::gmx_mdrun(int, gmx_hw_inf[...] | mdrun.cpp:280 | gmx_mpi |
►1.27+ | Nbnxm::Grid::sortColumnsCpuGeo[...] | grid.cpp:1055 | libgromacs_mpi.so.9.0.0 |
○ | .omp_outlined.#0x5f4ef0 | grid.cpp:1494 | libgromacs_mpi.so.9.0.0 |
○ | __kmp_invoke_microtask | libomp.so | |
○ | __kmp_fork_call | libomp.so | |
○ | __kmpc_fork_call | libomp.so | |
○ | Nbnxm::Grid::setCellIndices(in[...] | grid.cpp:1485 | libgromacs_mpi.so.9.0.0 |
○ | Nbnxm::GridSet::putOnGrid(floa[...] | gridset.cpp:247 | libgromacs_mpi.so.9.0.0 |
○ | nbnxn_put_on_grid_nonlocal(non[...] | cyclecounter.h:182 | libgromacs_mpi.so.9.0.0 |
○ | do_force(_IO_FILE*, t_commrec [...] | sim_util.cpp:1345 | libgromacs_mpi.so.9.0.0 |
○ | gmx::LegacySimulator::do_md() | md.cpp:1248 | libgromacs_mpi.so.9.0.0 |
○ | gmx::Mdrunner::mdrunner() | runner.cpp:2311 | libgromacs_mpi.so.9.0.0 |
○ | gmx::gmx_mdrun(int, gmx_hw_inf[...] | mdrun.cpp:280 | gmx_mpi |
Coverage (%) | Name | Source Location | Module |
---|---|---|---|
►57.05+ | Nbnxm::Grid::sortColumnsCpuGeo[...] | grid.cpp:1055 | libgromacs_mpi.so.9.0.0 |
○ | .omp_outlined.#0x5f4ef0 | grid.cpp:1494 | libgromacs_mpi.so.9.0.0 |
○ | __kmp_invoke_microtask | libomp.so | |
○ | __kmp_fork_call | libomp.so | |
○ | __kmpc_fork_call | libomp.so | |
○ | Nbnxm::Grid::setCellIndices(in[...] | grid.cpp:1485 | libgromacs_mpi.so.9.0.0 |
○ | Nbnxm::GridSet::putOnGrid(floa[...] | gridset.cpp:247 | libgromacs_mpi.so.9.0.0 |
○ | nbnxn_put_on_grid_nonlocal(non[...] | cyclecounter.h:182 | libgromacs_mpi.so.9.0.0 |
○ | do_force(_IO_FILE*, t_commrec [...] | sim_util.cpp:1345 | libgromacs_mpi.so.9.0.0 |
○ | gmx::LegacySimulator::do_md() | md.cpp:1248 | libgromacs_mpi.so.9.0.0 |
○ | gmx::Mdrunner::mdrunner() | runner.cpp:2311 | libgromacs_mpi.so.9.0.0 |
○ | gmx::gmx_mdrun(int, gmx_hw_inf[...] | mdrun.cpp:280 | gmx_mpi |
○ | gmx::gmx_mdrun(int, char**) | mdrun.cpp:82 | gmx_mpi |
○ | gmx::CommandLineModuleManager:[...] | cmdlinemodulemanager.cpp:569 | libgromacs_mpi.so.9.0.0 |
○ | main | gmx.cpp:58 | gmx_mpi |
○ | __libc_start_call_main | libc.so.6 | |
►24.36+ | Nbnxm::Grid::sortColumnsCpuGeo[...] | grid.cpp:1055 | libgromacs_mpi.so.9.0.0 |
○ | .omp_outlined.#0x5f4ef0 | grid.cpp:1494 | libgromacs_mpi.so.9.0.0 |
○ | __kmp_invoke_microtask | libomp.so | |
○ | __kmp_fork_call | libomp.so | |
○ | __kmpc_fork_call | libomp.so | |
○ | Nbnxm::Grid::setCellIndices(in[...] | grid.cpp:1485 | libgromacs_mpi.so.9.0.0 |
○ | Nbnxm::GridSet::putOnGrid(floa[...] | gridset.cpp:247 | libgromacs_mpi.so.9.0.0 |
○ | nonbonded_verlet_t::putAtomsOn[...] | cyclecounter.h:182 | libgromacs_mpi.so.9.0.0 |
○ | gmx::dd_partition_system(_IO_F[...] | partition.cpp:3120 | libgromacs_mpi.so.9.0.0 |
○ | gmx::LegacySimulator::do_md() | md.cpp:1001 | libgromacs_mpi.so.9.0.0 |
○ | gmx::Mdrunner::mdrunner() | runner.cpp:2311 | libgromacs_mpi.so.9.0.0 |
○ | gmx::gmx_mdrun(int, gmx_hw_inf[...] | mdrun.cpp:280 | gmx_mpi |
○ | gmx::gmx_mdrun(int, char**) | mdrun.cpp:82 | gmx_mpi |
○ | gmx::CommandLineModuleManager:[...] | cmdlinemodulemanager.cpp:569 | libgromacs_mpi.so.9.0.0 |
○ | main | gmx.cpp:58 | gmx_mpi |
○ | __libc_start_call_main | libc.so.6 | |
►7.69+ | Nbnxm::Grid::sortColumnsCpuGeo[...] | grid.cpp:1055 | libgromacs_mpi.so.9.0.0 |
○ | .omp_outlined.#0x5f4ef0 | grid.cpp:1494 | libgromacs_mpi.so.9.0.0 |
○ | __kmp_invoke_microtask | libomp.so | |
○ | __kmp_fork_call | libomp.so | |
○ | __kmpc_fork_call | libomp.so | |
○ | Nbnxm::Grid::setCellIndices(in[...] | grid.cpp:1485 | libgromacs_mpi.so.9.0.0 |
○ | Nbnxm::GridSet::putOnGrid(floa[...] | gridset.cpp:247 | libgromacs_mpi.so.9.0.0 |
○ | nbnxn_put_on_grid_nonlocal(non[...] | cyclecounter.h:182 | libgromacs_mpi.so.9.0.0 |
○ | do_force(_IO_FILE*, t_commrec [...] | sim_util.cpp:1345 | libgromacs_mpi.so.9.0.0 |
○ | gmx::LegacySimulator::do_md() | md.cpp:1248 | libgromacs_mpi.so.9.0.0 |
○ | gmx::Mdrunner::mdrunner() | runner.cpp:2311 | libgromacs_mpi.so.9.0.0 |
○ | gmx::gmx_mdrun(int, gmx_hw_inf[...] | mdrun.cpp:280 | gmx_mpi |
○ | gmx::gmx_mdrun(int, char**) | mdrun.cpp:82 | gmx_mpi |
○ | gmx::CommandLineModuleManager:[...] | cmdlinemodulemanager.cpp:569 | libgromacs_mpi.so.9.0.0 |
►4.49+ | Nbnxm::Grid::sortColumnsCpuGeo[...] | grid.cpp:1055 | libgromacs_mpi.so.9.0.0 |
○ | .omp_outlined.#0x5f4ef0 | grid.cpp:1494 | libgromacs_mpi.so.9.0.0 |
○ | __kmp_invoke_microtask | libomp.so | |
○ | __kmp_fork_call | libomp.so | |
○ | __kmpc_fork_call | libomp.so | |
○ | Nbnxm::Grid::setCellIndices(in[...] | grid.cpp:1485 | libgromacs_mpi.so.9.0.0 |
○ | Nbnxm::GridSet::putOnGrid(floa[...] | gridset.cpp:247 | libgromacs_mpi.so.9.0.0 |
○ | nbnxn_put_on_grid_nonlocal(non[...] | cyclecounter.h:182 | libgromacs_mpi.so.9.0.0 |
○ | do_force(_IO_FILE*, t_commrec [...] | sim_util.cpp:1345 | libgromacs_mpi.so.9.0.0 |
○ | gmx::LegacySimulator::do_md() | md.cpp:1248 | libgromacs_mpi.so.9.0.0 |
○ | gmx::Mdrunner::mdrunner() | runner.cpp:2311 | libgromacs_mpi.so.9.0.0 |
○ | gmx::gmx_mdrun(int, gmx_hw_inf[...] | mdrun.cpp:280 | gmx_mpi |
►2.56+ | Nbnxm::Grid::sortColumnsCpuGeo[...] | grid.cpp:1055 | libgromacs_mpi.so.9.0.0 |
○ | .omp_outlined.#0x5f4ef0 | grid.cpp:1494 | libgromacs_mpi.so.9.0.0 |
○ | __kmp_invoke_microtask | libomp.so | |
○ | __kmp_fork_call | libomp.so | |
○ | __kmpc_fork_call | libomp.so | |
○ | Nbnxm::Grid::setCellIndices(in[...] | grid.cpp:1485 | libgromacs_mpi.so.9.0.0 |
○ | Nbnxm::GridSet::putOnGrid(floa[...] | gridset.cpp:247 | libgromacs_mpi.so.9.0.0 |
○ | nbnxn_put_on_grid_nonlocal(non[...] | cyclecounter.h:182 | libgromacs_mpi.so.9.0.0 |
○ | do_force(_IO_FILE*, t_commrec [...] | sim_util.cpp:1345 | libgromacs_mpi.so.9.0.0 |
○ | gmx::LegacySimulator::do_md() | md.cpp:1248 | libgromacs_mpi.so.9.0.0 |
○ | gmx::Mdrunner::mdrunner() | runner.cpp:2311 | libgromacs_mpi.so.9.0.0 |
○ | gmx::gmx_mdrun(int, gmx_hw_inf[...] | mdrun.cpp:280 | gmx_mpi |
○ | gmx::gmx_mdrun(int, char**) | mdrun.cpp:82 | gmx_mpi |
○ | gmx::CommandLineModuleManager:[...] | cmdlinemodulemanager.cpp:569 | libgromacs_mpi.so.9.0.0 |
○ | main | gmx.cpp:58 | gmx_mpi |
►1.92+ | Nbnxm::Grid::sortColumnsCpuGeo[...] | grid.cpp:1055 | libgromacs_mpi.so.9.0.0 |
○ | .omp_outlined.#0x5f4ef0 | grid.cpp:1494 | libgromacs_mpi.so.9.0.0 |
○ | __kmp_invoke_microtask | libomp.so | |
○ | __kmp_fork_call | libomp.so | |
○ | __kmpc_fork_call | libomp.so | |
○ | Nbnxm::Grid::setCellIndices(in[...] | grid.cpp:1485 | libgromacs_mpi.so.9.0.0 |
○ | Nbnxm::GridSet::putOnGrid(floa[...] | gridset.cpp:247 | libgromacs_mpi.so.9.0.0 |
○ | nonbonded_verlet_t::putAtomsOn[...] | cyclecounter.h:182 | libgromacs_mpi.so.9.0.0 |
○ | gmx::dd_partition_system(_IO_F[...] | partition.cpp:3120 | libgromacs_mpi.so.9.0.0 |
○ | gmx::LegacySimulator::do_md() | md.cpp:1001 | libgromacs_mpi.so.9.0.0 |
○ | gmx::Mdrunner::mdrunner() | runner.cpp:2311 | libgromacs_mpi.so.9.0.0 |
○ | gmx::gmx_mdrun(int, gmx_hw_inf[...] | mdrun.cpp:280 | gmx_mpi |
○ | gmx::gmx_mdrun(int, char**) | mdrun.cpp:82 | gmx_mpi |
○ | gmx::CommandLineModuleManager:[...] | cmdlinemodulemanager.cpp:569 | libgromacs_mpi.so.9.0.0 |
Coverage (%) | Name | Source Location | Module |
---|---|---|---|
►72.02+ | Nbnxm::Grid::sortColumnsCpuGeo[...] | grid.cpp:1055 | libgromacs_mpi.so.9.0.0 |
○ | .omp_outlined.#0x5f4ef0 | grid.cpp:1494 | libgromacs_mpi.so.9.0.0 |
○ | __kmp_invoke_microtask | libomp.so | |
○ | __kmp_fork_call | libomp.so | |
○ | __kmpc_fork_call | libomp.so | |
○ | Nbnxm::Grid::setCellIndices(in[...] | grid.cpp:1485 | libgromacs_mpi.so.9.0.0 |
○ | Nbnxm::GridSet::putOnGrid(floa[...] | gridset.cpp:247 | libgromacs_mpi.so.9.0.0 |
○ | nbnxn_put_on_grid_nonlocal(non[...] | cyclecounter.h:182 | libgromacs_mpi.so.9.0.0 |
○ | do_force(_IO_FILE*, t_commrec [...] | sim_util.cpp:1345 | libgromacs_mpi.so.9.0.0 |
○ | gmx::LegacySimulator::do_md() | md.cpp:1248 | libgromacs_mpi.so.9.0.0 |
○ | gmx::Mdrunner::mdrunner() | runner.cpp:2311 | libgromacs_mpi.so.9.0.0 |
○ | gmx::gmx_mdrun(int, gmx_hw_inf[...] | mdrun.cpp:280 | gmx_mpi |
○ | gmx::gmx_mdrun(int, char**) | mdrun.cpp:82 | gmx_mpi |
○ | gmx::CommandLineModuleManager:[...] | cmdlinemodulemanager.cpp:569 | libgromacs_mpi.so.9.0.0 |
○ | main | gmx.cpp:58 | gmx_mpi |
○ | __libc_start_call_main | libc.so.6 | |
►27.52+ | Nbnxm::Grid::sortColumnsCpuGeo[...] | grid.cpp:1055 | libgromacs_mpi.so.9.0.0 |
○ | .omp_outlined.#0x5f4ef0 | grid.cpp:1494 | libgromacs_mpi.so.9.0.0 |
○ | __kmp_invoke_microtask | libomp.so | |
○ | __kmp_fork_call | libomp.so | |
○ | __kmpc_fork_call | libomp.so | |
○ | Nbnxm::Grid::setCellIndices(in[...] | grid.cpp:1485 | libgromacs_mpi.so.9.0.0 |
○ | Nbnxm::GridSet::putOnGrid(floa[...] | gridset.cpp:247 | libgromacs_mpi.so.9.0.0 |
○ | nonbonded_verlet_t::putAtomsOn[...] | cyclecounter.h:182 | libgromacs_mpi.so.9.0.0 |
○ | gmx::dd_partition_system(_IO_F[...] | partition.cpp:3120 | libgromacs_mpi.so.9.0.0 |
○ | gmx::LegacySimulator::do_md() | md.cpp:1001 | libgromacs_mpi.so.9.0.0 |
○ | gmx::Mdrunner::mdrunner() | runner.cpp:2311 | libgromacs_mpi.so.9.0.0 |
○ | gmx::gmx_mdrun(int, gmx_hw_inf[...] | mdrun.cpp:280 | gmx_mpi |
○ | gmx::gmx_mdrun(int, char**) | mdrun.cpp:82 | gmx_mpi |
○ | gmx::CommandLineModuleManager:[...] | cmdlinemodulemanager.cpp:569 | libgromacs_mpi.so.9.0.0 |
○ | main | gmx.cpp:58 | gmx_mpi |
○ | __libc_start_call_main | libc.so.6 |
Path / |
The code analyzed by CQA in that panel excludes loops and represents 0.00% of application time for run 1x1
Source file and lines | grid.cpp:308-440 |
Module | libgromacs_mpi.so.9.0.0 |
nb instructions | 119 |
nb uops | 118 |
loop length | 437 |
used x86 registers | 16 |
used mmx registers | 0 |
used xmm registers | 2 |
used ymm registers | 0 |
used zmm registers | 0 |
nb stack references | 11 |
micro-operation queue | 19.67 cycles |
front end | 19.67 cycles |
ALU0/BRU0 | ALU1 | ALU2 | ALU3 | BRU1 | AGU0 | AGU1 | AGU2 | FP0 | FP1 | FP2 | FP3 | FP4 | FP5 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
uops | 13.25 | 13.25 | 13.00 | 13.00 | 11.50 | 6.00 | 6.00 | 6.00 | 0.50 | 0.50 | 0.50 | 0.50 | 0.00 | 0.00 |
cycles | 13.25 | 13.25 | 13.00 | 13.00 | 11.50 | 6.00 | 6.00 | 6.00 | 0.50 | 0.50 | 0.50 | 0.50 | 0.00 | 0.00 |
Cycles executing div or sqrt instructions | NA |
Front-end | 19.67 |
Dispatch | 13.25 |
Overall L1 | 19.67 |
all | 0% |
load | 0% |
store | 0% |
mul | NA (no mul vectorizable/vectorized instructions) |
add-sub | 0% |
fma | NA (no fma vectorizable/vectorized instructions) |
other | 0% |
all | 0% |
load | NA (no load vectorizable/vectorized instructions) |
store | NA (no store vectorizable/vectorized instructions) |
mul | 0% |
add-sub | NA (no add-sub vectorizable/vectorized instructions) |
fma | NA (no fma vectorizable/vectorized instructions) |
div/sqrt | NA (no div/sqrt vectorizable/vectorized instructions) |
other | NA (no other vectorizable/vectorized instructions) |
all | 0% |
load | 0% |
store | 0% |
mul | 0% |
add-sub | 0% |
fma | NA (no fma vectorizable/vectorized instructions) |
div/sqrt | NA (no div/sqrt vectorizable/vectorized instructions) |
other | 0% |
all | 8% |
load | 4% |
store | 8% |
mul | NA (no mul vectorizable/vectorized instructions) |
add-sub | 10% |
fma | NA (no fma vectorizable/vectorized instructions) |
other | 8% |
all | 6% |
load | NA (no load vectorizable/vectorized instructions) |
store | NA (no store vectorizable/vectorized instructions) |
mul | 6% |
add-sub | NA (no add-sub vectorizable/vectorized instructions) |
fma | NA (no fma vectorizable/vectorized instructions) |
div/sqrt | NA (no div/sqrt vectorizable/vectorized instructions) |
other | NA (no other vectorizable/vectorized instructions) |
all | 8% |
load | 4% |
store | 8% |
mul | 6% |
add-sub | 10% |
fma | NA (no fma vectorizable/vectorized instructions) |
div/sqrt | NA (no div/sqrt vectorizable/vectorized instructions) |
other | 8% |
Instruction | Nb FU | ALU0/BRU0 | ALU1 | ALU2 | ALU3 | BRU1 | AGU0 | AGU1 | AGU2 | FP0 | FP1 | FP2 | FP3 | FP4 | FP5 | Latency | Recip. throughput | Vectorization |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUSH %RBP | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.50 | N/A |
MOV %RSP,%RBP | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.17 | N/A |
PUSH %R15 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.50 | N/A |
PUSH %R14 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.50 | N/A |
PUSH %R13 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.50 | N/A |
PUSH %R12 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.50 | N/A |
PUSH %RBX | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.50 | N/A |
SUB $0x78,%RSP | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | scal (12.5%) |
CMP $0x2,%ECX | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | scal (6.3%) |
JL 5f33cc <_ZN5NbnxmL10sort_atomsEibibPiiN3gmx8ArrayRefIKNS1_11BasicVectorIfEEEEffiNS2_IiEE+0x26c> | 1 | 0.50 | 0 | 0 | 0 | 0.50 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.50-1 | N/A |
MOV %RDX,%R14 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.17 | scal (12.5%) |
MOV %ESI,-0x40(%RBP) | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 4 | 0.50 | scal (6.3%) |
MOV 0x10(%RBP),%R10 | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 0.33 | N/A |
MOV $0x100000000,%R11 | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.33 | scal (12.5%) |
SAL $0x2,%R9D | 1 | 0 | 0.50 | 0.50 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.50 | scal (6.3%) |
VCVTSI2SS %R9D,%XMM2,%XMM2 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | 0.50 | 0 | 0 | 3 | 1.25 | scal (6.3%) |
VMULSS %XMM1,%XMM2,%XMM1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | 0.50 | 0 | 0 | 0 | 0 | 3 | 0.50 | scal (6.3%) |
MOV %EDI,%EBX | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.17 | scal (6.3%) |
MOV %ECX,-0x3c(%RBP) | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 4 | 0.50 | scal (6.3%) |
MOV %ECX,%EAX | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.17 | N/A |
MOV %RAX,-0x50(%RBP) | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 4 | 0.50 | scal (12.5%) |
LEA 0x4(%R10),%RAX | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
MOV %RAX,-0x48(%RBP) | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 4 | 0.50 | scal (12.5%) |
MOV $-0x1,%EDI | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
MOVL $0x7fffffff,-0x38(%RBP) | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 4 | 0.50 | scal (6.3%) |
XOR %R12D,%R12D | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | scal (6.3%) |
MOV %R9D,-0x34(%RBP) | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 4 | 0.50 | scal (6.3%) |
JMP 5f31f7 <_ZN5NbnxmL10sort_atomsEibibPiiN3gmx8ArrayRefIKNS1_11BasicVectorIfEEEEffiNS2_IiEE+0x97> | 1 | 0.50 | 0 | 0 | 0 | 0.50 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | N/A |
NOPW %CS:(%RAX,%RAX,1) | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.09 | N/A |
NOPW (%RAX,%RAX,1) | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.09 | N/A |
NOPW (%RAX,%RAX,1) | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.09 | N/A |
CMPB $0,-0x40(%RBP) | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.33 | scal (1.6%) |
JE 5f3371 <_ZN5NbnxmL10sort_atomsEibibPiiN3gmx8ArrayRefIKNS1_11BasicVectorIfEEEEffiNS2_IiEE+0x211> | 1 | 0.50 | 0 | 0 | 0 | 0.50 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.50-1 | N/A |
XOR %ESI,%ESI | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | scal (6.3%) |
MOV -0x38(%RBP),%EAX | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 0.33 | N/A |
CMP %EAX,%EDI | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | scal (6.3%) |
MOV -0x3c(%RBP),%R11D | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 0.33 | scal (6.3%) |
JL 5f33c3 <_ZN5NbnxmL10sort_atomsEibibPiiN3gmx8ArrayRefIKNS1_11BasicVectorIfEEEEffiNS2_IiEE+0x263> | 1 | 0.50 | 0 | 0 | 0 | 0.50 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.50-1 | N/A |
MOVSXD %EDI,%R8 | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
CLTQ | scal (12.5%) | |||||||||||||||||
MOV %R8,%RDX | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.17 | scal (12.5%) |
SUB %RAX,%RDX | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | scal (12.5%) |
NEG %RAX | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
LEA (%R8,%RAX,1),%RCX | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
INC %RCX | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
MOV %ECX,%EDI | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.17 | N/A |
AND $0x3,%EDI | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
CMP $0x3,%RDX | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | scal (12.5%) |
JAE 5f3465 <_ZN5NbnxmL10sort_atomsEibibPiiN3gmx8ArrayRefIKNS1_11BasicVectorIfEEEEffiNS2_IiEE+0x305> | 1 | 0.50 | 0 | 0 | 0 | 0.50 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.50-1 | N/A |
XOR %ESI,%ESI | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | scal (6.3%) |
TEST %RDI,%RDI | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | scal (12.5%) |
JE 5f33c3 <_ZN5NbnxmL10sort_atomsEibibPiiN3gmx8ArrayRefIKNS1_11BasicVectorIfEEEEffiNS2_IiEE+0x263> | 1 | 0.50 | 0 | 0 | 0 | 0.50 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.50-1 | N/A |
LEA (%R10,%R8,4),%RAX | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
NEG %RDI | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
XOR %ECX,%ECX | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | N/A |
JMP 5f3358 <_ZN5NbnxmL10sort_atomsEibibPiiN3gmx8ArrayRefIKNS1_11BasicVectorIfEEEEffiNS2_IiEE+0x1f8> | 1 | 0.50 | 0 | 0 | 0 | 0.50 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | N/A |
NOPW (%RAX,%RAX,1) | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.09 | N/A |
MOV -0x3c(%RBP),%R11D | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 0.33 | scal (6.3%) |
ADD %R11D,%R9D | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | scal (6.3%) |
TEST %R9D,%R9D | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | scal (6.3%) |
JLE 5f33c1 <_ZN5NbnxmL10sort_atomsEibibPiiN3gmx8ArrayRefIKNS1_11BasicVectorIfEEEEffiNS2_IiEE+0x261> | 1 | 0.50 | 0 | 0 | 0 | 0.50 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.50-1 | N/A |
MOV %R9D,%R8D | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.17 | N/A |
MOV %R8D,%EDI | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.17 | N/A |
AND $0x3,%EDI | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
CMP $0x4,%R9D | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | scal (6.3%) |
JAE 5f33db <_ZN5NbnxmL10sort_atomsEibibPiiN3gmx8ArrayRefIKNS1_11BasicVectorIfEEEEffiNS2_IiEE+0x27b> | 1 | 0.50 | 0 | 0 | 0 | 0.50 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.50-1 | N/A |
XOR %ECX,%ECX | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | N/A |
XOR %ESI,%ESI | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | scal (6.3%) |
TEST %RDI,%RDI | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | scal (12.5%) |
JE 5f33c3 <_ZN5NbnxmL10sort_atomsEibibPiiN3gmx8ArrayRefIKNS1_11BasicVectorIfEEEEffiNS2_IiEE+0x263> | 1 | 0.50 | 0 | 0 | 0 | 0.50 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.50-1 | N/A |
LEA (%R10,%RCX,4),%RAX | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
XOR %ECX,%ECX | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | N/A |
JMP 5f33a8 <_ZN5NbnxmL10sort_atomsEibibPiiN3gmx8ArrayRefIKNS1_11BasicVectorIfEEEEffiNS2_IiEE+0x248> | 1 | 0.50 | 0 | 0 | 0 | 0.50 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | N/A |
NOPL (%RAX) | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.09 | N/A |
XOR %ESI,%ESI | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | scal (6.3%) |
CMP %R11D,%ESI | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | scal (6.3%) |
JL 5f34ea <_ZN5NbnxmL10sort_atomsEibibPiiN3gmx8ArrayRefIKNS1_11BasicVectorIfEEEEffiNS2_IiEE+0x38a> | 1 | 0.50 | 0 | 0 | 0 | 0.50 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.50-1 | N/A |
ADD $0x78,%RSP | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | scal (12.5%) |
POP %RBX | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.33 | N/A |
POP %R12 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.33 | N/A |
POP %R13 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.33 | N/A |
POP %R14 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.33 | N/A |
POP %R15 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.33 | N/A |
POP %RBP | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.33 | N/A |
RET | 1 | 0.50 | 0 | 0 | 0 | 0.50 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.50 | N/A |
AND $-0x4,%R8D | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
XOR %ECX,%ECX | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | N/A |
XOR %ESI,%ESI | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | scal (6.3%) |
JMP 5f33f9 <_ZN5NbnxmL10sort_atomsEibibPiiN3gmx8ArrayRefIKNS1_11BasicVectorIfEEEEffiNS2_IiEE+0x299> | 1 | 0.50 | 0 | 0 | 0 | 0.50 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | N/A |
NOPW %CS:(%RAX,%RAX,1) | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.09 | N/A |
AND $-0x4,%RCX | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
XOR %ESI,%ESI | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | scal (6.3%) |
JMP 5f347e <_ZN5NbnxmL10sort_atomsEibibPiiN3gmx8ArrayRefIKNS1_11BasicVectorIfEEEEffiNS2_IiEE+0x31e> | 1 | 0.50 | 0 | 0 | 0 | 0.50 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | N/A |
NOPL (%RAX) | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.09 | N/A |
LEA -0x3b800a(%RIP),%RSI | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
LEA -0x70(%RBP),%RDI | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
LEA -0x30(%RBP),%RDX | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
CALL fa48c0 <@plt_start@+0x1410> | 2 | 0.50 | 0 | 0 | 0 | 0.50 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | N/A |
LEA -0x2c4a41(%RIP),%RSI | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
LEA -0x98(%RBP),%RDI | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
MOV $0x2,%EDX | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | scal (6.3%) |
CALL fa6d70 <@plt_start@+0x38c0> | 2 | 0.50 | 0 | 0 | 0 | 0.50 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | N/A |
LEA -0x3af5d9(%RIP),%RDI | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
LEA -0x70(%RBP),%RSI | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
LEA -0x98(%RBP),%RDX | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
MOV $0x1b6,%ECX | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
CALL fa4500 <@plt_start@+0x1050> | 2 | 0.50 | 0 | 0 | 0 | 0.50 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | N/A |
MOV %RAX,%RBX | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.17 | scal (12.5%) |
LEA -0x98(%RBP),%RDI | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
CALL fa3920 <@plt_start@+0x470> | 2 | 0.50 | 0 | 0 | 0 | 0.50 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | N/A |
JMP 5f3546 <_ZN5NbnxmL10sort_atomsEibibPiiN3gmx8ArrayRefIKNS1_11BasicVectorIfEEEEffiNS2_IiEE+0x3e6> | 1 | 0.50 | 0 | 0 | 0 | 0.50 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | N/A |
MOV %RAX,%RBX | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.17 | scal (12.5%) |
MOV -0x70(%RBP),%RDI | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 0.33 | N/A |
LEA -0x60(%RBP),%RAX | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
CMP %RAX,%RDI | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
JE 5f3558 <_ZN5NbnxmL10sort_atomsEibibPiiN3gmx8ArrayRefIKNS1_11BasicVectorIfEEEEffiNS2_IiEE+0x3f8> | 1 | 0.50 | 0 | 0 | 0 | 0.50 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.50-1 | N/A |
CALL fa3730 <@plt_start@+0x280> | 2 | 0.50 | 0 | 0 | 0 | 0.50 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | N/A |
MOV %RBX,%RDI | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.17 | N/A |
CALL fa3770 <@plt_start@+0x2c0> | 2 | 0.50 | 0 | 0 | 0 | 0.50 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | N/A |
The code analyzed by CQA in that panel excludes loops and represents 0.00% of application time for run 1x1
Source file and lines | grid.cpp:308-440 |
Module | libgromacs_mpi.so.9.0.0 |
nb instructions | 119 |
nb uops | 118 |
loop length | 437 |
used x86 registers | 16 |
used mmx registers | 0 |
used xmm registers | 2 |
used ymm registers | 0 |
used zmm registers | 0 |
nb stack references | 11 |
micro-operation queue | 19.67 cycles |
front end | 19.67 cycles |
ALU0/BRU0 | ALU1 | ALU2 | ALU3 | BRU1 | AGU0 | AGU1 | AGU2 | FP0 | FP1 | FP2 | FP3 | FP4 | FP5 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
uops | 13.25 | 13.25 | 13.00 | 13.00 | 11.50 | 6.00 | 6.00 | 6.00 | 0.50 | 0.50 | 0.50 | 0.50 | 0.00 | 0.00 |
cycles | 13.25 | 13.25 | 13.00 | 13.00 | 11.50 | 6.00 | 6.00 | 6.00 | 0.50 | 0.50 | 0.50 | 0.50 | 0.00 | 0.00 |
Cycles executing div or sqrt instructions | NA |
Front-end | 19.67 |
Dispatch | 13.25 |
Overall L1 | 19.67 |
all | 0% |
load | 0% |
store | 0% |
mul | NA (no mul vectorizable/vectorized instructions) |
add-sub | 0% |
fma | NA (no fma vectorizable/vectorized instructions) |
other | 0% |
all | 0% |
load | NA (no load vectorizable/vectorized instructions) |
store | NA (no store vectorizable/vectorized instructions) |
mul | 0% |
add-sub | NA (no add-sub vectorizable/vectorized instructions) |
fma | NA (no fma vectorizable/vectorized instructions) |
div/sqrt | NA (no div/sqrt vectorizable/vectorized instructions) |
other | NA (no other vectorizable/vectorized instructions) |
all | 0% |
load | 0% |
store | 0% |
mul | 0% |
add-sub | 0% |
fma | NA (no fma vectorizable/vectorized instructions) |
div/sqrt | NA (no div/sqrt vectorizable/vectorized instructions) |
other | 0% |
all | 8% |
load | 4% |
store | 8% |
mul | NA (no mul vectorizable/vectorized instructions) |
add-sub | 10% |
fma | NA (no fma vectorizable/vectorized instructions) |
other | 8% |
all | 6% |
load | NA (no load vectorizable/vectorized instructions) |
store | NA (no store vectorizable/vectorized instructions) |
mul | 6% |
add-sub | NA (no add-sub vectorizable/vectorized instructions) |
fma | NA (no fma vectorizable/vectorized instructions) |
div/sqrt | NA (no div/sqrt vectorizable/vectorized instructions) |
other | NA (no other vectorizable/vectorized instructions) |
all | 8% |
load | 4% |
store | 8% |
mul | 6% |
add-sub | 10% |
fma | NA (no fma vectorizable/vectorized instructions) |
div/sqrt | NA (no div/sqrt vectorizable/vectorized instructions) |
other | 8% |
Instruction | Nb FU | ALU0/BRU0 | ALU1 | ALU2 | ALU3 | BRU1 | AGU0 | AGU1 | AGU2 | FP0 | FP1 | FP2 | FP3 | FP4 | FP5 | Latency | Recip. throughput | Vectorization |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUSH %RBP | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.50 | N/A |
MOV %RSP,%RBP | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.17 | N/A |
PUSH %R15 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.50 | N/A |
PUSH %R14 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.50 | N/A |
PUSH %R13 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.50 | N/A |
PUSH %R12 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.50 | N/A |
PUSH %RBX | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.50 | N/A |
SUB $0x78,%RSP | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | scal (12.5%) |
CMP $0x2,%ECX | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | scal (6.3%) |
JL 5f33cc <_ZN5NbnxmL10sort_atomsEibibPiiN3gmx8ArrayRefIKNS1_11BasicVectorIfEEEEffiNS2_IiEE+0x26c> | 1 | 0.50 | 0 | 0 | 0 | 0.50 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.50-1 | N/A |
MOV %RDX,%R14 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.17 | scal (12.5%) |
MOV %ESI,-0x40(%RBP) | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 4 | 0.50 | scal (6.3%) |
MOV 0x10(%RBP),%R10 | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 0.33 | N/A |
MOV $0x100000000,%R11 | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.33 | scal (12.5%) |
SAL $0x2,%R9D | 1 | 0 | 0.50 | 0.50 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.50 | scal (6.3%) |
VCVTSI2SS %R9D,%XMM2,%XMM2 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | 0.50 | 0 | 0 | 3 | 1.25 | scal (6.3%) |
VMULSS %XMM1,%XMM2,%XMM1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | 0.50 | 0 | 0 | 0 | 0 | 3 | 0.50 | scal (6.3%) |
MOV %EDI,%EBX | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.17 | scal (6.3%) |
MOV %ECX,-0x3c(%RBP) | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 4 | 0.50 | scal (6.3%) |
MOV %ECX,%EAX | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.17 | N/A |
MOV %RAX,-0x50(%RBP) | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 4 | 0.50 | scal (12.5%) |
LEA 0x4(%R10),%RAX | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
MOV %RAX,-0x48(%RBP) | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 4 | 0.50 | scal (12.5%) |
MOV $-0x1,%EDI | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
MOVL $0x7fffffff,-0x38(%RBP) | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 4 | 0.50 | scal (6.3%) |
XOR %R12D,%R12D | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | scal (6.3%) |
MOV %R9D,-0x34(%RBP) | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 4 | 0.50 | scal (6.3%) |
JMP 5f31f7 <_ZN5NbnxmL10sort_atomsEibibPiiN3gmx8ArrayRefIKNS1_11BasicVectorIfEEEEffiNS2_IiEE+0x97> | 1 | 0.50 | 0 | 0 | 0 | 0.50 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | N/A |
NOPW %CS:(%RAX,%RAX,1) | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.09 | N/A |
NOPW (%RAX,%RAX,1) | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.09 | N/A |
NOPW (%RAX,%RAX,1) | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.09 | N/A |
CMPB $0,-0x40(%RBP) | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.33 | scal (1.6%) |
JE 5f3371 <_ZN5NbnxmL10sort_atomsEibibPiiN3gmx8ArrayRefIKNS1_11BasicVectorIfEEEEffiNS2_IiEE+0x211> | 1 | 0.50 | 0 | 0 | 0 | 0.50 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.50-1 | N/A |
XOR %ESI,%ESI | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | scal (6.3%) |
MOV -0x38(%RBP),%EAX | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 0.33 | N/A |
CMP %EAX,%EDI | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | scal (6.3%) |
MOV -0x3c(%RBP),%R11D | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 0.33 | scal (6.3%) |
JL 5f33c3 <_ZN5NbnxmL10sort_atomsEibibPiiN3gmx8ArrayRefIKNS1_11BasicVectorIfEEEEffiNS2_IiEE+0x263> | 1 | 0.50 | 0 | 0 | 0 | 0.50 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.50-1 | N/A |
MOVSXD %EDI,%R8 | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
CLTQ | scal (12.5%) | |||||||||||||||||
MOV %R8,%RDX | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.17 | scal (12.5%) |
SUB %RAX,%RDX | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | scal (12.5%) |
NEG %RAX | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
LEA (%R8,%RAX,1),%RCX | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
INC %RCX | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
MOV %ECX,%EDI | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.17 | N/A |
AND $0x3,%EDI | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
CMP $0x3,%RDX | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | scal (12.5%) |
JAE 5f3465 <_ZN5NbnxmL10sort_atomsEibibPiiN3gmx8ArrayRefIKNS1_11BasicVectorIfEEEEffiNS2_IiEE+0x305> | 1 | 0.50 | 0 | 0 | 0 | 0.50 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.50-1 | N/A |
XOR %ESI,%ESI | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | scal (6.3%) |
TEST %RDI,%RDI | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | scal (12.5%) |
JE 5f33c3 <_ZN5NbnxmL10sort_atomsEibibPiiN3gmx8ArrayRefIKNS1_11BasicVectorIfEEEEffiNS2_IiEE+0x263> | 1 | 0.50 | 0 | 0 | 0 | 0.50 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.50-1 | N/A |
LEA (%R10,%R8,4),%RAX | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
NEG %RDI | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
XOR %ECX,%ECX | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | N/A |
JMP 5f3358 <_ZN5NbnxmL10sort_atomsEibibPiiN3gmx8ArrayRefIKNS1_11BasicVectorIfEEEEffiNS2_IiEE+0x1f8> | 1 | 0.50 | 0 | 0 | 0 | 0.50 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | N/A |
NOPW (%RAX,%RAX,1) | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.09 | N/A |
MOV -0x3c(%RBP),%R11D | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 0.33 | scal (6.3%) |
ADD %R11D,%R9D | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | scal (6.3%) |
TEST %R9D,%R9D | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | scal (6.3%) |
JLE 5f33c1 <_ZN5NbnxmL10sort_atomsEibibPiiN3gmx8ArrayRefIKNS1_11BasicVectorIfEEEEffiNS2_IiEE+0x261> | 1 | 0.50 | 0 | 0 | 0 | 0.50 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.50-1 | N/A |
MOV %R9D,%R8D | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.17 | N/A |
MOV %R8D,%EDI | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.17 | N/A |
AND $0x3,%EDI | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
CMP $0x4,%R9D | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | scal (6.3%) |
JAE 5f33db <_ZN5NbnxmL10sort_atomsEibibPiiN3gmx8ArrayRefIKNS1_11BasicVectorIfEEEEffiNS2_IiEE+0x27b> | 1 | 0.50 | 0 | 0 | 0 | 0.50 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.50-1 | N/A |
XOR %ECX,%ECX | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | N/A |
XOR %ESI,%ESI | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | scal (6.3%) |
TEST %RDI,%RDI | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | scal (12.5%) |
JE 5f33c3 <_ZN5NbnxmL10sort_atomsEibibPiiN3gmx8ArrayRefIKNS1_11BasicVectorIfEEEEffiNS2_IiEE+0x263> | 1 | 0.50 | 0 | 0 | 0 | 0.50 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.50-1 | N/A |
LEA (%R10,%RCX,4),%RAX | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
XOR %ECX,%ECX | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | N/A |
JMP 5f33a8 <_ZN5NbnxmL10sort_atomsEibibPiiN3gmx8ArrayRefIKNS1_11BasicVectorIfEEEEffiNS2_IiEE+0x248> | 1 | 0.50 | 0 | 0 | 0 | 0.50 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | N/A |
NOPL (%RAX) | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.09 | N/A |
XOR %ESI,%ESI | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | scal (6.3%) |
CMP %R11D,%ESI | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | scal (6.3%) |
JL 5f34ea <_ZN5NbnxmL10sort_atomsEibibPiiN3gmx8ArrayRefIKNS1_11BasicVectorIfEEEEffiNS2_IiEE+0x38a> | 1 | 0.50 | 0 | 0 | 0 | 0.50 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.50-1 | N/A |
ADD $0x78,%RSP | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | scal (12.5%) |
POP %RBX | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.33 | N/A |
POP %R12 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.33 | N/A |
POP %R13 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.33 | N/A |
POP %R14 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.33 | N/A |
POP %R15 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.33 | N/A |
POP %RBP | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.33 | N/A |
RET | 1 | 0.50 | 0 | 0 | 0 | 0.50 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.50 | N/A |
AND $-0x4,%R8D | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
XOR %ECX,%ECX | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | N/A |
XOR %ESI,%ESI | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | scal (6.3%) |
JMP 5f33f9 <_ZN5NbnxmL10sort_atomsEibibPiiN3gmx8ArrayRefIKNS1_11BasicVectorIfEEEEffiNS2_IiEE+0x299> | 1 | 0.50 | 0 | 0 | 0 | 0.50 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | N/A |
NOPW %CS:(%RAX,%RAX,1) | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.09 | N/A |
AND $-0x4,%RCX | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
XOR %ESI,%ESI | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | scal (6.3%) |
JMP 5f347e <_ZN5NbnxmL10sort_atomsEibibPiiN3gmx8ArrayRefIKNS1_11BasicVectorIfEEEEffiNS2_IiEE+0x31e> | 1 | 0.50 | 0 | 0 | 0 | 0.50 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | N/A |
NOPL (%RAX) | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.09 | N/A |
LEA -0x3b800a(%RIP),%RSI | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
LEA -0x70(%RBP),%RDI | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
LEA -0x30(%RBP),%RDX | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
CALL fa48c0 <@plt_start@+0x1410> | 2 | 0.50 | 0 | 0 | 0 | 0.50 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | N/A |
LEA -0x2c4a41(%RIP),%RSI | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
LEA -0x98(%RBP),%RDI | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
MOV $0x2,%EDX | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | scal (6.3%) |
CALL fa6d70 <@plt_start@+0x38c0> | 2 | 0.50 | 0 | 0 | 0 | 0.50 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | N/A |
LEA -0x3af5d9(%RIP),%RDI | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
LEA -0x70(%RBP),%RSI | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
LEA -0x98(%RBP),%RDX | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
MOV $0x1b6,%ECX | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
CALL fa4500 <@plt_start@+0x1050> | 2 | 0.50 | 0 | 0 | 0 | 0.50 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | N/A |
MOV %RAX,%RBX | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.17 | scal (12.5%) |
LEA -0x98(%RBP),%RDI | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
CALL fa3920 <@plt_start@+0x470> | 2 | 0.50 | 0 | 0 | 0 | 0.50 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | N/A |
JMP 5f3546 <_ZN5NbnxmL10sort_atomsEibibPiiN3gmx8ArrayRefIKNS1_11BasicVectorIfEEEEffiNS2_IiEE+0x3e6> | 1 | 0.50 | 0 | 0 | 0 | 0.50 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | N/A |
MOV %RAX,%RBX | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.17 | scal (12.5%) |
MOV -0x70(%RBP),%RDI | 1 | 0 | 0 | 0 | 0 | 0 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 0.33 | N/A |
LEA -0x60(%RBP),%RAX | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
CMP %RAX,%RDI | 1 | 0.25 | 0.25 | 0.25 | 0.25 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.25 | N/A |
JE 5f3558 <_ZN5NbnxmL10sort_atomsEibibPiiN3gmx8ArrayRefIKNS1_11BasicVectorIfEEEEffiNS2_IiEE+0x3f8> | 1 | 0.50 | 0 | 0 | 0 | 0.50 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0.50-1 | N/A |
CALL fa3730 <@plt_start@+0x280> | 2 | 0.50 | 0 | 0 | 0 | 0.50 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | N/A |
MOV %RBX,%RDI | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.17 | N/A |
CALL fa3770 <@plt_start@+0x2c0> | 2 | 0.50 | 0 | 0 | 0 | 0.50 | 0.33 | 0.33 | 0.33 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.50 | N/A |
Run 1x1 | Number processes: 1Number processes per node: 1OMP_NUM_THREADS: 1 |
---|---|
Run 2x1 | Number processes: 2Number processes per node: 2OMP_NUM_THREADS: 1 |
Run 4x1 | Number processes: 4Number processes per node: 4OMP_NUM_THREADS: 1 |
Run 8x1 | Number processes: 8Number processes per node: 8OMP_NUM_THREADS: 1 |
Run 16x1 | Number processes: 16Number processes per node: 16OMP_NUM_THREADS: 1 |
Run 32x1 | Number processes: 32Number processes per node: 32OMP_NUM_THREADS: 1 |
Run 64x1 | Number processes: 64Number processes per node: 64OMP_NUM_THREADS: 1 |
Run 128x1 | Number processes: 128Number processes per node: 128OMP_NUM_THREADS: 1 |
Run 192x1 | Number processes: 192Number nodes: 1Number processes per node: 192Run Command: <executable> mdrun -s ion_channel.tpr -nsteps 10000 -pin on -deffnm aoccMPI Command: mpirun -genv I_MPI_FABRICS=shm -n <number_processes>Dataset: Run Directory: .OMP_NUM_THREADS: 1 |
(1x1) Efficiency | (1x1) Potential Speed-Up (%) | (2x1) Efficiency | (2x1) Potential Speed-Up (%) | (4x1) Efficiency | (4x1) Potential Speed-Up (%) | (8x1) Efficiency | (8x1) Potential Speed-Up (%) | (16x1) Efficiency | (16x1) Potential Speed-Up (%) | (32x1) Efficiency | (32x1) Potential Speed-Up (%) | (64x1) Efficiency | (64x1) Potential Speed-Up (%) | (128x1) Efficiency | (128x1) Potential Speed-Up (%) | (192x1) Efficiency | (192x1) Potential Speed-Up (%) |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | 0 | 0.61 | 0.01 | 0.56 | 0.02 | 0.4 | 0.02 | 0.4 | 0.02 | 0.34 | 0.02 | 0.25 | 0.02 | 0.25 | 0.03 | 0.18 | 0.03 |
Run | Number of threads | Efficiency (ideal is 1) | Speedup | Ideal Speedup | Time (s) | Coverage (%) |
---|---|---|---|---|---|---|
1x1 | 1 | 1 | 1 | 1 | 0.20000000298023 | 0.02399218827486 |
2x1 | 2 | 0.61 | 1.21 | 2 | 0.17999997735023 | 0.036402441561222 |
4x1 | 4 | 0.56 | 2.22 | 4 | 0.10999999195337 | 0.036148268729448 |
8x1 | 8 | 0.4 | 3.23 | 8 | 0.084999993443489 | 0.040005847811699 |
16x1 | 16 | 0.4 | 6.37 | 16 | 0.064999990165234 | 0.037953671067953 |
32x1 | 20 | 0.34 | 10.84 | 32 | 0.059999998658895 | 0.035917174071074 |
64x1 | 39 | 0.25 | 16.25 | 64 | 0.044999998062849 | 0.030967123806477 |
128x1 | 73 | 0.25 | 32.36 | 128 | 0.029999993741512 | 0.036371454596519 |
192x1 | 101 | 0.18 | 34.87 | 192 | 0.029999999329448 | 0.042575113475323 |
Name | Coverage (%) | Time (s) |
---|---|---|
▼Nbnxm::sort_atoms(int, bool, int, bool, int*, int, gmx::ArrayRef | 0.04 | 0.01 |
○Loop 1797 - grid.cpp:416-421 - libgromacs_mpi.so.9.0.0 | 0.02 | 0.01 |
▼Loop 1800 - grid.cpp:330-408 - libgromacs_mpi.so.9.0.0– | 0.01 | 0.01 |
○Loop 1801 - grid.cpp:386-388 - libgromacs_mpi.so.9.0.0 | 0.00 | 0.01 |
○Loop 1802 - grid.cpp:398-401 - libgromacs_mpi.so.9.0.0 | 0.00 | 0.00 |
○Loop 1796 - grid.cpp:416-421 - libgromacs_mpi.so.9.0.0 | 0.00 | 0.00 |
○Loop 1799 - grid.cpp:427-432 - libgromacs_mpi.so.9.0.0 | 0.00 | 0.00 |
○Loop 1798 - grid.cpp:427-432 - libgromacs_mpi.so.9.0.0 | 0.00 | 0.00 |