how to use MATLAB parallel server

2 views (last 30 days)
Feng Cheng
Feng Cheng on 26 Jul 2019
Answered: Vimal Rathod on 2 Aug 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

Answers (1)

Vimal Rathod
Vimal Rathod on 2 Aug 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:

Categories

Find more on Install Products in Help Center and File Exchange

Tags

Products


Release

R2018a

Community Treasure Hunt

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

Start Hunting!