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

Create argument parser for ALPINE #171

Open
matt-frey opened this issue May 15, 2023 · 0 comments
Open

Create argument parser for ALPINE #171

matt-frey opened this issue May 15, 2023 · 0 comments
Labels
feature request Used to label a feature request in the issue tracker.

Comments

@matt-frey
Copy link
Member

In GitLab by @vinciguerra_a on May 15, 2023, 08:44

Instead of requiring positional arguments in an exact order and with no omissions, ALPINE should use its own argument parser to determine the parameters desired by the user. This will increase flexibility and user-friendliness when running ALPINE by providing sensible defaults and reducing redundancy.

Possible command line arguments:

  • --Nx, --Ny, --Nz, --N4, etc: mesh refinement in each direction
  • -N/--Nall: equal mesh refinement in all directions
  • --particle/-p: particle count
  • --ppc/-d: particles per cell, mutually exclusive with -p, determines particle count using mesh refinement
  • --solver/-s: solver choice (default CG for 1D, FFT periodic for 2D or higher)
  • --timesteps/-t: time steps
  • --lb/-l: load balancing threshold
felixschurk pushed a commit that referenced this issue Dec 8, 2023
…s-in-alpine' into 'master'

Resolve "Add FFTPoissonSolver and P3MSolver as solver choices in Alpine"

Closes #171

See merge request OPAL/Libraries/ippl!172
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Used to label a feature request in the issue tracker.
Projects
None yet
Development

No branches or pull requests

1 participant