chemicalchecker.tool.targetmate.utils.hpc.HPCUtils

class HPCUtils(**kwargs)[source]

Bases: object

Methods

cpu_count

func_hpc

Execute the any method on the configured HPC.

waiter

Wait for jobs to finish

func_hpc(func_name, *args, **kwargs)[source]

Execute the any method on the configured HPC.

Parameters:
  • args (tuple) – the arguments for of the function method

  • kwargs (dict) – arguments for the HPC method.

waiter(jobs, secs=3)[source]

Wait for jobs to finish