Package

fr.iscpif.gridscale

pbs

Permalink

package pbs

Visibility
  1. Public
  2. All

Type Members

  1. case class PBSJobDescription(executable: String, arguments: String, workDirectory: String, queue: Option[String] = None, wallTime: Option[Duration] = None, memory: Option[Int] = None, nodes: Option[Int] = None, coreByNode: Option[Int] = None) extends Product with Serializable

    Permalink
  2. trait PBSJobService extends JobService with SSHHost with SSHStorage with BashShell

    Permalink

Value Members

  1. object PBSJobService

    Permalink

Ungrouped