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

Fast basis #287

Merged
merged 25 commits into from
Dec 6, 2024
Merged

Fast basis #287

merged 25 commits into from
Dec 6, 2024

Conversation

mtsch
Copy link
Collaborator

@mtsch mtsch commented Sep 30, 2024

New features

  • build_basis and build_sparse_matrix_from_LO are now parallel.
  • build_basis and build_sparse_matrix_from_LO now support an argument max_depth which limits the number of steps of the breadth first search to perform.
  • New method build_basis(::AbstractFockAddress) which is much faster.

Bugfixes

  • OccupationNumberFS now has the same ordering as BoseFS.
  • Fix a bug where MatrixHamiltonian would not work with sparse matrices that have implicit zeros on the diagonal.

@coveralls
Copy link

coveralls commented Sep 30, 2024

Pull Request Test Coverage Report for Build 12002034438

Details

  • 224 of 237 (94.51%) changed or added relevant lines in 4 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.1%) to 94.606%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/ExactDiagonalization/basis_bfs.jl 138 139 99.28%
src/ExactDiagonalization/basis_fock.jl 77 89 86.52%
Totals Coverage Status
Change from base Build 12001592997: 0.1%
Covered Lines: 6735
Relevant Lines: 7119

💛 - Coveralls

Copy link
Contributor

github-actions bot commented Sep 30, 2024

Benchmark result

Judge result

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

Job Properties

  • Time of benchmarks:
  • Target: 30 Sep 2024 - 07:52
  • Baseline: 30 Sep 2024 - 08:03
  • Package commits:
  • Target: d79edc
  • Baseline: b7dee9
  • Julia commits:
  • Target: 6f3fdf
  • Baseline: 6f3fdf
  • 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

Benchmark Group List

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

  • ["Rimu", "Exact", "Diagonalization"]
  • ["Rimu", "Exact", "Multiplication"]
  • ["Rimu", "FCIQMC"]

Julia versioninfo

Target

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3244 MHz 1736 s 0 s 152 s 7435 s 0 s
 #2 2445 MHz 3583 s 0 s 158 s 5578 s 0 s
 #3 2592 MHz 2197 s 0 s 154 s 6979 s 0 s
 #4 2445 MHz 2214 s 0 s 163 s 6950 s 0 s
 Memory: 15.615272521972656 GB (13064.95703125 MB free)
 Uptime: 935.54 sec
 Load Avg: 1.05 1.06 0.78
 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.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3243 MHz 3218 s 0 s 195 s 12095 s 0 s
 #2 3214 MHz 5290 s 0 s 197 s 10018 s 0 s
 #3 2616 MHz 3400 s 0 s 201 s 11917 s 0 s
 #4 2445 MHz 4029 s 0 s 206 s 11280 s 0 s
 Memory: 15.615272521972656 GB (13418.09765625 MB free)
 Uptime: 1554.79 sec
 Load Avg: 1.0 1.01 0.92
 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/Rimu.jl/Rimu.jl

Job Properties

  • Time of benchmark: 30 Sep 2024 - 7:52
  • Package commit: d79edc
  • Julia commit: 6f3fdf
  • 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
["Rimu", "Exact", "Diagonalization", "2D Hubbard"] 1.865 s (5%) 1.038 ms 93.71 MiB (1%) 23742
["Rimu", "Exact", "Diagonalization", "Bose-Hubbard in momentum space"] 17.965 s (5%) 377.186 ms 367.02 MiB (1%) 2037975
["Rimu", "Exact", "Multiplication", "Momentum space"] 820.677 ms (5%) 10.92 MiB (1%) 252
["Rimu", "Exact", "Multiplication", "Transcorrelated"] 2.820 s (5%) 1.88 MiB (1%) 257
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 27.263 s (5%) 6.795 ms 59.17 MiB (1%) 1892467
["Rimu", "FCIQMC", "(4+1, 11) 2C Mom space with G2Correlators"] 25.414 s (5%) 13.260 ms 31.56 MiB (1%) 818160
["Rimu", "FCIQMC", "(50, 50) Real space"] 22.392 s (5%) 6.627 ms 29.16 MiB (1%) 131858

Benchmark Group List

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

  • ["Rimu", "Exact", "Diagonalization"]
  • ["Rimu", "Exact", "Multiplication"]
  • ["Rimu", "FCIQMC"]

Julia versioninfo

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3244 MHz 1736 s 0 s 152 s 7435 s 0 s
 #2 2445 MHz 3583 s 0 s 158 s 5578 s 0 s
 #3 2592 MHz 2197 s 0 s 154 s 6979 s 0 s
 #4 2445 MHz 2214 s 0 s 163 s 6950 s 0 s
 Memory: 15.615272521972656 GB (13064.95703125 MB free)
 Uptime: 935.54 sec
 Load Avg: 1.05 1.06 0.78
 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/Rimu.jl/Rimu.jl

Job Properties

  • Time of benchmark: 30 Sep 2024 - 8:3
  • Package commit: b7dee9
  • Julia commit: 6f3fdf
  • 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
