how to use MATLAB parallel server

1 visualización (últimos 30 días)
Feng Cheng
Feng Cheng el 26 de Jul. de 2019
Respondida: Vimal Rathod el 2 de Ag. de 2019
This is my situation. We have three HPC servers, and they share the same big data server. I usually manually split my data into three parts, and call the same workflow from three HPC servers separately. I wander if it's possible to use MATLAB parallel server to speed/simplify my data processing. One thing I need point out is that these three HPC server can only communicate with each other by One-Time-Password. We'r using Matlab 2018a.
I list the LSB of these three HPC servers.
[HPC1 ~]$ lsb_release -a
LSB Version: :core-4.1-amd64:core-4.1-noarch
Distributor ID: Scientific
Description: Scientific Linux release 7.6 (Nitrogen)
Release: 7.6
Codename: Nitrogen
[HPC2 ~]$ lsb_release -a
LSB Version: :core-4.1-amd64:core-4.1-noarch
Distributor ID: Scientific
Description: Scientific Linux release 7.4 (Nitrogen)
Release: 7.4
Codename: Nitrogen
[HPC3 ~]$ lsb_release -a
LSB Version: :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch
Distributor ID: Scientific
Description: Scientific Linux release 6.7 (Carbon)
Release: 6.7
Codename: Carbon

Respuestas (1)

Vimal Rathod
Vimal Rathod el 2 de Ag. de 2019
The manual breaking of the data and other manual tasks can be automated using MATLAB Parallel server. It helps in job scheduling and other activities which might help you in speeding up your data processing tasks.
Refer to the following link for more information:

Categorías

Más información sobre Install Products en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2018a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by