gridscale.oar

package gridscale.oar

Members list

Type members

Classlikes

case class OARJobDescription(command: String, workDirectory: String, queue: Option[String], cpu: Option[Int], core: Option[Int], wallTime: Option[Time], bestEffort: Boolean)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
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: OARJobDescription)(implicit hn: HeadNode[S], system: Effect[System]): BatchJob

Concrete fields

val scriptSuffix: String