{"id":30295875,"url":"https://github.com/fankiat/sopht-mpi","last_synced_at":"2025-08-17T02:03:21.464Z","repository":{"id":59866094,"uuid":"528962533","full_name":"fankiat/sopht-mpi","owner":"fankiat","description":"MPI-supported Scalable One-stop Platform for Hydroelastic Things (SOPHT)","archived":false,"fork":false,"pushed_at":"2023-05-01T19:35:21.000Z","size":709,"stargazers_count":2,"open_issues_count":9,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-01-27T14:09:52.963Z","etag":null,"topics":["computational-fluid-dynamics","cosserat-rod-theory","fluid-structure-interaction","high-performance-computing","immersed-boundary-method","mpi-applications"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fankiat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-08-25T17:58:20.000Z","updated_at":"2023-01-31T20:16:06.000Z","dependencies_parsed_at":"2023-09-26T11:02:11.183Z","dependency_job_id":"dea74c6c-c647-49bd-b7a0-466a1424fea9","html_url":"https://github.com/fankiat/sopht-mpi","commit_stats":{"total_commits":299,"total_committers":3,"mean_commits":99.66666666666667,"dds":0.3110367892976589,"last_synced_commit":"e5c4fb7d5e420d2ca6aea2206bb4b25185b6d92d"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/fankiat/sopht-mpi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fankiat%2Fsopht-mpi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fankiat%2Fsopht-mpi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fankiat%2Fsopht-mpi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fankiat%2Fsopht-mpi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fankiat","download_url":"https://codeload.github.com/fankiat/sopht-mpi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fankiat%2Fsopht-mpi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270796297,"owners_count":24647330,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["computational-fluid-dynamics","cosserat-rod-theory","fluid-structure-interaction","high-performance-computing","immersed-boundary-method","mpi-applications"],"created_at":"2025-08-17T02:02:44.419Z","updated_at":"2025-08-17T02:03:21.446Z","avatar_url":"https://github.com/fankiat.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align='center'\u003e\n\u003ch1\u003e SophT-MPI \u003c/h1\u003e\n\n[![CI][badge-CI]][link-CI] [![DOI][badge-doi]][link-doi]\n \u003c/div\u003e\n\nScalable One-stop Platform for Hydroelastic Things (SOPHT) MPI solver.\n\nPython implementation of an elastohydrodynamic MPI solver, for resolving\nflow-structure interaction of 3D mixed soft/rigid bodies in viscous flows.\n\n## Installation\n\nBelow are steps of how to install `sopht-mpi`. We mainly use `poetry` to manage\nthe project, although most of the important commands will be provided in `Makefile`.\n\n1. Clone!\n\nFirst **create the fork repository and clone** to your local machine.\n\n2. Virtual python workspace: `conda`.\n\nWe recommend using python version above 3.10.\n\n```bash\nconda create --name sopht-mpi-env\nconda activate sopht-mpi-env\nconda install python==3.10\n```\n\n3. Install non-python dependencies, that include `MPI`, `hdf5-mpi`\nand `fftw`. For `Ubuntu` you can use:\n```bash\nmake install_non_python_modules_on_ubuntu\n```\nAnd for Mac-OS one can use\n```bash\nmake install_non_python_modules_on_macos\n```\n**NOTE**: For cluster, optimised versions of the above modules are already\ninstalled, and as such this step can be skipped, and the internal modules\nshould be loaded directly.\n\n4. Setup [`poetry`](https://python-poetry.org) and `dependencies`!\n\n```bash\nmake poetry-download\nmake install\nmake pre-commit-install\n```\n\n\n## Citation\n\nWe ask that any publications which use SophT-MPI cite as following:\n\n```\n@software{fan_kiat_chan_2023_7659153,\n  author       = {Fan Kiat Chan and\n                  Yashraj Bhosale},\n  title        = {{Scalable One-stop Platform for Hydroelastic Things\n                   (SOPHT) MPI solver}},\n  month        = feb,\n  year         = 2023,\n  publisher    = {Zenodo},\n  version      = {0.0.1},\n  doi          = {10.5281/zenodo.7659153},\n  url          = {https://doi.org/10.5281/zenodo.7659153}\n}\n```\n\n[badge-doi]: https://zenodo.org/badge/DOI/10.5281/zenodo.7659153.svg\n[badge-CI]: https://github.com/fankiat/sopht-mpi/workflows/CI/badge.svg\n\n[link-doi]: https://doi.org/10.5281/zenodo.7659153\n[link-CI]: https://github.com/fankiat/sopht-mpi/actions\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffankiat%2Fsopht-mpi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffankiat%2Fsopht-mpi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffankiat%2Fsopht-mpi/lists"}