srmstub


License

License

GroupId

GroupId

fr.iscpif.gridscale
ArtifactId

ArtifactId

srmstub_2.10
Last Version

Last Version

1.86
Release Date

Release Date

Type

Type

jar
Description

Description

srmstub
srmstub
Project URL

Project URL

https://github.com/openmole/gridscale
Project Organization

Project Organization

fr.iscpif.gridscale
Source Code Management

Source Code Management

https://github.com/openmole/gridscale.git

Download srmstub_2.10

How to add to project

<!-- https://jarcasting.com/artifacts/fr.iscpif.gridscale/srmstub_2.10/ -->
<dependency>
    <groupId>fr.iscpif.gridscale</groupId>
    <artifactId>srmstub_2.10</artifactId>
    <version>1.86</version>
</dependency>
// https://jarcasting.com/artifacts/fr.iscpif.gridscale/srmstub_2.10/
implementation 'fr.iscpif.gridscale:srmstub_2.10:1.86'
// https://jarcasting.com/artifacts/fr.iscpif.gridscale/srmstub_2.10/
implementation ("fr.iscpif.gridscale:srmstub_2.10:1.86")
'fr.iscpif.gridscale:srmstub_2.10:jar:1.86'
<dependency org="fr.iscpif.gridscale" name="srmstub_2.10" rev="1.86">
  <artifact name="srmstub_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.iscpif.gridscale', module='srmstub_2.10', version='1.86')
)
libraryDependencies += "fr.iscpif.gridscale" % "srmstub_2.10" % "1.86"
[fr.iscpif.gridscale/srmstub_2.10 "1.86"]

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.10.5
net.databinder.dispatch : dispatch-core_2.10 jar 0.11.1

Project Modules

There are no modules declared in this project.

GridScale

GridScale is a scala library for accessing various file and batch systems. For the time being it supports:

  • Remote SSH servers,
  • PBS clusters,
  • SLURM clusters,
  • SGE clusters,
  • OAR clusters,
  • Condor flocks
  • HTTP file lists,
  • IPFS nodes,
  • EGI computing grid via DIRAC pilot jobs system.

Licence

GridScale is licensed under the GNU Affero GPLv3 software license.

Build

GridScale builds with sbt.
Use the compile and/or package task to build all the modules.

Imports

In order to use gridscale you should import the namespace corresponding to the job system you want to use:

import gridscale.pbs._

SBT

GridScale is cross compiled against serveral versions of scala. To use on of its modules add a dependency like:

libraryDependencies += "fr.iscpif.gridscale" %% "pbs" % version

Examples

Up to date examples are available in the example directory.

Development

GridScale can be generated locally using: sbt publish-local

To release in one step, use: sbt 'release with-defaults'

fr.iscpif.gridscale

OpenMOLE

Versions

Version
1.86
1.85
1.84
1.83
1.81
1.79
1.78
1.76
1.75
1.74
1.73
1.72
1.71
1.70
1.69