EasyJobs

Documentation for EasyJobs.

See the Index for the complete list of documented functions and types.

The code is hosted on GitHub, with some continuous integration services to test its validity.

This repository is created and maintained by @singularitti. You are very welcome to contribute.

Installation

The package can be installed with the Julia package manager. From the Julia REPL, type ] to enter the Pkg REPL mode and run:

pkg> add EasyJobs

Or, equivalently, via the Pkg API:

julia> import Pkg; Pkg.add("EasyJobs")   Resolving package versions...
    Updating `~/.julia/packages/EasyJobs/Op1LR/docs/build/developers/Project.toml`
  [66d786ec] + EasyJobs v0.9.1
    Updating `~/.julia/packages/EasyJobs/Op1LR/docs/build/developers/Manifest.toml`
  [9a962f9c] + DataAPI v1.15.0
  [e2d170a0] + DataValueInterfaces v1.0.0
  [e7dc6d0d] + DataValues v0.4.13
  [66d786ec] + EasyJobs v0.9.1
  [db8ca866] + EasyJobsBase v0.14.0
  [1c8ee90f] + IterableTables v1.0.0
  [82899510] + IteratorInterfaceExtensions v1.0.0
  [1914dd2f] + MacroTools v0.5.10
  [e1d29d7a] + Missings v1.1.0
  [1a8c2f83] + Query v1.0.0
  [2aef5ad7] + QueryOperators v0.9.3
  [189a3867] + Reexport v1.2.2
  [ae029012] + Requires v1.3.0
  [5e66a065] + TableShowUtils v0.2.6
  [3783bdb8] + TableTraits v1.0.1
  [382cd787] + TableTraitsUtils v1.0.2
  [6d80a3f9] + Thinkers v0.4.0
  [8ba89e20] + Distributed
  [37e2e46d] + LinearAlgebra
  [2f01184e] + SparseArrays
  [10745b16] + Statistics v1.9.0
  [e66e0078] + CompilerSupportLibraries_jll v1.0.2+0
  [4536629a] + OpenBLAS_jll v0.3.21+4
  [bea87d4a] + SuiteSparse_jll v5.10.1+6
  [8e850b90] + libblastrampoline_jll v5.7.0+0

Documentation

  • STABLEdocumentation of the most recently tagged version.
  • DEVdocumentation of the in-development version.

Project status

The package is tested against, and being developed for, Julia 1.6 and above on Linux, macOS, and Windows.

Questions and contributions

Usage questions can be posted on our discussion page.

Contributions are very welcome, as are feature requests and suggestions. Please open an issue if you encounter any problems. The Contributing page has a few guidelines that should be followed when opening pull requests and contributing code.

Manual outline

Library outline

Index