mdolab / mdolab/pyhyp

Exit gracefully in parallel

Open
#92 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Fortran
Stars
61
Forks
45
PR merge metrics
No merged PRs in 30d

Description

Description

When running pyHyp in parallel, it should exit gracefully using mpi_abort and exit code instead of plain stop, which will result in improper MPI exit. There are several locations where this needs to be fixed.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the plain stop statements used in parallel execution paths and review how mpi_abort and the exit code are handled. Update each relevant location so parallel runs terminate through the requested MPI path, then verify that the program exits gracefully with the expected code.

Written by the indexing model from the issue text.

Assessment

Tech stack
fortran
Domain
hpc
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.