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

Fix normalisation in single_particle_density #300

Merged
merged 5 commits into from
Dec 21, 2024

Conversation

mtsch
Copy link
Collaborator

@mtsch mtsch commented Dec 17, 2024

The single_particle_density was not normalized properly when computing densities of specific components. This PR fixes it.

Before:

julia> addr = FermiFS2C((1, 1, 1, 1), (1, 0, 0, 0))
julia> single_particle_density(addr; component=2)
(1, 0, 0, 0)
julia> DVec(addr => 1)
julia> single_particle_density(dvec; component=2)
(5, 0, 0, 0) # <- multiplied by the total number of particles for some reason

after:

julia> addr = FermiFS2C((1, 1, 1, 1), (1, 0, 0, 0))
julia> single_particle_density(addr; component=2)
(1, 0, 0, 0)
julia> DVec(addr => 1)
julia> single_particle_density(dvec; component=2)
(1, 0, 0, 0)

@mtsch mtsch marked this pull request as ready for review December 17, 2024 07:09
Copy link
Contributor

github-actions bot commented Dec 17, 2024

Benchmark result

Judge result

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

Job Properties

  • Time of benchmarks:
  • Target: 17 Dec 2024 - 07:20
  • Baseline: 17 Dec 2024 - 07:27
  • Package commits:
  • Target: 692af9
  • Baseline: 5f48b3
  • Julia commits:
  • Target: 5e9a32
  • Baseline: 5e9a32
  • 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.11.2
