Skip to content

Releases: psnc-qcg/QCG-PilotJob

0.14.2

08 Apr 13:46
3cc1c25
Compare
Choose a tag to compare

QCG-PilotJob 0.14.2 release

Bugfixes

  • Disabled --slurm_debug (setting it requires special privileges which are not available for a regular user and causes problems on selected resources)

0.14.2rc4

08 Apr 10:46
7b2f5ef
Compare
Choose a tag to compare
0.14.2rc4 Pre-release
Pre-release

QCG-PilotJob 0.14.2rc4 release

Bugfixes

  • turned off slurm debug (setting it requires special privileges which are not available for a regular user and causes problems on selected resources)

0.14.2rc3

08 Apr 09:05
7b2f5ef
Compare
Choose a tag to compare
0.14.2rc3 Pre-release
Pre-release

QCG-PilotJob 0.14.2rc3 release

Bugfixes

  • turned off slurm debug (setting it requires special privileges which are not available for a regular user and causes problems on selected resources)

0.14.1

30 Jan 15:06
8e12811
Compare
Choose a tag to compare

QCG-PilotJob 0.14.1 release

Bugfixes

  • fixed executing scripts (removed exec's -l parameter)

0.14.0

22 Mar 11:49
6f2c152
Compare
Choose a tag to compare

QCG-PilotJob 0.14.0 release

Bugfixes

  • Improved handling of custom arguments for LocalManager in QCGPJExecutor
  • Fixed dependencies of zmq package
  • Improved script element handling of in various parallel modes
  • Fixed bug undefined variable
  • Typo in service arguments

Other Improvements

  • Changed the method of gathering available CPU identifiers

0.13.1

17 Jun 12:25
9b59d99
Compare
Choose a tag to compare

QCG-PilotJob 0.13.1 release

New features

  • Additonal environment variables for launching srun jobs from inside a pilot job parallel task

Bugfixes

  • Support for different argument names between Slurm versions (Lourense Veen)
  • Race condition in wait4all method (LourenseVeen)
  • Reporting version in debug logs

Other Improvements

  • Enhanced tests (Lourense Veen)
    • support for tests with different Slurm versions
    • updated documentation for tests
    • bugfixes within the testing scripts

0.13.0

21 Jan 11:45
c45effe
Compare
Choose a tag to compare

QCG-PilotJob 0.13.0 release

New features

  • Minimisation of the srun command usage
    The basic mechanism that allowed to start QCG-PilotJob agents only with srun has been generalised and allows to select different mechanisms, e.g. ssh
  • Pub/Sub task status queries
    Provided an asynchronous notification mechanism on a level of QCG-PilotJob manager so the client (via API) can trace the task status changes without periodic querying the service
  • Experimental implementation of a global queue mechanism
    Currently available in a globalqueue branch

Bugfixes

  • resource parsing in the partition mode
  • launching agents via ssh protocol
  • proper handling of application arguments in the intelmpi model
  • small issues

0.12.3

24 Sep 10:01
b5fc049
Compare
Choose a tag to compare

QCG-PilotJob 0.12.3 release

New features:

  • support for the enumeration values in iterative tasks: iteration element can take a list of enumeration values as an input parameter
  • documentation update: added FAQ section

0.12.3rc1

24 Sep 09:29
Compare
Choose a tag to compare
0.12.3rc1 Pre-release
Pre-release

QCG-PilotJob 0.12.3rc1 release

New features:

  • support for the enumeration values in iterative tasks: iteration element can take a list of enumeration values as an input parameter
  • documentation update: added FAQ section

0.12.2

20 Jul 14:15
9459806
Compare
Choose a tag to compare

QCG-PilotJob 0.12.2 release

Updates:

  • bug fix related to running inside Jupyter Notebooks