{"id":27011644,"url":"https://github.com/eth-cscs/dla-future-fortran","last_synced_at":"2026-02-08T13:03:01.351Z","repository":{"id":239773883,"uuid":"786858545","full_name":"eth-cscs/DLA-Future-Fortran","owner":"eth-cscs","description":"Fortran interface for DLA-Future","archived":false,"fork":false,"pushed_at":"2024-05-22T08:30:42.000Z","size":16,"stargazers_count":1,"open_issues_count":2,"forks_count":1,"subscribers_count":9,"default_branch":"main","last_synced_at":"2024-05-22T08:31:00.039Z","etag":null,"topics":["amd-gpu","cholesky-decomposition","distributed-linear-algebra","dla-future","eigensolver","eigensolvers","eigenvalueproblems","fortran","gpu-computing","linear-algebra","nvidia-gpu","p2300","pika","scalapack","stdexec","task-based-parallelism"],"latest_commit_sha":null,"homepage":"https://github.com/eth-cscs/DLA-Future","language":"Fortran","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eth-cscs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-15T12:45:45.000Z","updated_at":"2024-05-28T18:18:34.446Z","dependencies_parsed_at":"2024-05-28T18:18:26.191Z","dependency_job_id":null,"html_url":"https://github.com/eth-cscs/DLA-Future-Fortran","commit_stats":null,"previous_names":["eth-cscs/dla-future-fortran"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eth-cscs%2FDLA-Future-Fortran","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eth-cscs%2FDLA-Future-Fortran/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eth-cscs%2FDLA-Future-Fortran/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eth-cscs%2FDLA-Future-Fortran/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eth-cscs","download_url":"https://codeload.github.com/eth-cscs/DLA-Future-Fortran/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247173256,"owners_count":20896053,"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","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":["amd-gpu","cholesky-decomposition","distributed-linear-algebra","dla-future","eigensolver","eigensolvers","eigenvalueproblems","fortran","gpu-computing","linear-algebra","nvidia-gpu","p2300","pika","scalapack","stdexec","task-based-parallelism"],"created_at":"2025-04-04T11:36:18.236Z","updated_at":"2026-02-08T13:03:01.321Z","avatar_url":"https://github.com/eth-cscs.png","language":"Fortran","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DLA-Future Fortran Interface\n\n [![zenodo](https://zenodo.org/badge/DOI/10.5281/zenodo.11241331.svg)](https://doi.org/10.5281/zenodo.11241331) [![pipeline status](https://gitlab.com/cscs-ci/ci-testing/webhook-ci/mirrors/657496524998283/7598378243915359/badges/main/pipeline.svg)](https://gitlab.com/cscs-ci/ci-testing/webhook-ci/mirrors/657496524998283/7598378243915359/-/commits/main)\n\nFortran interface for [DLA-Future], a task-based linear algebra library providing GPU-enabled distributed eigensolver.\n\n## Documentation\n\n* [DLA-Future-Fortran `main` Documentation](https://eth-cscs.github.io/DLA-Future-Fortran/main/)\n* [DLA-Future-Fortran `v0.5.0` Documentation](https://eth-cscs.github.io/DLA-Future-Fortran/v0.5.0/)\n\n## Citation\n\nIf you are using DLA-Future-Fortran, please cite the following conference paper in addition to this repository and the [DLA-Future] repository:\n\n```\n@InProceedings{10.1007/978-3-031-61763-8_13,\n    author=\"Solc{\\`a}, Raffaele\n        and Simberg, Mikael\n        and Meli, Rocco\n        and Invernizzi, Alberto\n        and Reverdell, Auriane\n        and Biddiscombe, John\",\n    editor=\"Diehl, Patrick\n        and Schuchart, Joseph\n        and Valero-Lara, Pedro\n        and Bosilca, George\",\n    title=\"DLA-Future: A Task-Based Linear Algebra Library Which Provides a GPU-Enabled Distributed Eigensolver\",\n    booktitle=\"Asynchronous Many-Task Systems and Applications\",\n    year=\"2024\",\n    publisher=\"Springer Nature Switzerland\",\n    address=\"Cham\",\n    pages=\"135--141\",\n    isbn=\"978-3-031-61763-8\"\n}\n```\n\n## Acknowledgements\n\nThe development of [DLA-Future-Fortran] is supported by the following organizations:\n\n* [CSCS]: Swiss National Supercomputing Center\n* [ETH Zurich]: Swiss Federal Institute of Technology Zurich\n* [PASC]: Platform for Advanced Scientific Computing\n\n\u003cimg height=\"50\" src=\"./docs/images/logo-cscs.jpg\"\u003e\u003cimg height=\"50\" src=\"./docs/images/logo-eth.svg\"\u003e\u003cimg height=\"50\" src=\"./docs/images/logo-pasc.png\"\u003e\n\n[DLA-Future]: https://github.com/eth-cscs/DLA-Future\n[pika]: https://pikacpp.org/\n[DLA-Future-Fortran]: https://github.com/eth-cscs/DLA-Future-Fortran\n[CSCS]: https://www.cscs.ch\n[ETH Zurich]: https://ethz.ch/en.html\n[PASC]: https://www.pasc-ch.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feth-cscs%2Fdla-future-fortran","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feth-cscs%2Fdla-future-fortran","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feth-cscs%2Fdla-future-fortran/lists"}