Skip to content

Releases: mathworks/matlab-parallel-pbs-plugin

2.2.0

08 Feb 11:54
9d666b8
Compare
Choose a tag to compare

New Features

  • Choose between between identity file and password authentication method with the updated identity file dialog.
  • Display submission arguments when you submit a job with the new 'DisplaySubmitArgs' AdditionalProperties option.
  • Helper functions are now in a private folder to reduce clutter.
  • Automatically generated scripts (environment wrapper, submit script) now have more descriptive names.
  • Use the new postConstructFcn example to automatically run commands when you create a cluster object.
  • The submit script now generates job names that include "MATLAB" and the MATLAB version used to submit the job. This new feature allows cluster administrators to track which MATLAB versions are in use on the cluster.

2.1.1

17 Aug 12:40
3adcb6e
Compare
Choose a tag to compare

What's Changed

  • Check cached remoteConnection is valid
  • Prepend www to URLs
  • Double-quote paths when running chmod and dos2unix on sh scripts

2.1.0

14 Apr 09:47
2a4e452
Compare
Choose a tag to compare

New features

  • Add example discovery configuration file and sh script to test it (supported for R2023a onwards)
  • Add iAppendRequiredArgument function to getCommonSubmitArgs
  • Add AdditionalProperty SSHPort to modify the SSH port we connect to on the cluster
  • Set environment variables after the job has started via a new environment wrapper script rather than forwarding them all through the scheduler

Bug fixes

  • Updated readme to point to the new File Exchange mirror
  • Can now make a second attempt at submitting a job if the first failed due to an error copying files

2.0.0

02 Feb 13:39
07e000c
Compare
Choose a tag to compare

Merge submission modes

Full Changelog: v1.0.0...v2.0.0

1.0.0

11 Oct 13:24
d4f7f00
Compare
Choose a tag to compare
v1.0.0

Fix typo in example