clusters and clouds -凯发k8网页登录
if your computing task is too big or too slow for your local computer, you can offload your calculation to a cluster onsite or in the cloud to run your matlab® code with minimal changes. try parallel > discover clusters in the matlab toolstrip to find out if you already have a cluster available.
if you already have a cluster with a scheduler, you can integrate matlab with it using matlab parallel server™. alternatively, if you do not have an existing scheduler, then matlab parallel server provides matlab job scheduler.
functions
classes
examples and how to
cluster setup
- discover clusters and use cluster profiles
find out how to work with cluster profiles and discover cloud clusters. - scale up from desktop to cluster
develop your parallel matlab® code on your local machine and scale up to a cluster. - process big data in the cloud
this example shows how to access a large data set in the cloud and process it in a cloud cluster using matlab capabilities for big data.
this example shows how to evaluate the performance of a compute cluster with the hpc challenge benchmark.
deep learning
- (deep learning toolbox)
explore options for deep learning with matlab in parallel and using multiple gpus, locally or in the cloud. - (deep learning toolbox)
speed up deep neural network training using multiple gpus locally or in the cloud. - train network using automatic multi-gpu support (deep learning toolbox)
this example shows how to use multiple gpus on your local machine for deep learning training using automatic parallel support. - (deep learning toolbox)
this example shows how to use aparfor
loop to perform a parameter sweep on a training option. - (deep learning toolbox)
this example shows how to useparfeval
to perform a parameter sweep on the depth of the network architecture for a deep learning network and retrieve data during training. - (deep learning toolbox)
this example shows how to run multiple deep learning experiments on your local machine. - (deep learning toolbox)
this example shows how to set up a custom training loop to train a network in parallel. - (deep learning toolbox)
this example shows how to upload data to an amazon s3 bucket. - (deep learning toolbox)
this example shows how to send deep learning training batch jobs to a cluster so that you can continue working or close matlab® during training.
concepts
- specify your parallel preferences
specify your preferences, and automatically create a parallel pool.
how to use plugin scripts to set up generic schedulers.
copy system environment variables from the client to workers in a cluster.
related information
- parallel and cloud (deep learning toolbox)
- get started with matlab parallel server (matlab parallel server)