Skip to content

Fix HyperFEMDistributed compilation#155

Open
miguelmaso wants to merge 1 commit into
mainfrom
fix-distr
Open

Fix HyperFEMDistributed compilation#155
miguelmaso wants to merge 1 commit into
mainfrom
fix-distr

Conversation

@miguelmaso
Copy link
Copy Markdown
Collaborator

Newer versions of Julia impose more restrictive precompilation directives. This PR address compilation issues due to unqualified imports.

@miguelmaso miguelmaso requested a review from jmartfrut May 21, 2026 13:42
@github-actions
Copy link
Copy Markdown

Benchmark Results (Julia v1)

Time benchmarks
main 98f1ffd... main / 98f1ffd...
Constitutive models/Visco-elastic Ψ 0.0476 ± 0.029 ms 0.0478 ± 0.03 ms 0.995 ± 0.87
Constitutive models/Visco-elastic ∂Ψu 0.0537 ± 0.002 ms 0.0537 ± 0.0024 ms 1 ± 0.057
Constitutive models/Visco-elastic ∂Ψuu 0.101 ± 0.017 ms 0.102 ± 0.017 ms 0.994 ± 0.23
Simulations/StaticMechanicalDirichlet 0.133 ± 0.0066 s 0.134 ± 0.0069 s 0.996 ± 0.071
Simulations/StaticMechanicalNeumann 0.126 ± 0.01 s 0.129 ± 0.012 s 0.98 ± 0.12
Simulations/ViscoElastic 18.4 s 18.5 s 0.995
Tensor algebra/Cofactor 0.06 ± 0.01 μs 0.061 ± 0.01 μs 0.984 ± 0.23
Tensor algebra/Det(A)Inv(A') 0.14 ± 0.039 μs 0.12 ± 0.01 μs 1.17 ± 0.34
Tensor algebra/δδ_λ_2d 30 ± 0 ns 30 ± 0 ns 1 ± 0
Tensor algebra/δδ_μ_2d 30 ± 0 ns 30 ± 0 ns 1 ± 0
time_to_load 2.7 ± 0.025 s 2.68 ± 0.0077 s 1.01 ± 0.0098
Memory benchmarks
main 98f1ffd... main / 98f1ffd...
Constitutive models/Visco-elastic Ψ 1.24 k allocs: 0.0777 MB 1.24 k allocs: 0.0777 MB 1
Constitutive models/Visco-elastic ∂Ψu 1.29 k allocs: 0.0826 MB 1.29 k allocs: 0.0826 MB 1
Constitutive models/Visco-elastic ∂Ψuu 2.25 k allocs: 0.149 MB 2.25 k allocs: 0.149 MB 1
Simulations/StaticMechanicalDirichlet 1.51 M allocs: 0.108 GB 1.51 M allocs: 0.108 GB 1
Simulations/StaticMechanicalNeumann 1.48 M allocs: 0.093 GB 1.48 M allocs: 0.093 GB 1
Simulations/ViscoElastic 0.327 G allocs: 20.6 GB 0.327 G allocs: 20.6 GB 1
Tensor algebra/Cofactor 1 allocs: 0.0781 kB 1 allocs: 0.0781 kB 1
Tensor algebra/Det(A)Inv(A') 4 allocs: 0.25 kB 4 allocs: 0.25 kB 1
Tensor algebra/δδ_λ_2d 0 allocs: 0 B 0 allocs: 0 B
Tensor algebra/δδ_μ_2d 0 allocs: 0 B 0 allocs: 0 B
time_to_load 0.149 k allocs: 11.1 kB 0.149 k allocs: 11.1 kB 1

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.

1 participant