Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable opt-in autodetection of distributed configuration for mpi4py #20174

Merged
merged 1 commit into from
Jul 8, 2024

Commits on Jul 2, 2024

  1. Squashed commit of the following:

    commit 79b8cbf
    Author: Corey Adams <[email protected]>
    Date:   Mon Jul 1 14:14:15 2024 -0500
    
        Fix mypy issues; change variable name to more universally known name
    
    commit 10edc86
    Author: Corey Adams <[email protected]>
    Date:   Thu Jun 27 13:25:32 2024 -0500
    
        Change copyright year to the year this was authored
    
    commit f7086cb
    Author: Corey Adams <[email protected]>
    Date:   Thu Jun 27 13:15:32 2024 -0500
    
        Update build file to include mpi4py cluster.
    
    commit 6235eb3
    Author: Corey adams <[email protected]>
    Date:   Thu Jun 27 12:11:48 2024 -0500
    
        Update distributed.py
    
        Clean up documentation slightly.
    
    commit ef3a2e2
    Author: Corey adams <[email protected]>
    Date:   Thu Jun 27 12:09:37 2024 -0500
    
        Update mpi4py_cluster.py
    
        Further clean up unneeded comments.
    
    commit 6cc07a9
    Author: Corey adams <[email protected]>
    Date:   Thu Jun 27 12:08:38 2024 -0500
    
        Update mpi4py_cluster.py
    
        Remove unneeded commented code.
    
    commit 6701bd1
    Merge: 5a91ac3 98b8754
    Author: Corey adams <[email protected]>
    Date:   Thu Jun 27 12:07:25 2024 -0500
    
        Merge branch 'google:main' into main
    
    commit 5a91ac3
    Merge: 301bbc6 6c51234
    Author: Corey adams <[email protected]>
    Date:   Tue May 28 22:14:08 2024 -0500
    
        Merge branch 'google:main' into main
    
    commit 301bbc6
    Author: Corey Adams <[email protected]>
    Date:   Tue May 28 11:34:51 2024 -0500
    
        Add test to verify mpi4py based distributed initialization
    
    commit 19e6694
    Author: Corey Adams <[email protected]>
    Date:   Tue May 28 11:14:40 2024 -0500
    
        Unify variable naming and fix function argument ordering
    
    commit 72fe093
    Author: Corey Adams <[email protected]>
    Date:   Tue May 28 10:56:25 2024 -0500
    
        Remove unmerged code
    
    commit 3a96e73
    Merge: e4fd97e ff3db9b
    Author: Corey adams <[email protected]>
    Date:   Tue May 28 10:51:41 2024 -0500
    
        Merge branch 'google:main' into main
    
    commit e4fd97e
    Merge: a697299 72a81e5
    Author: Corey adams <[email protected]>
    Date:   Mon May 13 16:01:35 2024 -0500
    
        Merge branch 'google:main' into main
    
    commit a697299
    Merge: 85bcf42 1e48adc
    Author: Corey adams <[email protected]>
    Date:   Mon May 13 14:21:32 2024 -0500
    
        Merge branch 'google:main' into main
    
    commit 85bcf42
    Merge: af1a4f0 06cd05d
    Author: Corey Adams <[email protected]>
    Date:   Tue Apr 16 09:09:31 2024 -0500
    
        Merge branch 'main' of https://github.com/google/jax
    
    commit af1a4f0
    Author: Corey Adams <[email protected]>
    Date:   Tue Apr 16 08:58:33 2024 -0500
    
        update documentation and elaborate on spec_detect_method variable
    
    commit 01f4709
    Author: Corey Adams <[email protected]>
    Date:   Tue Apr 16 08:45:38 2024 -0500
    
        Address feedback and comments on PR 20174; fix typo in documentation.
    
    commit 4f22d86
    Merge: 900a037 71ec6e3
    Author: Corey adams <[email protected]>
    Date:   Mon Mar 11 11:51:30 2024 -0500
    
        Merge branch 'google:main' into main
    
    commit 900a037
    Author: Corey Adams <[email protected]>
    Date:   Mon Mar 11 11:50:48 2024 -0500
    
        Auto-detect of mpi4py-based configuration is now strictly opt-in.
    
    commit 1992969
    Author: Corey Adams <[email protected]>
    Date:   Thu Mar 7 12:27:43 2024 -0600
    
        Enable automatic detection of distrbuted variables with any configuration of MPI, as long as mpi4py is available
    felker committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    ffc9292 View commit details
    Browse the repository at this point in the history