Download presentation
Presentation is loading. Please wait.
Published byAlannah Watkins Modified over 8 years ago
1
Matlab Demo #1 ODE-solver with parameters
2
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) – Collect the results in the end – Learn about resources taken by our job for the future tasks
3
Serial code to work with Simple code, that solves ordinary differential equation and prints the graph.
4
Migrating to the cluster 1)We need to modify code to work non-interactively 2)Intermediate results must be saved to disk 3)Remember to ”quit”
5
Working with SLURM Submission script using local disk Array jobs Modules Play-queue (for demo only) Submission and checking slurm status with ”slurm” command.
6
Collecting results
7
Analysis Collect information for the next set of jobs
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.