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

mpi_grid_dims seems to be ignored #935

Open
gsavva opened this issue Dec 6, 2023 · 0 comments
Open

mpi_grid_dims seems to be ignored #935

gsavva opened this issue Dec 6, 2023 · 0 comments

Comments

@gsavva
Copy link
Collaborator

gsavva commented Dec 6, 2023

Executing hp.x from q-e-sirius via the command:
mpirun -np 4 hp.x --control.mpi_grid_dims=1:4 -i hp.in > hp.out
ignores the dimensions given and instead sets MPI grid to [2 2] since 4 is a square number (relevant code in q-e-sirius)

The same occurs when mpi_grid_dims is set via a config.json file as:
mpirun -np 4 hp.x -sirius_cfg sirius.json -i hp.in > hp.out
with the contents of sirius.json as below:

{
  "control": {
    "mpi_grid_dims": [1,4]
  }
}

In fact, even if the content of the config.json is completely wrong, for example "mpi_grid_dims": [1,4,3] (wrong dimensions), no errors are thrown.

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

No branches or pull requests

1 participant