["Rimu", "Exact", "Diagonalization", "2D Hubbard"] 1.887 s (5%) 1.231 ms 93.71 MiB (1%) 23742
["Rimu", "Exact", "Diagonalization", "Bose-Hubbard in momentum space"] 17.833 s (5%) 443.095 ms 367.02 MiB (1%) 2037975
["Rimu", "Exact", "Multiplication", "Momentum space"] 821.905 ms (5%) 10.92 MiB (1%) 252
["Rimu", "Exact", "Multiplication", "Transcorrelated"] 2.795 s (5%) 1.88 MiB (1%) 257
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 26.845 s (5%) 59.17 MiB (1%) 1892618
["Rimu", "FCIQMC", "(4+1, 11) 2C Mom space with G2Correlators"] 25.751 s (5%) 31.56 MiB (1%) 818148
["Rimu", "FCIQMC", "(50, 50) Real space"] 22.217 s (5%) 29.16 MiB (1%) 131848

Benchmark Group List

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

  • ["Rimu", "Exact", "Diagonalization"]
  • ["Rimu", "Exact", "Multiplication"]
  • ["Rimu", "FCIQMC"]

Julia versioninfo

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3243 MHz 3218 s 0 s 195 s 12095 s 0 s
 #2 3214 MHz 5290 s 0 s 197 s 10018 s 0 s
 #3 2616 MHz 3400 s 0 s 201 s 11917 s 0 s
 #4 2445 MHz 4029 s 0 s 206 s 11280 s 0 s
 Memory: 15.615272521972656 GB (13418.09765625 MB free)
 Uptime: 1554.79 sec
 Load Avg: 1.0 1.01 0.92
 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 vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves user_shstk 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 Reg file data sampling: 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; BHI 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
Benchmark result

Judge result

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

Job Properties

  • Time of benchmarks:
  • Target: 30 Sep 2024 - 07:54
  • Baseline: 30 Sep 2024 - 08:05
  • Package commits:
  • Target: 3c496b
  • Baseline: b7dee9
  • Julia commits:
  • Target: 6f3fdf
  • Baseline: 6f3fdf
  • 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

Benchmark Group List

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

  • ["Rimu", "Exact", "Diagonalization"]
  • ["Rimu", "Exact", "Multiplication"]
  • ["Rimu", "FCIQMC"]

Julia versioninfo

Target

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 2591 MHz 2642 s 0 s 161 s 6985 s 0 s
 #2 2445 MHz 2681 s 0 s 145 s 6970 s 0 s
 #3 3241 MHz 2329 s 0 s 168 s 7276 s 0 s
 #4 3249 MHz 1984 s 0 s 153 s 7656 s 0 s
 Memory: 15.615272521972656 GB (13169.64453125 MB free)
 Uptime: 982.05 sec
 Load Avg: 1.1 1.06 0.75
 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.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 2701 MHz 4158 s 0 s 200 s 11590 s 0 s
 #2 2445 MHz 4916 s 0 s 184 s 10858 s 0 s
 #3 3241 MHz 3644 s 0 s 216 s 12075 s 0 s
 #4 3237 MHz 3096 s 0 s 204 s 12654 s 0 s
 Memory: 15.615272521972656 GB (13138.21484375 MB free)
 Uptime: 1598.87 sec
 Load Avg: 1.0 1.01 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/Rimu.jl/Rimu.jl

Job Properties

  • Time of benchmark: 30 Sep 2024 - 7:54
  • Package commit: 3c496b
  • Julia commit: 6f3fdf
  • 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
["Rimu", "Exact", "Diagonalization", "2D Hubbard"] 1.886 s (5%) 1.769 ms 93.71 MiB (1%) 23742
["Rimu", "Exact", "Diagonalization", "Bose-Hubbard in momentum space"] 17.963 s (5%) 373.393 ms 367.02 MiB (1%) 2037975
["Rimu", "Exact", "Multiplication", "Momentum space"] 811.622 ms (5%) 10.92 MiB (1%) 252
["Rimu", "Exact", "Multiplication", "Transcorrelated"] 2.798 s (5%) 1.88 MiB (1%) 257
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 26.675 s (5%) 17.904 ms 59.17 MiB (1%) 1892589
["Rimu", "FCIQMC", "(4+1, 11) 2C Mom space with G2Correlators"] 25.456 s (5%) 31.56 MiB (1%) 818135
["Rimu", "FCIQMC", "(50, 50) Real space"] 22.284 s (5%) 29.16 MiB (1%) 131845

Benchmark Group List

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

  • ["Rimu", "Exact", "Diagonalization"]
  • ["Rimu", "Exact", "Multiplication"]
  • ["Rimu", "FCIQMC"]

Julia versioninfo

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 2591 MHz 2642 s 0 s 161 s 6985 s 0 s
 #2 2445 MHz 2681 s 0 s 145 s 6970 s 0 s
 #3 3241 MHz 2329 s 0 s 168 s 7276 s 0 s
 #4 3249 MHz 1984 s 0 s 153 s 7656 s 0 s
 Memory: 15.615272521972656 GB (13169.64453125 MB free)
 Uptime: 982.05 sec
 Load Avg: 1.1 1.06 0.75
 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/Rimu.jl/Rimu.jl

