gridscale.pbs

package gridscale.pbs

Members list

Type members

Classlikes

sealed trait PBSFlavour

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object PBSPro.type
object Torque.type
case class PBSJobDescription(command: String, workDirectory: String, queue: Option[String], wallTime: Option[Time], memory: Option[Information], nodes: Option[Int], coreByNode: Option[Int], flavour: PBSFlavour)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object PBSPro extends PBSFlavour

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait PBSFlavour
class Object
trait Matchable
class Any
Show all
Self type
PBSPro.type
case object Torque extends PBSFlavour

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait PBSFlavour
class Object
trait Matchable
class Any
Show all
Self type
Torque.type
object impl

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
impl.type

Value members

Concrete methods

def clean[S](server: S, job: BatchJob)(implicit hn: HeadNode[S]): Unit
def state[S](server: S, job: BatchJob)(implicit hn: HeadNode[S]): JobState
def stdErr[S](server: S, job: BatchJob)(implicit hn: HeadNode[S]): String
def stdOut[S](server: S, job: BatchJob)(implicit hn: HeadNode[S]): String
def submit[S](server: S, jobDescription: PBSJobDescription)(implicit hn: HeadNode[S], system: Effect[System]): BatchJob

Concrete fields

val scriptSuffix: String