how to use MATLAB parallel server

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

답변 (1개)

Vimal Rathod
Vimal Rathod 2019년 8월 2일

0 개 추천

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:

카테고리

도움말 센터File Exchange에서 MATLAB에 대해 자세히 알아보기

제품

릴리스

R2018a

태그

질문:

2019년 7월 26일

답변:

2019년 8월 2일

Community Treasure Hunt

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

Start Hunting!

Translated by