Product Requirements & Platform Availability for MATLAB Parallel Server (original) (raw)

Requires access to a client session of MATLAB and Parallel Computing Toolbox for job submission. Note that only the cluster computers need to have MATLAB Parallel Server installed.

System Requirements

Cluster Computers Running MATLAB Workers (All Schedulers)

Clusters Using Third-Party Schedulers

See the list of supported schedulers. Consult your scheduler documentation for details. Most schedulers require client utilities to be installed on the computer that submits jobs to the cluster.

A shared file system between user desktops and cluster is strongly recommended. Availability of a shared file system is assumed by default for all the built-in configurations. An API is available to extend these configurations for environments with nonshared file systems.

Clusters Using MATLAB Job Scheduler (MJS) as the Scheduler

Computer running MATLAB Job Scheduler (head node) Minimum of 32 GB of disk space is recommended to accommodate temporary data directories and job manager’s database. Sufficient number of per-process file descriptors is required: a minimum of 16,384 is recommended for 64 MATLAB workers or more, and a minimum of 8,192 is recommended for fewer than 64 workers. Several TCP ports are required for services associated with the job manager. Consult the documentation for the requirements for TCP ports. For Windows clusters, a sufficient number of ephemeral TCP ports is required to support large data set transfer, particularly for clusters with 32 or more workers. You can increase the default maximum number of ephemeral TCP ports set by Windows (5,000) by editing the Windows registry. For detailed instructions, see the Troubleshooting section in the documentation. You will need 1000 MB of heap memory available to the job scheduler to accommodate up to the first 1000 workers or tasks. If you scale up to more than 1000 workers, you must increase the heap memory available to the job manager. See the Increase Heap Memory section in the documentation.
Network Presence of DNS or equivalent service that allows MATLAB workers and job manager processes to uniquely identify each other by hostname. For example, if a computer identifies itself as "computer1" then other computers must be able to resolve the name "computer1." The hostname for every node on the cluster must be bound to an IP address that matches an address on one of the host's network interface cards (NICs). Parallel processes will work correctly on machines with multiple NICs. See Technical Solution 1-1Z2DHH for instructions to determine if your configuration is correct.

Connecting a Desktop Computer (Client Machine) to MATLAB Parallel Server Running in the Cloud

The client machine must be able to make outgoing connections1 to:

Cluster Type Port(s)2 Domain3 Connecting to
Cloud Center4 443 mathworks.com MathWorks license manager
27355 to 27358 + 4*N amazonaws.com MATLAB Parallel Server running in AWS
Reference Architecture 27355 to 27358 + 4*N amazonaws.com or azure.com MATLAB Parallel Server running in AWS or Azure
443 amazonaws.com or azure.com AWS or Azure
443 mathworks.com MathWorks license manager (if using online-licensing)

1The client machine must be able to instantiate a socket to the cluster, which at a TCP level means that the initial SYN packet for the TCP/IP communication comes from the client. Most NAT and general firewalls allow this type of communication, but if you have more stringent rules, you may need to enable such outgoing communication.

2N is the maximum number of workers on a single node.

3For the domain, it is sufficient to have a properly configured SSL capable proxy server that can contact those domains.

4Access to Cloud Center clusters is restricted to specified external IP addresses. These addresses can be configured manually in Cloud Center or automatically if the “Auto-Manage Cluster Access” feature has been enabled on the cluster. Learn more here.