lightning/pytorch_lightning/plugins/environments
Adrian Wälchli a270a79ed9
Rename "master" methods to "main" in ClusterEnvironment plugins (#10103)
* rename occurrences of master port, master address, maser node, master process

* rename properties

* add property decorators

* occurrences in docs

* update changelog

* update changelog

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* add lost method

* create deprecation

* add changelog

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix typo (but it was already there!!!)

* Apply suggestions from code review

Co-authored-by: Justus Schock <12886177+justusschock@users.noreply.github.com>

* add todo

* update more occurences

* add types

* add missing import

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Justus Schock <12886177+justusschock@users.noreply.github.com>
2021-11-08 12:32:58 +00:00
..
__init__.py Add LSF support (#5102) 2021-07-09 16:14:26 +02:00
cluster_environment.py Rename "master" methods to "main" in ClusterEnvironment plugins (#10103) 2021-11-08 12:32:58 +00:00
kubeflow_environment.py Rename "master" methods to "main" in ClusterEnvironment plugins (#10103) 2021-11-08 12:32:58 +00:00
lightning_environment.py Rename "master" methods to "main" in ClusterEnvironment plugins (#10103) 2021-11-08 12:32:58 +00:00
lsf_environment.py Rename "master" methods to "main" in ClusterEnvironment plugins (#10103) 2021-11-08 12:32:58 +00:00
slurm_environment.py Rename "master" methods to "main" in ClusterEnvironment plugins (#10103) 2021-11-08 12:32:58 +00:00
torchelastic_environment.py Rename "master" methods to "main" in ClusterEnvironment plugins (#10103) 2021-11-08 12:32:58 +00:00