Job Properties

  • Time of benchmark: 30 Sep 2024 - 8:5
  • Package commit: b7dee9
  • Julia commit: 6f3fdf
  • 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
["Rimu", "Exact", "Diagonalization", "2D Hubbard"] 1.854 s (5%) 2.103 ms 93.71 MiB (1%) 23742
["Rimu", "Exact", "Diagonalization", "Bose-Hubbard in momentum space"] 17.731 s (5%) 258.101 ms 367.02 MiB (1%) 2037975
["Rimu", "Exact", "Multiplication", "Momentum space"] 817.808 ms (5%) 10.92 MiB (1%) 252
["Rimu", "Exact", "Multiplication", "Transcorrelated"] 2.827 s (5%) 1.88 MiB (1%) 257
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 27.246 s (5%) 20.269 ms 59.17 MiB (1%) 1892795
["Rimu", "FCIQMC", "(4+1, 11) 2C Mom space with G2Correlators"] 25.532 s (5%) 31.56 MiB (1%) 818158
["Rimu", "FCIQMC", "(50, 50) Real space"] 21.965 s (5%) 29.16 MiB (1%) 131840

Benchmark Group List

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

  • ["Rimu", "Exact", "Diagonalization"]
  • ["Rimu", "Exact", "Multiplication"]
  • ["Rimu", "FCIQMC"]

Julia versioninfo

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 2701 MHz 4158 s 0 s 200 s 11590 s 0 s
 #2 2445 MHz 4916 s 0 s 184 s 10858 s 0 s
 #3 3241 MHz 3644 s 0 s 216 s 12075 s 0 s
 #4 3237 MHz 3096 s 0 s 204 s 12654 s 0 s
 Memory: 15.615272521972656 GB (13138.21484375 MB free)
 Uptime: 1598.87 sec
 Load Avg: 1.0 1.01 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.87
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 vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves user_shstk 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 Reg file data sampling: 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; BHI 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
Benchmark result

Judge result

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

Job Properties

  • Time of benchmarks:
  • Target: 30 Sep 2024 - 08:11
  • Baseline: 30 Sep 2024 - 08:22
  • Package commits:
  • Target: 4d81b3
  • Baseline: b7dee9
  • Julia commits:
  • Target: 6f3fdf
  • Baseline: 6f3fdf
  • 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

Benchmark Group List

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

  • ["Rimu", "Exact", "Diagonalization"]
  • ["Rimu", "Exact", "Multiplication"]
  • ["Rimu", "FCIQMC"]

Julia versioninfo

Target

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3239 MHz 1958 s 0 s 165 s 8764 s 0 s
 #2 3241 MHz 3279 s 0 s 138 s 7475 s 0 s
 #3 2802 MHz 2008 s 0 s 155 s 8738 s 0 s
 #4 2445 MHz 2377 s 0 s 143 s 8382 s 0 s
 Memory: 15.615272521972656 GB (13436.78515625 MB free)
 Uptime: 1092.96 sec
 Load Avg: 1.07 1.07 0.78
 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.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3246 MHz 3395 s 0 s 202 s 13444 s 0 s
 #2 3238 MHz 5831 s 0 s 165 s 11051 s 0 s
 #3 2675 MHz 2985 s 0 s 202 s 13868 s 0 s
 #4 2594 MHz 3581 s 0 s 186 s 13288 s 0 s
 Memory: 15.615272521972656 GB (13426.796875 MB free)
 Uptime: 1708.92 sec
 Load Avg: 1.01 1.03 0.93
 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/Rimu.jl/Rimu.jl

Job Properties

  • Time of benchmark: 30 Sep 2024 - 8:11
  • Package commit: 4d81b3
  • Julia commit: 6f3fdf
  • 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
["Rimu", "Exact", "Diagonalization", "2D Hubbard"] 1.879 s (5%) 1.089 ms 93.71 MiB (1%) 23742
["Rimu", "Exact", "Diagonalization", "Bose-Hubbard in momentum space"] 17.909 s (5%) 418.730 ms 367.02 MiB (1%) 2037975
["Rimu", "Exact", "Multiplication", "Momentum space"] 820.168 ms (5%) 10.92 MiB (1%) 252
["Rimu", "Exact", "Multiplication", "Transcorrelated"] 2.801 s (5%) 1.88 MiB (1%) 257
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 26.705 s (5%) 9.370 ms 59.17 MiB (1%) 1892449
["Rimu", "FCIQMC", "(4+1, 11) 2C Mom space with G2Correlators"] 25.591 s (5%) 31.56 MiB (1%) 818183
["Rimu", "FCIQMC", "(50, 50) Real space"] 22.071 s (5%) 6.852 ms 29.16 MiB (1%) 131848

