Skip to content

2.3.0

Latest
Compare
Choose a tag to compare
@jmcave jmcave released this 16 May 14:44
95d98e9

Breaking Changes

  • The SMPD process manager is no longer supported in MATLAB version R2025a and later. The Hydra process manager remains the default. Support for SMPD is retained in MATLAB versions earlier than R2025a.

New Features

  • Intel MPI is now supported for parallel pools and communicating jobs. Use the new MPIImplementation AdditionalProperties option to choose between the "MPICH" (default) and new "IntelMPI" implementations.
  • Use the new UseBindToCore AdditionalProperties option to control whether the MPI process manager attempts to affinitize workers to cores in parallel pools and communicating jobs. Default is true.

Bug fixes

  • For MATLAB version R2025a and later, update the location of the system call wrapper for deployed applications.
  • Always forward the SLURM_CONF environment variable to submitted job environments to support nested jobs.