1 / 7

Matlab Demo #1

Matlab Demo #1. ODE-solver with parameters. Summary. Here we will Modify a simple matlab script in order to split the tasks to be sent to the cluster ( slurm ) Write a good submission script and send multiple jobs as an array ( parameter sweep )

gary
Télécharger la présentation

Matlab Demo #1

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Matlab Demo #1 ODE-solver with parameters

  2. Summary Here wewill • Modify a simplematlabscript in order to split the tasks to besent to the cluster (slurm) • Write a goodsubmissionscript and sendmultiplejobsas an array (parametersweep) • Collect the results in the end • Learnaboutresourcestakenbyourjob for the futuretasks

  3. Serial code to work with Simplecode, thatsolvesordinarydifferentialequationand prints the graph.

  4. Migrating to the cluster Weneed to modifycode to worknon-interactively Intermediateresultsmustbesaved to disk Remember to ”quit”

  5. Working with SLURM • Submissionscriptusing • local disk • Arrayjobs • Modules • Play-queue (for demo only) Submission and checkingslurm status with ”slurm” command.

  6. Collectingresults

  7. Analysis Collectinformation for the next set of jobs

More Related