Benchmark Group List

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

  • ["Rimu", "Exact", "Diagonalization"]
  • ["Rimu", "Exact", "Multiplication"]
  • ["Rimu", "FCIQMC"]

Julia versioninfo

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3239 MHz 1958 s 0 s 165 s 8764 s 0 s
 #2 3241 MHz 3279 s 0 s 138 s 7475 s 0 s
 #3 2802 MHz 2008 s 0 s 155 s 8738 s 0 s
 #4 2445 MHz 2377 s 0 s 143 s 8382 s 0 s
 Memory: 15.615272521972656 GB (13436.78515625 MB free)
 Uptime: 1092.96 sec
 Load Avg: 1.07 1.07 0.78
 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/Rimu.jl/Rimu.jl

Job Properties

  • Time of benchmark: 30 Sep 2024 - 8:22
  • Package commit: b7dee9
  • Julia commit: 6f3fdf
  • 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
["Rimu", "Exact", "Diagonalization", "2D Hubbard"] 1.892 s (5%) 1.172 ms 93.71 MiB (1%) 23742
["Rimu", "Exact", "Diagonalization", "Bose-Hubbard in momentum space"] 17.839 s (5%) 255.949 ms 367.02 MiB (1%) 2037975
["Rimu", "Exact", "Multiplication", "Momentum space"] 818.068 ms (5%) 10.92 MiB (1%) 252
["Rimu", "Exact", "Multiplication", "Transcorrelated"] 2.799 s (5%) 1.88 MiB (1%) 257
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 27.009 s (5%) 6.278 ms 59.17 MiB (1%) 1892555
["Rimu", "FCIQMC", "(4+1, 11) 2C Mom space with G2Correlators"] 25.606 s (5%) 31.56 MiB (1%) 818147
["Rimu", "FCIQMC", "(50, 50) Real space"] 21.907 s (5%) 12.103 ms 29.16 MiB (1%) 131842

Benchmark Group List

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

  • ["Rimu", "Exact", "Diagonalization"]
  • ["Rimu", "Exact", "Multiplication"]
  • ["Rimu", "FCIQMC"]

Julia versioninfo

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3246 MHz 3395 s 0 s 202 s 13444 s 0 s
 #2 3238 MHz 5831 s 0 s 165 s 11051 s 0 s
 #3 2675 MHz 2985 s 0 s 202 s 13868 s 0 s
 #4 2594 MHz 3581 s 0 s 186 s 13288 s 0 s
 Memory: 15.615272521972656 GB (13426.796875 MB free)
 Uptime: 1708.92 sec
 Load Avg: 1.01 1.03 0.93
 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 vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves user_shstk 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 Reg file data sampling: 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; BHI 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
Benchmark result

Judge result

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

Job Properties

  • Time of benchmarks:
  • Target: 30 Sep 2024 - 09:16
  • Baseline: 30 Sep 2024 - 09:26
  • Package commits:
  • Target: fee7ca
  • Baseline: b7dee9
  • Julia commits:
  • Target: 6f3fdf
  • Baseline: 6f3fdf
  • 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

Benchmark Group List

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

  • ["Rimu", "Exact", "Diagonalization"]
  • ["Rimu", "Exact", "Multiplication"]
  • ["Rimu", "FCIQMC"]

Julia versioninfo

Target

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3243 MHz 1352 s 0 s 100 s 8439 s 0 s
 #2 3259 MHz 3861 s 0 s 68 s 5974 s 0 s
 #3 3242 MHz 920 s 0 s 116 s 8860 s 0 s
 #4 3230 MHz 586 s 0 s 118 s 9198 s 0 s
 Memory: 15.615272521972656 GB (13141.11328125 MB free)
 Uptime: 993.75 sec
 Load Avg: 1.08 0.95 0.59
 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.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 2445 MHz 2308 s 0 s 149 s 13627 s 0 s
 #2 3241 MHz 6058 s 0 s 116 s 9924 s 0 s
 #3 2607 MHz 2193 s 0 s 173 s 13725 s 0 s
 #4 2691 MHz 2375 s 0 s 166 s 13557 s 0 s
 Memory: 15.615272521972656 GB (13126.3203125 MB free)
 Uptime: 1613.84 sec
 Load Avg: 1.05 1.02 0.83
 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/Rimu.jl/Rimu.jl

Job Properties

  • Time of benchmark: 30 Sep 2024 - 9:16
  • Package commit: fee7ca
  • Julia commit: 6f3fdf
  • 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
["Rimu", "Exact", "Diagonalization", "2D Hubbard"] 1.870 s (5%) 1.173 ms 93.71 MiB (1%) 23742
["Rimu", "Exact", "Diagonalization", "Bose-Hubbard in momentum space"] 17.760 s (5%) 277.672 ms 367.02 MiB (1%) 2037975
["Rimu", "Exact", "Multiplication", "Momentum space"] 828.456 ms (5%) 10.92 MiB (1%) 252
["Rimu", "Exact", "Multiplication", "Transcorrelated"] 2.909 s (5%) 1.88 MiB (1%) 257
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 26.615 s (5%) 6.315 ms 59.17 MiB (1%) 1892442
["Rimu", "FCIQMC", "(4+1, 11) 2C Mom space with G2Correlators"] 24.654 s (5%) 11.568 ms 31.63 MiB (1%) 818182
["Rimu", "FCIQMC", "(50, 50) Real space"] 22.284 s (5%) 6.834 ms 29.16 MiB (1%) 131853

