Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More options for gen_rectangle_mesh #79

Merged
merged 3 commits into from
May 2, 2024
Merged

More options for gen_rectangle_mesh #79

merged 3 commits into from
May 2, 2024

Conversation

ghislainb
Copy link
Member

No description provided.

@ghislainb ghislainb requested a review from bmxam May 2, 2024 08:12
Copy link

github-actions bot commented May 2, 2024

Benchmark result

Judge result

Benchmark Report for /home/runner/work/Bcube.jl/Bcube.jl

Job Properties

  • Time of benchmarks:
    • Target: 2 May 2024 - 08:21
    • Baseline: 2 May 2024 - 08:25
  • Package commits:
    • Target: 88a0dd
    • Baseline: 373357
  • Julia commits:
    • Target: 0b4590
    • Baseline: 0b4590
  • Julia command flags:
    • Target: None
    • Baseline: None
  • Environment variables:
    • Target: None
    • Baseline: None

Results

A ratio greater than 1.0 denotes a possible regression (marked with ❌), while a ratio less
than 1.0 denotes a possible improvement (marked with ✅). Only significant results - results
that indicate possible regressions or improvements - are shown below (thus, an empty table means that all
benchmark results remained invariant between builds).

ID time ratio memory ratio
["covo", "Quad", "integral_surface"] 1.07 (5%) ❌ 1.00 (1%)
["covo", "Quad", "integral_volume"] 0.92 (5%) ✅ 1.00 (1%)

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["assemble", "basic bilinear"]
  • ["assemble", "poisson DG"]
  • ["covo", "Quad"]
  • ["covo", "TriQuad"]
  • ["entities"]
  • ["mesh"]

Julia versioninfo

Target

