gliteexample


Лицензия

Лицензия

Группа

Группа

fr.iscpif.gridscale
Идентификатор

Идентификатор

gliteexample_2.11
Последняя версия

Последняя версия

1.79
Дата

Дата

Тип

Тип

jar
Описание

Описание

gliteexample
gliteexample
Ссылка на сайт

Ссылка на сайт

https://github.com/romainreuillon/gridscale
Организация-разработчик

Организация-разработчик

fr.iscpif.gridscale
Система контроля версий

Система контроля версий

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

Скачать gliteexample_2.11

Как подключить последнюю версию

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.scala-lang : scala-library jar 2.11.2
fr.iscpif.gridscale : gridscaleglite_2.11 jar 1.79

Модули Проекта

Данный проект не имеет модулей.

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'

Версии библиотеки

Версия
1.79
1.78
1.76
1.75
1.74
1.73
1.72
1.71
1.70
1.69