Benchmark Group List

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

  • ["Rimu", "Exact", "Diagonalization"]
  • ["Rimu", "Exact", "Multiplication"]
  • ["Rimu", "FCIQMC"]

Julia versioninfo

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3243 MHz 1352 s 0 s 100 s 8439 s 0 s
 #2 3259 MHz 3861 s 0 s 68 s 5974 s 0 s
 #3 3242 MHz 920 s 0 s 116 s 8860 s 0 s
 #4 3230 MHz 586 s 0 s 118 s 9198 s 0 s
 Memory: 15.615272521972656 GB (13141.11328125 MB free)
 Uptime: 993.75 sec
 Load Avg: 1.08 0.95 0.59
 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/Rimu.jl/Rimu.jl

Job Properties

  • Time of benchmark: 30 Sep 2024 - 9:26
  • Package commit: b7dee9
  • Julia commit: 6f3fdf
  • 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
["Rimu", "Exact", "Diagonalization", "2D Hubbard"] 1.874 s (5%) 1.047 ms 93.71 MiB (1%) 23742
["Rimu", "Exact", "Diagonalization", "Bose-Hubbard in momentum space"] 17.990 s (5%) 403.859 ms 367.02 MiB (1%) 2037975
["Rimu", "Exact", "Multiplication", "Momentum space"] 840.542 ms (5%) 10.92 MiB (1%) 252
["Rimu", "Exact", "Multiplication", "Transcorrelated"] 2.838 s (5%) 1.88 MiB (1%) 257
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 27.026 s (5%) 10.546 ms 59.17 MiB (1%) 1892510
["Rimu", "FCIQMC", "(4+1, 11) 2C Mom space with G2Correlators"] 24.765 s (5%) 31.59 MiB (1%) 818148
["Rimu", "FCIQMC", "(50, 50) Real space"] 22.322 s (5%) 29.16 MiB (1%) 131859

Benchmark Group List

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

  • ["Rimu", "Exact", "Diagonalization"]
  • ["Rimu", "Exact", "Multiplication"]
  • ["Rimu", "FCIQMC"]

Julia versioninfo

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 2445 MHz 2308 s 0 s 149 s 13627 s 0 s
 #2 3241 MHz 6058 s 0 s 116 s 9924 s 0 s
 #3 2607 MHz 2193 s 0 s 173 s 13725 s 0 s
 #4 2691 MHz 2375 s 0 s 166 s 13557 s 0 s
 Memory: 15.615272521972656 GB (13126.3203125 MB free)
 Uptime: 1613.84 sec
 Load Avg: 1.05 1.02 0.83
 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 vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves user_shstk 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 Reg file data sampling: 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; BHI 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
Benchmark result

Judge result

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

Job Properties

  • Time of benchmarks:
  • Target: 2 Oct 2024 - 21:31
  • Baseline: 2 Oct 2024 - 21:41
  • Package commits:
  • Target: 663b80
  • Baseline: 034174
  • Julia commits:
  • Target: 6f3fdf
  • Baseline: 6f3fdf
  • 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

Benchmark Group List

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

  • ["Rimu", "Exact", "Diagonalization"]
  • ["Rimu", "Exact", "Multiplication"]
  • ["Rimu", "FCIQMC"]

Julia versioninfo

Target

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3352 MHz 1429 s 0 s 100 s 6900 s 0 s
 #2 3243 MHz 2275 s 0 s 102 s 6043 s 0 s
 #3 3247 MHz 1425 s 0 s 105 s 6903 s 0 s
 #4 3326 MHz 1608 s 0 s 107 s 6706 s 0 s
 Memory: 15.615272521972656 GB (13087.80859375 MB free)
 Uptime: 846.03 sec
 Load Avg: 1.09 0.99 0.58
 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.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3247 MHz 3289 s 0 s 139 s 11160 s 0 s
 #2 3243 MHz 4520 s 0 s 150 s 9911 s 0 s
 #3 2650 MHz 2654 s 0 s 161 s 11779 s 0 s
 #4 2445 MHz 2454 s 0 s 171 s 11956 s 0 s
 Memory: 15.615272521972656 GB (13393.86328125 MB free)
 Uptime: 1462.69 sec
 Load Avg: 1.0 1.0 0.82
 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/Rimu.jl/Rimu.jl

Job Properties

  • Time of benchmark: 2 Oct 2024 - 21:31
  • Package commit: 663b80
  • Julia commit: 6f3fdf
  • 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