Commit 5e9a32e7af2 (2024-12-01 20:02 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 1579 s 0 s 167 s 8267 s 0 s
 #2 0 MHz 2698 s 0 s 155 s 7168 s 0 s
 #3 0 MHz 2502 s 0 s 154 s 7352 s 0 s
 #4 0 MHz 2185 s 0 s 164 s 7676 s 0 s
 Memory: 15.606491088867188 GB (13222.72265625 MB free)
 Uptime: 1005.09 sec
 Load Avg: 1.02 1.14 0.77
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Baseline

Julia Version 1.11.2
Commit 5e9a32e7af2 (2024-12-01 20:02 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 2815 s 0 s 200 s 11601 s 0 s
 #2 0 MHz 3954 s 0 s 188 s 10484 s 0 s
 #3 0 MHz 4188 s 0 s 187 s 10239 s 0 s
 #4 0 MHz 2620 s 0 s 208 s 11802 s 0 s
 Memory: 15.606491088867188 GB (13316.65625 MB free)
 Uptime: 1466.22 sec
 Load Avg: 1.0 1.04 0.89
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (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: 17 Dec 2024 - 7:20
  • Package commit: 692af9
  • Julia commit: 5e9a32
  • 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.909 s (5%) 4.037 ms 93.58 MiB (1%) 24260
["Rimu", "Exact", "Diagonalization", "Bose-Hubbard in momentum space"] 17.634 s (5%) 35.528 ms 366.83 MiB (1%) 2038836
["Rimu", "Exact", "Multiplication", "Momentum space"] 781.873 ms (5%) 10.92 MiB (1%) 284
["Rimu", "Exact", "Multiplication", "Transcorrelated"] 2.324 s (5%) 1.87 MiB (1%) 291
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 27.716 s (5%) 59.95 MiB (1%) 1924983
["Rimu", "FCIQMC", "(50, 50) Real space"] 21.277 s (5%) 43.627 ms 29.38 MiB (1%) 138055

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.11.2
Commit 5e9a32e7af2 (2024-12-01 20:02 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 1579 s 0 s 167 s 8267 s 0 s
 #2 0 MHz 2698 s 0 s 155 s 7168 s 0 s
 #3 0 MHz 2502 s 0 s 154 s 7352 s 0 s
 #4 0 MHz 2185 s 0 s 164 s 7676 s 0 s
 Memory: 15.606491088867188 GB (13222.72265625 MB free)
 Uptime: 1005.09 sec
 Load Avg: 1.02 1.14 0.77
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (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: 17 Dec 2024 - 7:27
  • Package commit: 5f48b3
  • Julia commit: 5e9a32
  • 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.906 s (5%) 1.590 ms 93.58 MiB (1%) 24260
["Rimu", "Exact", "Diagonalization", "Bose-Hubbard in momentum space"] 17.674 s (5%) 27.998 ms 366.83 MiB (1%) 2038836
["Rimu", "Exact", "Multiplication", "Momentum space"] 774.637 ms (5%) 10.92 MiB (1%) 284
["Rimu", "Exact", "Multiplication", "Transcorrelated"] 2.304 s (5%) 1.87 MiB (1%) 291
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 27.700 s (5%) 20.029 ms 59.95 MiB (1%) 1925203
["Rimu", "FCIQMC", "(50, 50) Real space"] 21.425 s (5%) 2.835 ms 29.38 MiB (1%) 138061

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.11.2
Commit 5e9a32e7af2 (2024-12-01 20:02 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 2815 s 0 s 200 s 11601 s 0 s
 #2 0 MHz 3954 s 0 s 188 s 10484 s 0 s
 #3 0 MHz 4188 s 0 s 187 s 10239 s 0 s
 #4 0 MHz 2620 s 0 s 208 s 11802 s 0 s
 Memory: 15.606491088867188 GB (13316.65625 MB free)
 Uptime: 1466.22 sec
 Load Avg: 1.0 1.04 0.89
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (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; 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: 17 Dec 2024 - 07:58
  • Baseline: 17 Dec 2024 - 08:05
  • Package commits:
  • Target: 1d73ae
  • Baseline: 5f48b3
  • Julia commits:
  • Target: 5e9a32
  • Baseline: 5e9a32
  • 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.11.2
Commit 5e9a32e7af2 (2024-12-01 20:02 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 1615 s 0 s 76 s 7142 s 0 s
 #2 0 MHz 1572 s 0 s 77 s 7167 s 0 s
 #3 0 MHz 1377 s 0 s 77 s 7378 s 0 s
 #4 0 MHz 574 s 0 s 96 s 8157 s 0 s
 Memory: 15.606491088867188 GB (13313.125 MB free)
 Uptime: 886.32 sec
 Load Avg: 1.07 0.85 0.45
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Baseline

Julia Version 1.11.2
Commit 5e9a32e7af2 (2024-12-01 20:02 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 2767 s 0 s 96 s 10431 s 0 s
 #2 0 MHz 2809 s 0 s 107 s 10361 s 0 s
 #3 0 MHz 2424 s 0 s 100 s 10768 s 0 s
 #4 0 MHz 1614 s 0 s 126 s 11548 s 0 s
 Memory: 15.606491088867188 GB (13301.32421875 MB free)
 Uptime: 1333.07 sec
 Load Avg: 1.02 1.0 0.69
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (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: 17 Dec 2024 - 7:58
  • Package commit: 1d73ae
  • Julia commit: 5e9a32
  • 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.906 s (5%) 1.916 ms 93.58 MiB (1%) 24260
["Rimu", "Exact", "Diagonalization", "Bose-Hubbard in momentum space"] 18.056 s (5%) 241.505 ms 366.83 MiB (1%) 2038836
["Rimu", "Exact", "Multiplication", "Momentum space"] 789.338 ms (5%) 10.92 MiB (1%) 284
["Rimu", "Exact", "Multiplication", "Transcorrelated"] 2.366 s (5%) 1.87 MiB (1%) 291
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 27.675 s (5%) 59.95 MiB (1%) 1925082
["Rimu", "FCIQMC", "(50, 50) Real space"] 21.426 s (5%) 29.38 MiB (1%) 138066

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.11.2
Commit 5e9a32e7af2 (2024-12-01 20:02 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 1615 s 0 s 76 s 7142 s 0 s
 #2 0 MHz 1572 s 0 s 77 s 7167 s 0 s
 #3 0 MHz 1377 s 0 s 77 s 7378 s 0 s
 #4 0 MHz 574 s 0 s 96 s 8157 s 0 s
 Memory: 15.606491088867188 GB (13313.125 MB free)
 Uptime: 886.32 sec
 Load Avg: 1.07 0.85 0.45
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (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: 17 Dec 2024 - 8:5
  • Package commit: 5f48b3
  • Julia commit: 5e9a32
  • 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.888 s (5%) 1.791 ms 93.58 MiB (1%) 24260
["Rimu", "Exact", "Diagonalization", "Bose-Hubbard in momentum space"] 17.849 s (5%) 235.802 ms 366.83 MiB (1%) 2038836
["Rimu", "Exact", "Multiplication", "Momentum space"] 792.452 ms (5%) 10.92 MiB (1%) 284
["Rimu", "Exact", "Multiplication", "Transcorrelated"] 2.306 s (5%) 1.87 MiB (1%) 291
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 27.796 s (5%) 11.326 ms 59.95 MiB (1%) 1925161
["Rimu", "FCIQMC", "(50, 50) Real space"] 21.247 s (5%) 34.191 ms 29.38 MiB (1%) 138055

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.11.2
Commit 5e9a32e7af2 (2024-12-01 20:02 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 2767 s 0 s 96 s 10431 s 0 s
 #2 0 MHz 2809 s 0 s 107 s 10361 s 0 s
 #3 0 MHz 2424 s 0 s 100 s 10768 s 0 s
 #4 0 MHz 1614 s 0 s 126 s 11548 s 0 s
 Memory: 15.606491088867188 GB (13301.32421875 MB free)
 Uptime: 1333.07 sec
 Load Avg: 1.02 1.0 0.69
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (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; 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: 17 Dec 2024 - 08:36
  • Baseline: 17 Dec 2024 - 08:44
  • Package commits:
  • Target: e4246a
  • Baseline: 5f48b3
  • Julia commits:
  • Target: 5e9a32
  • Baseline: 5e9a32
  • 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.11.2
Commit 5e9a32e7af2 (2024-12-01 20:02 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 1507 s 0 s 88 s 4473 s 0 s
 #2 0 MHz 1102 s 0 s 86 s 4902 s 0 s
 #3 0 MHz 1291 s 0 s 75 s 4710 s 0 s
 #4 0 MHz 1159 s 0 s 95 s 4820 s 0 s
 Memory: 15.606491088867188 GB (13344.28515625 MB free)
 Uptime: 612.26 sec
 Load Avg: 1.07 0.88 0.47
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Baseline

Julia Version 1.11.2
Commit 5e9a32e7af2 (2024-12-01 20:02 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 2808 s 0 s 117 s 7647 s 0 s
 #2 0 MHz 2652 s 0 s 119 s 7823 s 0 s
 #3 0 MHz 2246 s 0 s 105 s 8226 s 0 s
 #4 0 MHz 1872 s 0 s 142 s 8564 s 0 s
 Memory: 15.606491088867188 GB (13260.34375 MB free)
 Uptime: 1063.25 sec
 Load Avg: 1.04 1.02 0.72
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (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: 17 Dec 2024 - 8:36
  • Package commit: e4246a
  • Julia commit: 5e9a32
  • 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.883 s (5%) 4.321 ms 93.58 MiB (1%) 24260
["Rimu", "Exact", "Diagonalization", "Bose-Hubbard in momentum space"] 17.808 s (5%) 235.087 ms 366.83 MiB (1%) 2038836
["Rimu", "Exact", "Multiplication", "Momentum space"] 788.194 ms (5%) 10.92 MiB (1%) 284
["Rimu", "Exact", "Multiplication", "Transcorrelated"] 2.322 s (5%) 1.87 MiB (1%) 291
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 27.698 s (5%) 59.95 MiB (1%) 1925128
["Rimu", "FCIQMC", "(50, 50) Real space"] 21.774 s (5%) 3.790 ms 29.38 MiB (1%) 138061

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.11.2
Commit 5e9a32e7af2 (2024-12-01 20:02 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 1507 s 0 s 88 s 4473 s 0 s
 #2 0 MHz 1102 s 0 s 86 s 4902 s 0 s
 #3 0 MHz 1291 s 0 s 75 s 4710 s 0 s
 #4 0 MHz 1159 s 0 s 95 s 4820 s 0 s
 Memory: 15.606491088867188 GB (13344.28515625 MB free)
 Uptime: 612.26 sec
 Load Avg: 1.07 0.88 0.47
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (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: 17 Dec 2024 - 8:44
  • Package commit: 5f48b3
  • Julia commit: 5e9a32
  • 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.882 s (5%) 1.617 ms 93.58 MiB (1%) 24260
["Rimu", "Exact", "Diagonalization", "Bose-Hubbard in momentum space"] 17.764 s (5%) 247.373 ms 366.83 MiB (1%) 2038836
["Rimu", "Exact", "Multiplication", "Momentum space"] 786.036 ms (5%) 10.92 MiB (1%) 284
["Rimu", "Exact", "Multiplication", "Transcorrelated"] 2.310 s (5%) 1.87 MiB (1%) 291
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 28.144 s (5%) 59.95 MiB (1%) 1925021
["Rimu", "FCIQMC", "(50, 50) Real space"] 21.687 s (5%) 2.905 ms 29.38 MiB (1%) 138066

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.11.2
Commit 5e9a32e7af2 (2024-12-01 20:02 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 2808 s 0 s 117 s 7647 s 0 s
 #2 0 MHz 2652 s 0 s 119 s 7823 s 0 s
 #3 0 MHz 2246 s 0 s 105 s 8226 s 0 s
 #4 0 MHz 1872 s 0 s 142 s 8564 s 0 s
 Memory: 15.606491088867188 GB (13260.34375 MB free)
 Uptime: 1063.25 sec
 Load Avg: 1.04 1.02 0.72
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (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; 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: 17 Dec 2024 - 08:59
  • Baseline: 17 Dec 2024 - 09:06
  • Package commits:
  • Target: ac1be3
  • Baseline: 5f48b3
  • Julia commits:
  • Target: 5e9a32
  • Baseline: 5e9a32
  • 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.11.2
Commit 5e9a32e7af2 (2024-12-01 20:02 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 907 s 0 s 74 s 5819 s 0 s
 #2 0 MHz 761 s 0 s 74 s 5964 s 0 s
 #3 0 MHz 2040 s 0 s 84 s 4683 s 0 s
 #4 0 MHz 1493 s 0 s 102 s 5214 s 0 s
 Memory: 15.606491088867188 GB (13344.77734375 MB free)
 Uptime: 684.44 sec
 Load Avg: 1.02 0.87 0.47
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Baseline

Julia Version 1.11.2
Commit 5e9a32e7af2 (2024-12-01 20:02 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 2002 s 0 s 100 s 9188 s 0 s
 #2 0 MHz 2177 s 0 s 98 s 9014 s 0 s
 #3 0 MHz 3302 s 0 s 111 s 7882 s 0 s
 #4 0 MHz 2226 s 0 s 136 s 8935 s 0 s
 Memory: 15.606491088867188 GB (13272.70703125 MB free)
 Uptime: 1134.01 sec
 Load Avg: 1.15 1.03 0.71
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (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: 17 Dec 2024 - 8:59
  • Package commit: ac1be3
  • Julia commit: 5e9a32
  • 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.893 s (5%) 1.673 ms 93.58 MiB (1%) 24260
["Rimu", "Exact", "Diagonalization", "Bose-Hubbard in momentum space"] 17.868 s (5%) 209.305 ms 366.83 MiB (1%) 2038836
["Rimu", "Exact", "Multiplication", "Momentum space"] 788.363 ms (5%) 10.92 MiB (1%) 284
["Rimu", "Exact", "Multiplication", "Transcorrelated"] 2.388 s (5%) 1.87 MiB (1%) 291
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 27.640 s (5%) 59.95 MiB (1%) 1925102
["Rimu", "FCIQMC", "(50, 50) Real space"] 21.983 s (5%) 2.965 ms 29.38 MiB (1%) 138079

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.11.2
Commit 5e9a32e7af2 (2024-12-01 20:02 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 907 s 0 s 74 s 5819 s 0 s
 #2 0 MHz 761 s 0 s 74 s 5964 s 0 s
 #3 0 MHz 2040 s 0 s 84 s 4683 s 0 s
 #4 0 MHz 1493 s 0 s 102 s 5214 s 0 s
 Memory: 15.606491088867188 GB (13344.77734375 MB free)
 Uptime: 684.44 sec
 Load Avg: 1.02 0.87 0.47
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (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: 17 Dec 2024 - 9:6
  • Package commit: 5f48b3
  • Julia commit: 5e9a32
  • 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%) 5.962 ms 93.58 MiB (1%) 24260
["Rimu", "Exact", "Diagonalization", "Bose-Hubbard in momentum space"] 17.831 s (5%) 240.181 ms 366.83 MiB (1%) 2038836
["Rimu", "Exact", "Multiplication", "Momentum space"] 788.238 ms (5%) 10.92 MiB (1%) 284
["Rimu", "Exact", "Multiplication", "Transcorrelated"] 2.310 s (5%) 1.87 MiB (1%) 291
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 27.893 s (5%) 20.580 ms 59.95 MiB (1%) 1925213
["Rimu", "FCIQMC", "(50, 50) Real space"] 21.433 s (5%) 29.38 MiB (1%) 138050

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.11.2
Commit 5e9a32e7af2 (2024-12-01 20:02 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 2002 s 0 s 100 s 9188 s 0 s
 #2 0 MHz 2177 s 0 s 98 s 9014 s 0 s
 #3 0 MHz 3302 s 0 s 111 s 7882 s 0 s
 #4 0 MHz 2226 s 0 s 136 s 8935 s 0 s
 Memory: 15.606491088867188 GB (13272.70703125 MB free)
 Uptime: 1134.01 sec
 Load Avg: 1.15 1.03 0.71
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (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; 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: 17 Dec 2024 - 09:00
  • Baseline: 17 Dec 2024 - 09:08
  • Package commits:
  • Target: 88801e
  • Baseline: 5f48b3
  • Julia commits:
  • Target: 5e9a32
  • Baseline: 5e9a32
  • 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.11.2
Commit 5e9a32e7af2 (2024-12-01 20:02 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 1233 s 0 s 74 s 5909 s 0 s
 #2 0 MHz 1060 s 0 s 87 s 6078 s 0 s
 #3 0 MHz 1241 s 0 s 74 s 5882 s 0 s
 #4 0 MHz 1602 s 0 s 87 s 5516 s 0 s
 Memory: 15.606491088867188 GB (13350.125 MB free)
 Uptime: 725.42 sec
 Load Avg: 1.04 0.87 0.48
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Baseline

Julia Version 1.11.2
Commit 5e9a32e7af2 (2024-12-01 20:02 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 1782 s 0 s 107 s 9842 s 0 s
 #2 0 MHz 2467 s 0 s 112 s 9164 s 0 s
 #3 0 MHz 2779 s 0 s 99 s 8837 s 0 s
 #4 0 MHz 2643 s 0 s 121 s 8958 s 0 s
 Memory: 15.606491088867188 GB (13303.828125 MB free)
 Uptime: 1177.89 sec
 Load Avg: 1.02 1.0 0.7
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (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: 17 Dec 2024 - 9:0
  • Package commit: 88801e
  • Julia commit: 5e9a32
  • 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.924 s (5%) 3.093 ms 93.58 MiB (1%) 24260
["Rimu", "Exact", "Diagonalization", "Bose-Hubbard in momentum space"] 17.831 s (5%) 241.422 ms 366.83 MiB (1%) 2038836
["Rimu", "Exact", "Multiplication", "Momentum space"] 797.297 ms (5%) 10.92 MiB (1%) 284
["Rimu", "Exact", "Multiplication", "Transcorrelated"] 2.308 s (5%) 1.87 MiB (1%) 291
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 27.876 s (5%) 19.680 ms 59.95 MiB (1%) 1924970
["Rimu", "FCIQMC", "(50, 50) Real space"] 21.268 s (5%) 2.855 ms 29.38 MiB (1%) 138041

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.11.2
Commit 5e9a32e7af2 (2024-12-01 20:02 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 1233 s 0 s 74 s 5909 s 0 s
 #2 0 MHz 1060 s 0 s 87 s 6078 s 0 s
 #3 0 MHz 1241 s 0 s 74 s 5882 s 0 s
 #4 0 MHz 1602 s 0 s 87 s 5516 s 0 s
 Memory: 15.606491088867188 GB (13350.125 MB free)
 Uptime: 725.42 sec
 Load Avg: 1.04 0.87 0.48
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (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: 17 Dec 2024 - 9:8
  • Package commit: 5f48b3
  • Julia commit: 5e9a32
  • 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.906 s (5%) 1.822 ms 93.58 MiB (1%) 24260
["Rimu", "Exact", "Diagonalization", "Bose-Hubbard in momentum space"] 17.860 s (5%) 252.627 ms 366.83 MiB (1%) 2038836
["Rimu", "Exact", "Multiplication", "Momentum space"] 789.438 ms (5%) 10.92 MiB (1%) 284
["Rimu", "Exact", "Multiplication", "Transcorrelated"] 2.310 s (5%) 1.87 MiB (1%) 291
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 28.194 s (5%) 59.95 MiB (1%) 1925131
["Rimu", "FCIQMC", "(50, 50) Real space"] 21.895 s (5%) 4.717 ms 29.38 MiB (1%) 138072

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.11.2
Commit 5e9a32e7af2 (2024-12-01 20:02 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 1782 s 0 s 107 s 9842 s 0 s
 #2 0 MHz 2467 s 0 s 112 s 9164 s 0 s
 #3 0 MHz 2779 s 0 s 99 s 8837 s 0 s
 #4 0 MHz 2643 s 0 s 121 s 8958 s 0 s
 Memory: 15.606491088867188 GB (13303.828125 MB free)
 Uptime: 1177.89 sec
 Load Avg: 1.02 1.0 0.7
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (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; 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: 20 Dec 2024 - 10:41
  • Baseline: 20 Dec 2024 - 10:48
  • Package commits:
  • Target: f17327
  • Baseline: 5f48b3
  • Julia commits:
  • Target: 5e9a32
  • Baseline: 5e9a32
  • 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.11.2
Commit 5e9a32e7af2 (2024-12-01 20:02 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 1050 s 0 s 88 s 8811 s 0 s
 #2 0 MHz 1191 s 0 s 91 s 8667 s 0 s
 #3 0 MHz 1197 s 0 s 102 s 8643 s 0 s
 #4 0 MHz 2160 s 0 s 100 s 7696 s 0 s
 Memory: 15.606491088867188 GB (13304.6953125 MB free)
 Uptime: 998.93 sec
 Load Avg: 1.0 0.86 0.49
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Baseline

Julia Version 1.11.2
Commit 5e9a32e7af2 (2024-12-01 20:02 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 1839 s 0 s 116 s 12616 s 0 s
 #2 0 MHz 2281 s 0 s 128 s 12161 s 0 s
 #3 0 MHz 2562 s 0 s 130 s 11872 s 0 s
 #4 0 MHz 3549 s 0 s 138 s 10891 s 0 s
 Memory: 15.606491088867188 GB (13387.6953125 MB free)
 Uptime: 1461.88 sec
 Load Avg: 1.0 0.99 0.71
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (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: 20 Dec 2024 - 10:41
  • Package commit: f17327
  • Julia commit: 5e9a32
  • 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%) 3.221 ms 93.58 MiB (1%) 24260
["Rimu", "Exact", "Diagonalization", "Bose-Hubbard in momentum space"] 17.770 s (5%) 238.440 ms 366.83 MiB (1%) 2038836
["Rimu", "Exact", "Multiplication", "Momentum space"] 792.713 ms (5%) 10.92 MiB (1%) 284
["Rimu", "Exact", "Multiplication", "Transcorrelated"] 2.306 s (5%) 1.87 MiB (1%) 291
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 28.055 s (5%) 20.902 ms 59.95 MiB (1%) 1925018
["Rimu", "FCIQMC", "(50, 50) Real space"] 21.791 s (5%) 11.962 ms 29.38 MiB (1%) 138049

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.11.2
Commit 5e9a32e7af2 (2024-12-01 20:02 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 1050 s 0 s 88 s 8811 s 0 s
 #2 0 MHz 1191 s 0 s 91 s 8667 s 0 s
 #3 0 MHz 1197 s 0 s 102 s 8643 s 0 s
 #4 0 MHz 2160 s 0 s 100 s 7696 s 0 s
 Memory: 15.606491088867188 GB (13304.6953125 MB free)
 Uptime: 998.93 sec
 Load Avg: 1.0 0.86 0.49
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (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: 20 Dec 2024 - 10:48
  • Package commit: 5f48b3
  • Julia commit: 5e9a32
  • 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.902 s (5%) 4.234 ms 93.58 MiB (1%) 24260
["Rimu", "Exact", "Diagonalization", "Bose-Hubbard in momentum space"] 17.894 s (5%) 201.247 ms 366.83 MiB (1%) 2038836
["Rimu", "Exact", "Multiplication", "Momentum space"] 789.499 ms (5%) 10.92 MiB (1%) 284
["Rimu", "Exact", "Multiplication", "Transcorrelated"] 2.328 s (5%) 1.87 MiB (1%) 291
["Rimu", "FCIQMC", "(10, 20) Mom space with projected energy and initiator"] 27.745 s (5%) 59.95 MiB (1%) 1925096
["Rimu", "FCIQMC", "(50, 50) Real space"] 21.405 s (5%) 29.38 MiB (1%) 138064

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.11.2
Commit 5e9a32e7af2 (2024-12-01 20:02 UTC)
Build Info:
 Official https://julialang.org/ release
Platform Info:
 OS: Linux (x86_64-linux-gnu)
 Ubuntu 22.04.5 LTS
 uname: Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64 x86_64
 CPU: AMD EPYC 7763 64-Core Processor: 
 speed user nice sys idle irq
 #1 0 MHz 1839 s 0 s 116 s 12616 s 0 s
 #2 0 MHz 2281 s 0 s 128 s 12161 s 0 s
 #3 0 MHz 2562 s 0 s 130 s 11872 s 0 s
 #4 0 MHz 3549 s 0 s 138 s 10891 s 0 s
 Memory: 15.606491088867188 GB (13387.6953125 MB free)
 Uptime: 1461.88 sec
 Load Avg: 1.0 0.99 0.71
 WORD_SIZE: 64
 LLVM: libLLVM-16.0.6 (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; 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

@mtsch mtsch force-pushed the bugfix/single-particle-density-normalization branch from b529f81 to 64f8fcd Compare December 17, 2024 08:28
@mtsch mtsch force-pushed the bugfix/single-particle-density-normalization branch from 577b560 to 50be36a Compare December 17, 2024 08:51
@coveralls
Copy link

coveralls commented Dec 17, 2024

Pull Request Test Coverage Report for Build 12429834995

Details

  • 3 of 3 (100.0%) changed or added relevant lines in 1 file are covered.
  • 98 unchanged lines in 23 files lost coverage.
  • Overall coverage decreased (-0.3%) to 94.293%

Files with Coverage Reduction New Missed Lines %
src/BitStringAddresses/multicomponent.jl 1 98.55%
src/Hamiltonians/DensityMatrixDiagonal.jl 1 95.65%
src/Hamiltonians/reduced_density_matrix.jl 1 97.67%
src/BitStringAddresses/sortedparticlelist.jl 1 88.39%
src/Hamiltonians/TRSymmetry.jl 1 98.04%
src/BitStringAddresses/bitstring.jl 1 97.13%
src/DictVectors/projectors.jl 1 96.08%
src/qmc_states.jl 1 69.51%
src/fciqmc.jl 2 93.06%
src/projector_monte_carlo_problem.jl 2 96.43%
Totals Coverage Status
Change from base Build 12303450233: -0.3%
Covered Lines: 6906
Relevant Lines: 7324

💛 - Coveralls

@mtsch mtsch requested a review from joachimbrand December 17, 2024 10:48
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.

Thanks for fixing this bug!

src/strategies_and_params/poststepstrategy.jl Outdated Show resolved Hide resolved
Co-authored-by: Joachim Brand <joachim.brand@gmail.com>
@mtsch mtsch requested a review from joachimbrand December 20, 2024 11:35
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.

Good to go.

@mtsch mtsch merged commit 77334e5 into develop Dec 21, 2024
10 checks passed
@mtsch mtsch deleted the bugfix/single-particle-density-normalization branch December 21, 2024 05:50
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.

3 participants