Parallelization Strategies

Parallelization Strategies

Do you wonder what people mean by parallelization? Are you looking for ways to speed up your code? How can you best take advantage of Quest (Northwestern’s high-performance supercomputer)? This workshop will introduce you to different options for splitting your code up into smaller processes that can run at the same time. The principles can be applied to many different programming languages (Python, R, C, Fortran, etc.) and examples of code in multiple languages will be provided.