["Rimu", "Exact", "Diagonalization", "2D Hubbard"] 1.867 s (5%) 2.555 ms 93.71 MiB (1%) 23742
["Rimu", "Exact", "Diagonalization", "Bose-Hubbard in momentum space"] 17.932 s (5%) 443.433 ms 367.02 MiB (1%) 2037975
["Rimu", "Exact", "Multiplication", "Momentum space"] 817.359 ms (5%) 10.92 MiB (1%) 252
["Rimu", "Exact", "Multiplication", "Transcorrelated"] 2.825 s (5%) 1.88 MiB (1%) 257
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 26.845 s (5%) 59.17 MiB (1%) 1892581
["Rimu", "FCIQMC", "(4+1, 11) 2C Mom space with G2Correlators"] 24.642 s (5%) 22.571 ms 31.56 MiB (1%) 818148
["Rimu", "FCIQMC", "(50, 50) Real space"] 21.843 s (5%) 29.16 MiB (1%) 131837

Benchmark Group List

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

  • ["Rimu", "Exact", "Diagonalization"]
  • ["Rimu", "Exact", "Multiplication"]
  • ["Rimu", "FCIQMC"]

Julia versioninfo

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3352 MHz 1429 s 0 s 100 s 6900 s 0 s
 #2 3243 MHz 2275 s 0 s 102 s 6043 s 0 s
 #3 3247 MHz 1425 s 0 s 105 s 6903 s 0 s
 #4 3326 MHz 1608 s 0 s 107 s 6706 s 0 s
 Memory: 15.615272521972656 GB (13087.80859375 MB free)
 Uptime: 846.03 sec
 Load Avg: 1.09 0.99 0.58
 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/Rimu.jl/Rimu.jl

Job Properties

  • Time of benchmark: 2 Oct 2024 - 21:41
  • Package commit: 034174
  • Julia commit: 6f3fdf
  • 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
["Rimu", "Exact", "Diagonalization", "2D Hubbard"] 1.861 s (5%) 1.170 ms 93.71 MiB (1%) 23742
["Rimu", "Exact", "Diagonalization", "Bose-Hubbard in momentum space"] 17.918 s (5%) 448.226 ms 367.02 MiB (1%) 2037975
["Rimu", "Exact", "Multiplication", "Momentum space"] 817.546 ms (5%) 10.92 MiB (1%) 252
["Rimu", "Exact", "Multiplication", "Transcorrelated"] 2.818 s (5%) 1.88 MiB (1%) 257
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 26.927 s (5%) 59.17 MiB (1%) 1892387
["Rimu", "FCIQMC", "(4+1, 11) 2C Mom space with G2Correlators"] 25.529 s (5%) 21.953 ms 31.56 MiB (1%) 818165
["Rimu", "FCIQMC", "(50, 50) Real space"] 22.062 s (5%) 29.16 MiB (1%) 131853

Benchmark Group List

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

  • ["Rimu", "Exact", "Diagonalization"]
  • ["Rimu", "Exact", "Multiplication"]
  • ["Rimu", "FCIQMC"]

Julia versioninfo

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3247 MHz 3289 s 0 s 139 s 11160 s 0 s
 #2 3243 MHz 4520 s 0 s 150 s 9911 s 0 s
 #3 2650 MHz 2654 s 0 s 161 s 11779 s 0 s
 #4 2445 MHz 2454 s 0 s 171 s 11956 s 0 s
 Memory: 15.615272521972656 GB (13393.86328125 MB free)
 Uptime: 1462.69 sec
 Load Avg: 1.0 1.0 0.82
 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 vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves user_shstk 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 Reg file data sampling: 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; BHI 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
Benchmark result

Judge result

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

Job Properties

  • Time of benchmarks:
  • Target: 3 Oct 2024 - 02:09
  • Baseline: 3 Oct 2024 - 02:19
  • Package commits:
  • Target: bd95ab
  • Baseline: 034174
  • Julia commits:
  • Target: 6f3fdf
  • Baseline: 6f3fdf
  • 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

Benchmark Group List

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

  • ["Rimu", "Exact", "Diagonalization"]
  • ["Rimu", "Exact", "Multiplication"]
  • ["Rimu", "FCIQMC"]

Julia versioninfo

Target

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 2593 MHz 1308 s 0 s 85 s 7160 s 0 s
 #2 2445 MHz 3218 s 0 s 89 s 5235 s 0 s
 #3 3245 MHz 1117 s 0 s 93 s 7335 s 0 s
 #4 2445 MHz 1040 s 0 s 100 s 7402 s 0 s
 Memory: 15.615272521972656 GB (13052.859375 MB free)
 Uptime: 858.52 sec
 Load Avg: 1.0 0.92 0.55
 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.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3238 MHz 2633 s 0 s 136 s 11863 s 0 s
 #2 3243 MHz 5096 s 0 s 126 s 9400 s 0 s
 #3 2445 MHz 2156 s 0 s 148 s 12321 s 0 s
 #4 2611 MHz 2891 s 0 s 146 s 11586 s 0 s
 Memory: 15.615272521972656 GB (12653.9453125 MB free)
 Uptime: 1467.15 sec
 Load Avg: 1.08 1.02 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)

