You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.