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

Changes needed in readDiagInfo in initial_read_module.f90 #220

Open
tsuyoshi38 opened this issue Jul 20, 2023 · 1 comment
Open

Changes needed in readDiagInfo in initial_read_module.f90 #220

tsuyoshi38 opened this issue Jul 20, 2023 · 1 comment
Assignees

Comments

@tsuyoshi38
Copy link
Contributor

tsuyoshi38 commented Jul 20, 2023

For "Padding of Hamiltonian and overlap matrices", we need to change readDiagInfo in initial_read_module.f90. Now, I assume this will be done in two steps.

  1. Introducing the enlarged size of Hamiltonian and overlap matrices, assuming that all other parameters (block_size_r etc.) are provided from a user.
  2. The appropriate parameters for matrix diagonalization will be automatically set.

After the first step is finished, the changes in other routines will be implemented to allow having an enlarged size for Hamiltonian matrix.
Then, the second step will be implemented.
For the setting of parameters, another issue will be made just for the discussion.

@tsuyoshi38
Copy link
Contributor Author

tsuyoshi38 commented Jul 20, 2023

At present... the parameters are defined in the following way.

  • proc_groups <= Diag.KProcGroups
  • proc_rows, proc_cols <= proc_rows*proc_cols = numprocs (MPI processes) /proc_groups
  • When introducing ELPA, we have an additional constraint for proc_rows and proc_cols
  • block_size_r * (integer) * max(proc_rows, proc_cols) = matrix_size

Now, I assume
we can use the same way to determine proc_groups, proc_rows & proc_cols, and
users will set block_size_r and block_size_c (= block_size_r).

@tsuyoshi38 tsuyoshi38 self-assigned this Jul 20, 2023
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

When branches are created from issues, their pull requests are automatically linked.

1 participant