Target result

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

Job Properties

  • Time of benchmark: 3 Oct 2024 - 2:9
  • Package commit: bd95ab
  • Julia commit: 6f3fdf
  • 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
["Rimu", "Exact", "Diagonalization", "2D Hubbard"] 1.853 s (5%) 1.296 ms 93.71 MiB (1%) 23742
["Rimu", "Exact", "Diagonalization", "Bose-Hubbard in momentum space"] 17.808 s (5%) 249.610 ms 367.02 MiB (1%) 2037975
["Rimu", "Exact", "Multiplication", "Momentum space"] 813.936 ms (5%) 10.92 MiB (1%) 252
["Rimu", "Exact", "Multiplication", "Transcorrelated"] 2.808 s (5%) 1.88 MiB (1%) 257
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 26.846 s (5%) 6.990 ms 59.17 MiB (1%) 1892540
["Rimu", "FCIQMC", "(4+1, 11) 2C Mom space with G2Correlators"] 25.476 s (5%) 16.046 ms 31.56 MiB (1%) 818135
["Rimu", "FCIQMC", "(50, 50) Real space"] 21.994 s (5%) 12.433 ms 29.16 MiB (1%) 131831

Benchmark Group List

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

  • ["Rimu", "Exact", "Diagonalization"]
  • ["Rimu", "Exact", "Multiplication"]
  • ["Rimu", "FCIQMC"]

Julia versioninfo

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 2593 MHz 1308 s 0 s 85 s 7160 s 0 s
 #2 2445 MHz 3218 s 0 s 89 s 5235 s 0 s
 #3 3245 MHz 1117 s 0 s 93 s 7335 s 0 s
 #4 2445 MHz 1040 s 0 s 100 s 7402 s 0 s
 Memory: 15.615272521972656 GB (13052.859375 MB free)
 Uptime: 858.52 sec
 Load Avg: 1.0 0.92 0.55
 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/Rimu.jl/Rimu.jl

Job Properties

  • Time of benchmark: 3 Oct 2024 - 2:19
  • Package commit: 034174
  • Julia commit: 6f3fdf
  • 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
["Rimu", "Exact", "Diagonalization", "2D Hubbard"] 1.867 s (5%) 1.393 ms 93.71 MiB (1%) 23742
["Rimu", "Exact", "Diagonalization", "Bose-Hubbard in momentum space"] 17.363 s (5%) 21.400 ms 367.02 MiB (1%) 2037975
["Rimu", "Exact", "Multiplication", "Momentum space"] 809.748 ms (5%) 10.92 MiB (1%) 252
["Rimu", "Exact", "Multiplication", "Transcorrelated"] 2.805 s (5%) 1.88 MiB (1%) 257
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 26.876 s (5%) 11.047 ms 59.17 MiB (1%) 1892615
["Rimu", "FCIQMC", "(4+1, 11) 2C Mom space with G2Correlators"] 24.357 s (5%) 31.70 MiB (1%) 818170
["Rimu", "FCIQMC", "(50, 50) Real space"] 21.937 s (5%) 7.024 ms 29.16 MiB (1%) 131837

Benchmark Group List

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

  • ["Rimu", "Exact", "Diagonalization"]
  • ["Rimu", "Exact", "Multiplication"]
  • ["Rimu", "FCIQMC"]

Julia versioninfo

Julia Version 1.10.5
Commit 6f3fdf7b362 (2024-08-27 14:19 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.8.0-1014-azure #16~22.04.1-Ubuntu SMP Thu Aug 15 21:31:41 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 3238 MHz 2633 s 0 s 136 s 11863 s 0 s
 #2 3243 MHz 5096 s 0 s 126 s 9400 s 0 s
 #3 2445 MHz 2156 s 0 s 148 s 12321 s 0 s
 #4 2611 MHz 2891 s 0 s 146 s 11586 s 0 s
 Memory: 15.615272521972656 GB (12653.9453125 MB free)
 Uptime: 1467.15 sec
 Load Avg: 1.08 1.02 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)

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.87
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 s...[Comment body truncated]

@mtsch mtsch marked this pull request as ready for review November 4, 2024 00:52
Copy link
Collaborator

@christofbradly christofbradly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good so far, but I haven't looked at MatrixBuilder properly yet. Just some comments and questions otherwise

src/ExactDiagonalization/basis_fock.jl Show resolved Hide resolved
src/ExactDiagonalization/basis_fock.jl Show resolved Hide resolved
src/ExactDiagonalization/basis_fock.jl Show resolved Hide resolved
src/ExactDiagonalization/basis_set_representation.jl Outdated Show resolved Hide resolved
src/BitStringAddresses/occupationnumberfs.jl Show resolved Hide resolved
Copy link
Collaborator

@joachimbrand joachimbrand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A couple of comments. I'll need to find more time to read the code. So far this looks very nice.

  • The keyword argument max_depth is not yet documented. It should be added to the docstrings of build_basis, build_sparse_matrix_from_LO and BasisSetRepresentation.
  • I found a minor performance regression for building a matrix with dimension 3000 (ExtendedHubbardReal1D with FermiFS{7,14}):

