Skip to content
/ dislib Public

The Distributed Computing library for python implemented using PyCOMPSs programming model for HPC.

License

Notifications You must be signed in to change notification settings

bsc-wdc/dislib

Folders and files

NameName
Last commit message
Last commit date
Jan 13, 2021
Feb 21, 2025
Aug 10, 2022
Oct 30, 2024
Oct 11, 2021
Jan 18, 2021
Apr 12, 2024
Feb 21, 2025
Dec 11, 2023
Apr 12, 2024
Oct 11, 2021
Jan 7, 2019
Apr 12, 2024
Apr 12, 2024
Apr 12, 2024
Apr 29, 2024
Nov 6, 2024
Feb 27, 2020
Apr 12, 2024
Nov 11, 2022
Apr 12, 2024
Apr 12, 2024
Nov 10, 2023
Mar 29, 2023
Apr 12, 2024
Apr 12, 2024
Apr 25, 2024
Apr 15, 2024
Nov 10, 2023
Nov 10, 2023
Jan 9, 2019
Nov 10, 2023
Apr 16, 2024

Repository files navigation

The Distributed Computing Library

Distributed computing library implemented over PyCOMPSs programming model for HPC.

   Documentation Status Build Status Code Coverage PyPI version Python version

WebsiteDocumentationReleasesSlack

Introduction

The Distributed Computing Library (dislib) provides distributed algorithms ready to use as a library. So far, dislib is highly focused on machine learning algorithms, and it is greatly inspired by scikit-learn. However, other types of numerical algorithms might be added in the future. The library has been implemented on top of PyCOMPSs programming model, and it is being developed by the Workflows and Distributed Computing group of the Barcelona Supercomputing Center. dislib allows easy local development through docker. Once the code is finished, it can be run directly on any distributed platform without any further changes. This includes clusters, supercomputers, clouds, and containerized platforms.

Contents

Quickstart

Get started with dislib following our quickstart guide.

Availability

Currently, the following supercomputers have already PyCOMPSs installed and ready to use. If you need help configuring your own cluster or supercomputer, drop us an email and we will be pleased to help.

  • Marenostrum 4 - Barcelona Supercomputing Center (BSC)
  • Minotauro - Barcelona Supercomputing Center (BSC)
  • Nord 3 - Barcelona Supercomputing Center (BSC)
  • Cobi - Barcelona Supercomputing Center (BSC)
  • Juron - Jülich Supercomputing Centre (JSC)
  • Jureca - Jülich Supercomputing Centre (JSC)
  • Ultraviolet - The Genome Analysis Center (TGAC)
  • Archer - University of Edinburgh’s Advanced Computing Facility (ACF)
  • Axiom - University of Novi Sad, Faculty of Sciences (UNSPMF)

Supported architectures:

Contributing

Contributions are welcome and very much appreciated. We are also open to starting research collaborations or mentoring if you are interested in or need assistance implementing new algorithms. Please refer to our Contribution Guide for more details.

Citing dislib

If you use dislib in a scientific publication, we would appreciate you citing the following paper:

J. Álvarez Cid-Fuentes, S. Solà, P. Álvarez, A. Castro-Ginard, and R. M. Badia, "dislib: Large Scale High Performance Machine Learning in Python," in Proceedings of the 15th International Conference on eScience, 2019, pp. 96-105

Bibtex:

@inproceedings{dislib,
            title       = {{dislib: Large Scale High Performance Machine Learning in Python}},
            author      = {Javier Álvarez Cid-Fuentes and Salvi Solà and Pol Álvarez and Alfred Castro-Ginard and Rosa M. Badia},
            booktitle   = {Proceedings of the 15th International Conference on eScience},
            pages       = {96-105},
            year        = {2019},
 }

Acknowledgements

This work has received funding from the European Union’s Horizon 2020 research and innovation programme under the Marie Skłodowska-Curie grant agreement H2020-MSCA-COFUND-2016-754433.

This work has also received funding from the collaboration project between the Barcelona Supercomputing Center (BSC) and Fujitsu Ltd.

In addition, the development of this software has been also supported by the following institutions:

  • Spanish Government under contracts SEV2015-0493, TIN2015-65316 and PID2019-107255G.

  • Generalitat de Catalunya under contract 2017-SGR-01414 and the CECH project, co-funded with 50% by the European Regional Development Fund under the framework of the ERFD Operative Programme for Catalunya 2014-2020.

  • European Commission's through the following R&D projects:

    • H2020 I-BiDaaS project (Contract 780787)
    • H2020 BioExcel Center of Excellence (Contracts 823830, and 675728)
    • H2020 EuroHPC Joint Undertaking MEEP Project (Contract 946002)
    • H2020 EuroHPC Joint Undertaking eFlows4HPC Project (Contract 955558)
    • H2020 AI-Sprint project (Contract 101016577)
    • H2020 PerMedCoE Center of Excellence (Contract 951773)
    • Horizon Europe CAELESTIS project (Contract 101056886)
    • Horizon Europe DT-Geo project (Contract 101058129)

License

Apache License Version 2.0, see LICENSE