mlair.run_modules.partition_check

Module Contents

Classes

PartitionCheck

Checking if running on a HPC login node. The only reason to run on login nodes is to download data.

Attributes

__author__

__date__

mlair.run_modules.partition_check.__author__ = Felix Kleinert
mlair.run_modules.partition_check.__date__ = 2020-04-07
class mlair.run_modules.partition_check.PartitionCheck

Bases: mlair.run_modules.run_environment.RunEnvironment

Checking if running on a HPC login node. The only reason to run on login nodes is to download data. Training and validation should happen on compute nodes

Note: This Method is highly customised to the HCP-systems in Juelich (FZJ, JSC). When using an other HPC system, make sure to double check the indexing of `self.data_store.get(‘hostname’)’.

_run(self)