File tree Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Original file line number Diff line number Diff line change 5
5
branches :
6
6
- main
7
7
- final_project
8
- - gpu_branch
9
8
- workflows
10
9
11
10
pull_request :
12
11
branches :
13
12
- main
14
13
- final_project
15
- - gpu_branch
16
-
17
14
jobs :
18
15
test :
19
16
name : Testing using pytest
31
28
run : |
32
29
apt-get update && apt-get install -y python3.10-venv python3-pip cmake
33
30
31
+ - name : Install MPI (OpenMPI)
32
+ run : apt-get update && apt-get install -y libopenmpi-dev openmpi-bin
33
+
34
34
- name : Install additional dependencies
35
35
run : |
36
36
python3.10 -m venv venv
Original file line number Diff line number Diff line change 26
26
# QR_cp,
27
27
)
28
28
29
- from .helpers_secular import (
30
- inner_outer_eigs ,
31
- return_secular_f ,
32
- secular_function ,
33
- check_is_root ,
34
- bisection ,
35
- compute_outer_zero ,
36
- compute_psi_s ,
37
- compute_inner_zero ,
38
- compute_eigenvalues ,
39
- )
29
+ from .zero_founder import compute_Psi , secular_solver
You can’t perform that action at this time.
0 commit comments