New code (running with 4 threads):

julia> @benchmark sparse(h)
BenchmarkTools.Trial: 1202 samples with 1 evaluation.
 Range (min … max):  3.452 ms … 21.207 ms  ┊ GC (min … max): 0.00% … 81.37%
 Time  (median):     3.874 ms              ┊ GC (median):    0.00%
 Time  (mean ± σ):   4.158 ms ±  1.034 ms  ┊ GC (mean ± σ):  6.51% ± 11.58%

   ▁▅▇██▇▆▅▂                                                 ▁
  ▇██████████▆▄▅▆██▇▆▇▇▇▄▆▄▄▆▇▆▇▇▆▇▇▅▄▇▆▆▅▇▆▆▆▁▅▆▆▆▁▆▁▄▁▄▁▅▄ █
  3.45 ms      Histogram: log(frequency) by time     7.76 ms <

 Memory estimate: 2.46 MiB, allocs estimate: 830.

develop branch:

julia> @benchmark sparse(h)
BenchmarkTools.Trial: 1551 samples with 1 evaluation.
 Range (min … max):  2.822 ms …  12.322 ms  ┊ GC (min … max): 0.00% … 74.36%
 Time  (median):     3.009 ms               ┊ GC (median):    0.00%
 Time  (mean ± σ):   3.222 ms ± 610.801 μs  ┊ GC (mean ± σ):  7.04% ± 11.34%

  ▂▆▇█▇▆▅▄▂          ▁▃▂▁ ▁ ▁                                 ▁
  █████████▇▇▁▁▅▁▅▆▇██████████▇▆▆▇▄▇▇▅▇▅▆▄▆▁▆▄▆▄▅▅▁▄▁▁▁▅▄▅▅▁▅ █
  2.82 ms      Histogram: log(frequency) by time      5.41 ms <

 Memory estimate: 3.60 MiB, allocs estimate: 131.

However, this may be acceptable as the situation reverses for a BoseFS{10,10} with a dimension of ~92,000 (where the new code is faster).

  • build_basis called on the address is now really fast. I like it!

Copy link
Collaborator

@joachimbrand joachimbrand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work. What a substantial PR!

See comments below.

src/ExactDiagonalization/basis_bfs.jl Outdated Show resolved Hide resolved
src/ExactDiagonalization/basis_bfs.jl Outdated Show resolved Hide resolved
src/ExactDiagonalization/basis_bfs.jl Outdated Show resolved Hide resolved
src/ExactDiagonalization/basis_bfs.jl Outdated Show resolved Hide resolved
src/ExactDiagonalization/basis_bfs.jl Outdated Show resolved Hide resolved
src/ExactDiagonalization/basis_bfs.jl Outdated Show resolved Hide resolved
src/ExactDiagonalization/basis_fock.jl Show resolved Hide resolved
src/ExactDiagonalization/basis_fock.jl Show resolved Hide resolved
src/ExactDiagonalization/basis_fock.jl Outdated Show resolved Hide resolved
src/ExactDiagonalization/basis_set_representation.jl Outdated Show resolved Hide resolved
@mtsch mtsch requested a review from joachimbrand November 24, 2024 01:55
@mtsch mtsch requested a review from joachimbrand November 26, 2024 07:58
Copy link
Collaborator

@joachimbrand joachimbrand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks and runs great!

It would be great to enable the new keyword arguments max_depth and stop_after to be used in ExactDiagonalizationProblem as well. Other arguments accepted by BasisSetRepresentation are already passed through. See init_and_solvers.jl lines 99-116 and the docstring of ExactDiagonalizationProblem.

Copy link
Collaborator

@joachimbrand joachimbrand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks good now.

I noticed that a couple of branches in basis_fock.jl are missed by the tests. It would be good to see them covered.

Also, it looks like you got to manually merge develop after the excited states PR was merged.

@mtsch mtsch requested a review from joachimbrand December 5, 2024 22:11
@mtsch mtsch force-pushed the feature/fast-basis branch from 71eec68 to 21c2d2d Compare December 5, 2024 22:16
@coveralls
Copy link

coveralls commented Dec 6, 2024

Pull Request Test Coverage Report for Build 12190887807

Details

  • 233 of 241 (96.68%) changed or added relevant lines in 5 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.2%) to 94.667%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/ExactDiagonalization/basis_breadth_first_search.jl 138 139 99.28%
src/ExactDiagonalization/basis_fock.jl 82 89 92.13%
Totals Coverage Status
Change from base Build 12078242186: 0.2%
Covered Lines: 6799
Relevant Lines: 7182

💛 - Coveralls

Copy link
Collaborator

@joachimbrand joachimbrand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great and ready to be merged.

@mtsch mtsch merged commit 3a99de5 into develop Dec 6, 2024
11 checks passed
@mtsch mtsch deleted the feature/fast-basis branch December 6, 2024 23:07
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.

4 participants