Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
hopla 2.0.0 documentation
Logo
hopla 2.0.0 documentation
  • Quickstart
  • Examples
    • Basic example on how to use the CCC cluster
    • Basic example on how to use the CCC cluster using multi-tasks
    • Basic example on how to use the PBS cluster
    • Basic example on how to use the SLURM cluster
  • User guide
    • 1. What is hopla
    • 2. Introduction
    • 3. How It Works
    • 4. Clusters
  • API References
    • hopla.ccc: Contains PBS specific functions.
      • hopla.ccc.CCCInfoWatcher
      • hopla.ccc.DelayedCCCJob
    • hopla.config: Configuration used by hopla.
      • hopla.config.Config
    • hopla.executor: Contains job execution functions.
      • hopla.executor.DelayedSubmission
      • hopla.executor.Executor
    • hopla.pbs: Contains PBS specific functions.
      • hopla.pbs.DelayedPbsJob
      • hopla.pbs.PbsInfoWatcher
    • hopla: hopla can automate job creation, submission, monitoring, and resubmission,
      • hopla.DelayedSubmission
      • hopla.Executor
    • hopla.slurm: Contains SLURM specific functions.
      • hopla.slurm.DelayedSlurmJob
      • hopla.slurm.SlurmInfoWatcher
    • hopla.utils: Contains some utility functions.
      • hopla.utils.DelayedJob
      • hopla.utils.InfoWatcher
      • hopla.utils.JobPaths
      • hopla.utils.find_stack_level
      • hopla.utils.format_attributes
  • API Search

Development

  • Contributing
  • Continuous integration
  • Maintenance
  • Changelog
  • People
  • License
  • Versions
Back to top
View this page
Edit this page

API ReferencesΒΆ

This is the class and function reference of hopla. Please refer to the user guide for more information and usage examples.

  • hopla.ccc: Contains PBS specific functions.
  • hopla.config: Configuration used by hopla.
  • hopla.executor: Contains job execution functions.
  • hopla.pbs: Contains PBS specific functions.
  • hopla: hopla can automate job creation, submission, monitoring, and resubmission,
  • hopla.slurm: Contains SLURM specific functions.
  • hopla.utils: Contains some utility functions.
Next
hopla.ccc: Contains PBS specific functions.
Previous
4. Clusters
Copyright © The hopla developers.
Made with Sphinx and @pradyunsg's Furo