Skip to content

This is release 3.1.0 of Xenon.

Latest
Compare
Choose a tag to compare
@jmaassen jmaassen released this 20 Mar 13:53
· 90 commits to master since this release
8457939

What problem does Xenon solve?

Many applications use remote storage and compute resources. To do so, they need to include code to interact with the scheduling systems and file transfer protocols used on those remote machines.

Unfortunately, many different scheduler systems and file transfer protocols exist, often with completely different programming interfaces. This makes it hard for applications to switch to a different system or support multiple remote systems simultaneously.

Xenon solves this problem by providing a single programming interface to many different types of remote resources, allowing applications to switch without changing a single line of code.

Notable changes compared to v3.0.4:

  • improved error state returned by getJobStatusses to show the difference between no job and connection loss.
  • added support for slurm 19
  • added heartbeat in the SSH adaptor quickly detect lost connections.
  • moved to version 2.4.0 of SSHD