hpc / hpc/mpifileutils

python bindings for common library

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

Nobody has claimed this yet.

Dominant language
C
Stars
200
Forks
85
Avg merge
3d 21h
Merged PRs (30d)
2

Description

You can use the python ctypes module to get python to interact with a c library. We could add python bindings to our common library functions to make it easy for users to write scripts. I don't think we'd want to do any MPI+python things, but maybe we can allow users to read in the data files? We would probably want to think carefully about which common library functions we expose to python.

Contributor guide

Open the contributing guide

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 reviewing the common library functions and data-file handling mentioned in the issue, then examine how a Python ctypes interface could expose them without MPI integration. Define which functions and data formats are in scope; done means the binding scope and user-facing behavior are agreed and implemented with coverage for the selected functions.

Written by the indexing model from the issue text.

Assessment

Tech stack
c, python
Domain
backend-api-design
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.