Julia Version 1.10.3
Commit 0b4590a5507 (2024-04-30 10:59 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.4 LTS
  uname: Linux 6.5.0-1018-azure #19~22.04.2-Ubuntu SMP Thu Mar 21 16:45:46 UTC 2024 x86_64 x86_64
  CPU: AMD EPYC 7763 64-Core Processor: 
              speed         user         nice          sys         idle          irq
       #1  2445 MHz       2141 s          0 s        219 s       3795 s          0 s
       #2  2445 MHz       2406 s          0 s        222 s       3524 s          0 s
       #3  3270 MHz       1602 s          0 s        241 s       4304 s          0 s
       #4  3243 MHz       1692 s          0 s        243 s       4224 s          0 s
  Memory: 15.606494903564453 GB (12247.06640625 MB free)
  Uptime: 619.67 sec
  Load Avg:  1.03  1.25  0.81
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Baseline

Julia Version 1.10.3
Commit 0b4590a5507 (2024-04-30 10:59 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.4 LTS
  uname: Linux 6.5.0-1018-azure #19~22.04.2-Ubuntu SMP Thu Mar 21 16:45:46 UTC 2024 x86_64 x86_64
  CPU: AMD EPYC 7763 64-Core Processor: 
              speed         user         nice          sys         idle          irq
       #1  3153 MHz       2477 s          0 s        252 s       5444 s          0 s
       #2  3168 MHz       3536 s          0 s        298 s       4338 s          0 s
       #3  3243 MHz       1908 s          0 s        277 s       5981 s          0 s
       #4  2445 MHz       1852 s          0 s        283 s       6042 s          0 s
  Memory: 15.606494903564453 GB (12353.05859375 MB free)
  Uptime: 821.89 sec
  Load Avg:  1.01  1.13  0.86
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Target result

Benchmark Report for /home/runner/work/Bcube.jl/Bcube.jl

Job Properties

  • Time of benchmark: 2 May 2024 - 8:21
  • Package commit: 88a0dd
  • Julia commit: 0b4590
  • Julia command flags: None
  • Environment variables: None

Results

Below is a table of this job's results, obtained by running the benchmarks.
The values listed in the ID column have the structure [parent_group, child_group, ..., key], and can be used to
index into the BaseBenchmarks suite to retrieve the corresponding benchmarks.
The percentages accompanying time and memory values in the below table are noise tolerances. The "true"
time/memory value for a given benchmark is expected to fall within this percentage of the reported value.
An empty cell means that the value was zero.

ID time GC time memory allocations
["assemble", "basic bilinear", "mass matrix"] 16.324 ms (5%) 13.82 MiB (1%) 117
["assemble", "basic bilinear", "stiffness matrix"] 79.788 ms (5%) 13.82 MiB (1%) 117
["assemble", "poisson DG", "AffineFESystem"] 52.775 ms (5%) 71.70 MiB (1%) 17213
["assemble", "poisson DG", "a_Γ(u, v)"] 37.008 ms (5%) 59.36 MiB (1%) 13105
["assemble", "poisson DG", "a_Γb(u, v)"] 7.277 ms (5%) 10.83 MiB (1%) 3203
["assemble", "poisson DG", "a_Ω(u, v)"] 7.729 ms (5%) 349.81 KiB (1%) 69
["assemble", "poisson DG", "l_Γb(v)"] 66.173 μs (5%) 159.66 KiB (1%) 949
["assemble", "poisson DG", "l_Ω(v)"] 18.294 μs (5%) 22.61 KiB (1%) 21
["covo", "Quad", "explicit_step"] 104.876 ms (5%) 69.43 MiB (1%) 5263
["covo", "Quad", "integral_surface"] 55.951 ms (5%)
["covo", "Quad", "integral_volume"] 20.344 ms (5%)
["covo", "TriQuad", "explicit_step"] 398.702 ms (5%) 22.108 ms 382.36 MiB (1%) 1813713
["covo", "TriQuad", "integral_surface"] 269.579 ms (5%) 227.64 MiB (1%) 1424064
["covo", "TriQuad", "integral_volume"] 60.423 ms (5%) 48.39 MiB (1%) 379526
["entities", "edges2nodes"] 1.552 ns (5%)
["entities", "nedges"] 1.552 ns (5%)
["entities", "nnodes"] 2.785 ns (5%)
["entities", "nodes"] 1.552 ns (5%)
["mesh", "todo"] 1.552 ns (5%)

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["assemble", "basic bilinear"]
  • ["assemble", "poisson DG"]
  • ["covo", "Quad"]
  • ["covo", "TriQuad"]
  • ["entities"]
  • ["mesh"]

Julia versioninfo

Julia Version 1.10.3
Commit 0b4590a5507 (2024-04-30 10:59 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.4 LTS
  uname: Linux 6.5.0-1018-azure #19~22.04.2-Ubuntu SMP Thu Mar 21 16:45:46 UTC 2024 x86_64 x86_64
  CPU: AMD EPYC 7763 64-Core Processor: 
              speed         user         nice          sys         idle          irq
       #1  2445 MHz       2141 s          0 s        219 s       3795 s          0 s
       #2  2445 MHz       2406 s          0 s        222 s       3524 s          0 s
       #3  3270 MHz       1602 s          0 s        241 s       4304 s          0 s
       #4  3243 MHz       1692 s          0 s        243 s       4224 s          0 s
  Memory: 15.606494903564453 GB (12247.06640625 MB free)
  Uptime: 619.67 sec
  Load Avg:  1.03  1.25  0.81
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Baseline result

Benchmark Report for /home/runner/work/Bcube.jl/Bcube.jl

Job Properties

  • Time of benchmark: 2 May 2024 - 8:25
  • Package commit: 373357
  • Julia commit: 0b4590
  • Julia command flags: None
  • Environment variables: None

Results

Below is a table of this job's results, obtained by running the benchmarks.
The values listed in the ID column have the structure [parent_group, child_group, ..., key], and can be used to
index into the BaseBenchmarks suite to retrieve the corresponding benchmarks.
The percentages accompanying time and memory values in the below table are noise tolerances. The "true"
time/memory value for a given benchmark is expected to fall within this percentage of the reported value.
An empty cell means that the value was zero.

ID time GC time memory allocations
["assemble", "basic bilinear", "mass matrix"] 16.595 ms (5%) 13.82 MiB (1%) 117
["assemble", "basic bilinear", "stiffness matrix"] 83.169 ms (5%) 13.82 MiB (1%) 117
["assemble", "poisson DG", "AffineFESystem"] 54.155 ms (5%) 71.70 MiB (1%) 17213
["assemble", "poisson DG", "a_Γ(u, v)"] 37.739 ms (5%) 59.36 MiB (1%) 13105
["assemble", "poisson DG", "a_Γb(u, v)"] 7.608 ms (5%) 10.83 MiB (1%) 3203
["assemble", "poisson DG", "a_Ω(u, v)"] 7.747 ms (5%) 349.81 KiB (1%) 69
["assemble", "poisson DG", "l_Γb(v)"] 67.366 μs (5%) 159.66 KiB (1%) 949
["assemble", "poisson DG", "l_Ω(v)"] 18.855 μs (5%) 22.61 KiB (1%) 21
["covo", "Quad", "explicit_step"] 103.765 ms (5%) 69.43 MiB (1%) 5263
["covo", "Quad", "integral_surface"] 52.365 ms (5%)
["covo", "Quad", "integral_volume"] 22.040 ms (5%)
["covo", "TriQuad", "explicit_step"] 397.907 ms (5%) 20.472 ms 382.36 MiB (1%) 1813712
["covo", "TriQuad", "integral_surface"] 281.596 ms (5%) 227.64 MiB (1%) 1424064
["covo", "TriQuad", "integral_volume"] 60.277 ms (5%) 48.39 MiB (1%) 379526
["entities", "edges2nodes"] 1.552 ns (5%)
["entities", "nedges"] 1.552 ns (5%)
["entities", "nnodes"] 2.785 ns (5%)
["entities", "nodes"] 1.552 ns (5%)
["mesh", "todo"] 1.552 ns (5%)

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["assemble", "basic bilinear"]
  • ["assemble", "poisson DG"]
  • ["covo", "Quad"]
  • ["covo", "TriQuad"]
  • ["entities"]
  • ["mesh"]

Julia versioninfo

Julia Version 1.10.3
Commit 0b4590a5507 (2024-04-30 10:59 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.4 LTS
  uname: Linux 6.5.0-1018-azure #19~22.04.2-Ubuntu SMP Thu Mar 21 16:45:46 UTC 2024 x86_64 x86_64
  CPU: AMD EPYC 7763 64-Core Processor: 
              speed         user         nice          sys         idle          irq
       #1  3153 MHz       2477 s          0 s        252 s       5444 s          0 s
       #2  3168 MHz       3536 s          0 s        298 s       4338 s          0 s
       #3  3243 MHz       1908 s          0 s        277 s       5981 s          0 s
       #4  2445 MHz       1852 s          0 s        283 s       6042 s          0 s
  Memory: 15.606494903564453 GB (12353.05859375 MB free)
  Uptime: 821.89 sec
  Load Avg:  1.01  1.13  0.86
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Runtime information

Runtime Info
BLAS #threads 2
BLAS.vendor() lbt
Sys.CPU_THREADS 4

lscpu output:

Architecture:                       x86_64
CPU op-mode(s):                     32-bit, 64-bit
Address sizes:                      48 bits physical, 48 bits virtual
Byte Order:                         Little Endian
CPU(s):                             4
On-line CPU(s) list:                0-3
Vendor ID:                          AuthenticAMD
Model name:                         AMD EPYC 7763 64-Core Processor
CPU family:                         25
Model:                              1
Thread(s) per core:                 2
Core(s) per socket:                 2
Socket(s):                          1
Stepping:                           1
BogoMIPS:                           4890.86
Flags:                              fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl tsc_reliable nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext invpcid_single vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr rdpru arat npt nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload umip vaes vpclmulqdq rdpid fsrm
Virtualization:                     AMD-V
Hypervisor vendor:                  Microsoft
Virtualization type:                full
L1d cache:                          64 KiB (2 instances)
L1i cache:                          64 KiB (2 instances)
L2 cache:                           1 MiB (2 instances)
L3 cache:                           32 MiB (1 instance)
NUMA node(s):                       1
NUMA node0 CPU(s):                  0-3
Vulnerability Gather data sampling: Not affected
Vulnerability Itlb multihit:        Not affected
Vulnerability L1tf:                 Not affected
Vulnerability Mds:                  Not affected
Vulnerability Meltdown:             Not affected
Vulnerability Mmio stale data:      Not affected
Vulnerability Retbleed:             Not affected
Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode
Vulnerability Spec store bypass:    Vulnerable
Vulnerability Spectre v1:           Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2:           Mitigation; Retpolines, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected
Vulnerability Srbds:                Not affected
Vulnerability Tsx async abort:      Not affected
Cpu Property Value
Brand AMD EPYC 7763 64-Core Processor
Vendor :AMD
Architecture :Unknown
Model Family: 0xaf, Model: 0x01, Stepping: 0x01, Type: 0x00
Cores 16 physical cores, 16 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (32, 512, 32768) kbytes
64 byte cache line size
Address Size 48 bits virtual, 48 bits physical
SIMD 256 bit = 32 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC runs at constant rate (invariant from clock frequency)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft

Copy link

github-actions bot commented May 2, 2024

Benchmark Results

main ba58f12... main/ba58f1267b68d9...
assemble/basic bilinear/mass matrix 16.7 ± 0.34 ms 16.8 ± 0.17 ms 0.995
assemble/basic bilinear/stiffness matrix 0.0836 ± 0.0013 s 0.0955 ± 0.00049 s 0.875
assemble/poisson DG/AffineFESystem 0.054 ± 0.0071 s 0.0542 ± 0.0068 s 0.996
assemble/poisson DG/a_Γ(u, v) 0.0388 ± 0.0063 s 0.0378 ± 0.0055 s 1.03
assemble/poisson DG/a_Γb(u, v) 7.5 ± 0.21 ms 7.35 ± 0.15 ms 1.02
assemble/poisson DG/a_Ω(u, v) 7.84 ± 0.022 ms 7.81 ± 0.019 ms 1
assemble/poisson DG/l_Γb(v) 0.124 ± 0.053 ms 0.13 ± 0.053 ms 0.957
assemble/poisson DG/l_Ω(v) 20.8 ± 2.5 μs 22 ± 2.5 μs 0.947
covo/Quad/explicit_step 0.104 ± 0.0011 s 0.105 ± 0.0012 s 0.989
covo/Quad/integral_surface 0.0538 ± 0.00063 s 0.0538 ± 0.00047 s 1
covo/Quad/integral_volume 21.2 ± 0.08 ms 20.1 ± 0.1 ms 1.05
covo/TriQuad/explicit_step 0.44 ± 0.034 s 0.429 ± 0.023 s 1.03
covo/TriQuad/integral_surface 0.313 ± 0.0036 s 0.307 ± 0.0044 s 1.02
covo/TriQuad/integral_volume 0.0775 ± 0.012 s 0.0758 ± 0.0048 s 1.02
entities/edges2nodes 1.56 ± 0.01 ns 1.56 ± 0.01 ns 0.999
entities/nedges 1.56 ± 0.01 ns 1.55 ± 0.01 ns 1.01
entities/nnodes 3.41 ± 0.01 ns 3.11 ± 0.001 ns 1.1
entities/nodes 1.56 ± 0.01 ns 1.56 ± 0.01 ns 0.999
mesh/todo 1.56 ± 0.01 ns 1.56 ± 0.01 ns 1
time_to_load 3.27 ± 0.011 s 3.26 ± 0.024 s 1

Benchmark Plots

A plot of the benchmark results have been uploaded as an artifact to the workflow run for this PR.
Go to "Actions"->"Benchmark a pull request"->[the most recent run]->"Artifacts" (at the bottom).

src/mesh/gmsh_utils.jl Outdated Show resolved Hide resolved
Copy link

github-actions bot commented May 2, 2024

Benchmark result

Judge result

Benchmark Report for /home/runner/work/Bcube.jl/Bcube.jl

Job Properties

  • Time of benchmarks:
    • Target: 2 May 2024 - 13:42
    • Baseline: 2 May 2024 - 13:46
  • Package commits:
    • Target: e771ab
    • Baseline: 373357
  • Julia commits:
    • Target: 0b4590
    • Baseline: 0b4590
  • Julia command flags:
    • Target: None
    • Baseline: None
  • Environment variables:
    • Target: None
    • Baseline: None

Results

A ratio greater than 1.0 denotes a possible regression (marked with ❌), while a ratio less
than 1.0 denotes a possible improvement (marked with ✅). Only significant results - results
that indicate possible regressions or improvements - are shown below (thus, an empty table means that all
benchmark results remained invariant between builds).

ID time ratio memory ratio
["assemble", "basic bilinear", "stiffness matrix"] 1.24 (5%) ❌ 1.00 (1%)
["assemble", "poisson DG", "l_Γb(v)"] 1.09 (5%) ❌ 1.00 (1%)
["covo", "TriQuad", "explicit_step"] 1.06 (5%) ❌ 1.00 (1%)

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["assemble", "basic bilinear"]
  • ["assemble", "poisson DG"]
  • ["covo", "Quad"]
  • ["covo", "TriQuad"]
  • ["entities"]
  • ["mesh"]

Julia versioninfo

Target

Julia Version 1.10.3
Commit 0b4590a5507 (2024-04-30 10:59 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.4 LTS
  uname: Linux 6.5.0-1018-azure #19~22.04.2-Ubuntu SMP Thu Mar 21 16:45:46 UTC 2024 x86_64 x86_64
  CPU: AMD EPYC 7763 64-Core Processor: 
              speed         user         nice          sys         idle          irq
       #1  3132 MHz       1644 s          0 s        220 s       4475 s          0 s
       #2  2445 MHz       2032 s          0 s        211 s       4088 s          0 s
       #3  3244 MHz       2244 s          0 s        274 s       3812 s          0 s
       #4  3206 MHz       2359 s          0 s        260 s       3717 s          0 s
  Memory: 15.606494903564453 GB (12365.27734375 MB free)
  Uptime: 637.29 sec
  Load Avg:  1.13  1.29  0.85
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Baseline

Julia Version 1.10.3
Commit 0b4590a5507 (2024-04-30 10:59 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.4 LTS
  uname: Linux 6.5.0-1018-azure #19~22.04.2-Ubuntu SMP Thu Mar 21 16:45:46 UTC 2024 x86_64 x86_64
  CPU: AMD EPYC 7763 64-Core Processor: 
              speed         user         nice          sys         idle          irq
       #1  3244 MHz       1909 s          0 s        262 s       6298 s          0 s
       #2  2445 MHz       2740 s          0 s        258 s       5464 s          0 s
       #3  2587 MHz       2704 s          0 s        321 s       5436 s          0 s
       #4  2445 MHz       2967 s          0 s        328 s       5168 s          0 s
  Memory: 15.606494903564453 GB (12400.2421875 MB free)
  Uptime: 850.81 sec
  Load Avg:  1.06  1.17  0.91
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Target result

Benchmark Report for /home/runner/work/Bcube.jl/Bcube.jl

Job Properties

  • Time of benchmark: 2 May 2024 - 13:42
  • Package commit: e771ab
  • Julia commit: 0b4590
  • Julia command flags: None
  • Environment variables: None

Results

Below is a table of this job's results, obtained by running the benchmarks.
The values listed in the ID column have the structure [parent_group, child_group, ..., key], and can be used to
index into the BaseBenchmarks suite to retrieve the corresponding benchmarks.
The percentages accompanying time and memory values in the below table are noise tolerances. The "true"
time/memory value for a given benchmark is expected to fall within this percentage of the reported value.
An empty cell means that the value was zero.

ID time GC time memory allocations
["assemble", "basic bilinear", "mass matrix"] 16.432 ms (5%) 13.82 MiB (1%) 117
["assemble", "basic bilinear", "stiffness matrix"] 98.794 ms (5%) 13.82 MiB (1%) 117
["assemble", "poisson DG", "AffineFESystem"] 54.219 ms (5%) 71.70 MiB (1%) 17213
["assemble", "poisson DG", "a_Γ(u, v)"] 37.949 ms (5%) 59.36 MiB (1%) 13105
["assemble", "poisson DG", "a_Γb(u, v)"] 7.405 ms (5%) 10.83 MiB (1%) 3203
["assemble", "poisson DG", "a_Ω(u, v)"] 7.825 ms (5%) 349.81 KiB (1%) 69
["assemble", "poisson DG", "l_Γb(v)"] 75.592 μs (5%) 159.66 KiB (1%) 949
["assemble", "poisson DG", "l_Ω(v)"] 18.355 μs (5%) 22.61 KiB (1%) 21
["covo", "Quad", "explicit_step"] 103.120 ms (5%) 69.43 MiB (1%) 5263
["covo", "Quad", "integral_surface"] 54.329 ms (5%)
["covo", "Quad", "integral_volume"] 20.542 ms (5%)
["covo", "TriQuad", "explicit_step"] 437.966 ms (5%) 21.499 ms 382.36 MiB (1%) 1813713
["covo", "TriQuad", "integral_surface"] 303.926 ms (5%) 227.64 MiB (1%) 1424064
["covo", "TriQuad", "integral_volume"] 65.047 ms (5%) 48.39 MiB (1%) 379526
["entities", "edges2nodes"] 1.552 ns (5%)
["entities", "nedges"] 1.552 ns (5%)
["entities", "nnodes"] 3.095 ns (5%)
["entities", "nodes"] 1.552 ns (5%)
["mesh", "todo"] 1.552 ns (5%)

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["assemble", "basic bilinear"]
  • ["assemble", "poisson DG"]
  • ["covo", "Quad"]
  • ["covo", "TriQuad"]
  • ["entities"]
  • ["mesh"]

Julia versioninfo

Julia Version 1.10.3
Commit 0b4590a5507 (2024-04-30 10:59 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.4 LTS
  uname: Linux 6.5.0-1018-azure #19~22.04.2-Ubuntu SMP Thu Mar 21 16:45:46 UTC 2024 x86_64 x86_64
  CPU: AMD EPYC 7763 64-Core Processor: 
              speed         user         nice          sys         idle          irq
       #1  3132 MHz       1644 s          0 s        220 s       4475 s          0 s
       #2  2445 MHz       2032 s          0 s        211 s       4088 s          0 s
       #3  3244 MHz       2244 s          0 s        274 s       3812 s          0 s
       #4  3206 MHz       2359 s          0 s        260 s       3717 s          0 s
  Memory: 15.606494903564453 GB (12365.27734375 MB free)
  Uptime: 637.29 sec
  Load Avg:  1.13  1.29  0.85
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Baseline result

Benchmark Report for /home/runner/work/Bcube.jl/Bcube.jl

Job Properties

  • Time of benchmark: 2 May 2024 - 13:46
  • Package commit: 373357
  • Julia commit: 0b4590
  • Julia command flags: None
  • Environment variables: None

Results

Below is a table of this job's results, obtained by running the benchmarks.
The values listed in the ID column have the structure [parent_group, child_group, ..., key], and can be used to
index into the BaseBenchmarks suite to retrieve the corresponding benchmarks.
The percentages accompanying time and memory values in the below table are noise tolerances. The "true"
time/memory value for a given benchmark is expected to fall within this percentage of the reported value.
An empty cell means that the value was zero.

ID time GC time memory allocations
["assemble", "basic bilinear", "mass matrix"] 16.468 ms (5%) 13.82 MiB (1%) 117
["assemble", "basic bilinear", "stiffness matrix"] 79.894 ms (5%) 13.82 MiB (1%) 117
["assemble", "poisson DG", "AffineFESystem"] 55.633 ms (5%) 71.70 MiB (1%) 17213
["assemble", "poisson DG", "a_Γ(u, v)"] 39.136 ms (5%) 59.36 MiB (1%) 13105
["assemble", "poisson DG", "a_Γb(u, v)"] 7.416 ms (5%) 10.83 MiB (1%) 3203
["assemble", "poisson DG", "a_Ω(u, v)"] 7.811 ms (5%) 349.81 KiB (1%) 69
["assemble", "poisson DG", "l_Γb(v)"] 69.460 μs (5%) 159.66 KiB (1%) 949
["assemble", "poisson DG", "l_Ω(v)"] 18.374 μs (5%) 22.61 KiB (1%) 21
["covo", "Quad", "explicit_step"] 105.106 ms (5%) 69.43 MiB (1%) 5263
["covo", "Quad", "integral_surface"] 55.989 ms (5%)
["covo", "Quad", "integral_volume"] 20.642 ms (5%)
["covo", "TriQuad", "explicit_step"] 413.617 ms (5%) 22.305 ms 382.36 MiB (1%) 1813713
["covo", "TriQuad", "integral_surface"] 292.594 ms (5%) 227.64 MiB (1%) 1424064
["covo", "TriQuad", "integral_volume"] 64.215 ms (5%) 48.39 MiB (1%) 379526
["entities", "edges2nodes"] 1.552 ns (5%)
["entities", "nedges"] 1.552 ns (5%)
["entities", "nnodes"] 3.095 ns (5%)
["entities", "nodes"] 1.552 ns (5%)
["mesh", "todo"] 1.552 ns (5%)

Benchmark Group List

Here's a list of all the benchmark groups executed by this job:

  • ["assemble", "basic bilinear"]
  • ["assemble", "poisson DG"]
  • ["covo", "Quad"]
  • ["covo", "TriQuad"]
  • ["entities"]
  • ["mesh"]

Julia versioninfo

Julia Version 1.10.3
Commit 0b4590a5507 (2024-04-30 10:59 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
      Ubuntu 22.04.4 LTS
  uname: Linux 6.5.0-1018-azure #19~22.04.2-Ubuntu SMP Thu Mar 21 16:45:46 UTC 2024 x86_64 x86_64
  CPU: AMD EPYC 7763 64-Core Processor: 
              speed         user         nice          sys         idle          irq
       #1  3244 MHz       1909 s          0 s        262 s       6298 s          0 s
       #2  2445 MHz       2740 s          0 s        258 s       5464 s          0 s
       #3  2587 MHz       2704 s          0 s        321 s       5436 s          0 s
       #4  2445 MHz       2967 s          0 s        328 s       5168 s          0 s
  Memory: 15.606494903564453 GB (12400.2421875 MB free)
  Uptime: 850.81 sec
  Load Avg:  1.06  1.17  0.91
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Runtime information

Runtime Info
BLAS #threads 2
BLAS.vendor() lbt
Sys.CPU_THREADS 4

lscpu output:

Architecture:                       x86_64
CPU op-mode(s):                     32-bit, 64-bit
Address sizes:                      48 bits physical, 48 bits virtual
Byte Order:                         Little Endian
CPU(s):                             4
On-line CPU(s) list:                0-3
Vendor ID:                          AuthenticAMD
Model name:                         AMD EPYC 7763 64-Core Processor
CPU family:                         25
Model:                              1
Thread(s) per core:                 2
Core(s) per socket:                 2
Socket(s):                          1
Stepping:                           1
BogoMIPS:                           4890.85
Flags:                              fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl tsc_reliable nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext invpcid_single vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr rdpru arat npt nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload umip vaes vpclmulqdq rdpid fsrm
Virtualization:                     AMD-V
Hypervisor vendor:                  Microsoft
Virtualization type:                full
L1d cache:                          64 KiB (2 instances)
L1i cache:                          64 KiB (2 instances)
L2 cache:                           1 MiB (2 instances)
L3 cache:                           32 MiB (1 instance)
NUMA node(s):                       1
NUMA node0 CPU(s):                  0-3
Vulnerability Gather data sampling: Not affected
Vulnerability Itlb multihit:        Not affected
Vulnerability L1tf:                 Not affected
Vulnerability Mds:                  Not affected
Vulnerability Meltdown:             Not affected
Vulnerability Mmio stale data:      Not affected
Vulnerability Retbleed:             Not affected
Vulnerability Spec rstack overflow: Vulnerable: Safe RET, no microcode
Vulnerability Spec store bypass:    Vulnerable
Vulnerability Spectre v1:           Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2:           Mitigation; Retpolines, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected
Vulnerability Srbds:                Not affected
Vulnerability Tsx async abort:      Not affected
Cpu Property Value
Brand AMD EPYC 7763 64-Core Processor
Vendor :AMD
Architecture :Unknown
Model Family: 0xaf, Model: 0x01, Stepping: 0x01, Type: 0x00
Cores 16 physical cores, 16 logical cores (on executing CPU)
No Hyperthreading hardware capability detected
Clock Frequencies Not supported by CPU
Data Cache Level 1:3 : (32, 512, 32768) kbytes
64 byte cache line size
Address Size 48 bits virtual, 48 bits physical
SIMD 256 bit = 32 byte max. SIMD vector size
Time Stamp Counter TSC is accessible via rdtsc
TSC runs at constant rate (invariant from clock frequency)
Perf. Monitoring Performance Monitoring Counters (PMC) are not supported
Hypervisor Yes, Microsoft

@ghislainb ghislainb requested a review from bmxam May 2, 2024 13:55
@bmxam bmxam merged commit 97b2cf8 into main May 2, 2024
10 checks passed
@bmxam bmxam deleted the wip_gen_rectangle branch May 2, 2024 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants