gridscale


License

License

GroupId

GroupId

fr.iscpif
ArtifactId

ArtifactId

gridscale_2.12
Last Version

Last Version

2.25
Release Date

Release Date

Type

Type

jar
Description

Description

gridscale
gridscale
Project URL

Project URL

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

Project Organization

fr.iscpif
Source Code Management

Source Code Management

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

Download gridscale_2.12

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.10

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

OpenMOLE

Versions

Version
2.25
2.23
2.22
2.21
2.20
2.19
2.17
2.16
2.15
2.14
2.13
2.12
2.11
2.10
2.9
2.8
2.7
2.6
2.5
2.4
2.3
2.2
2.1
2.0
1.100
1.98
1.97
1.96
1.95
1.94
1.93
1.92
1.91
1.90