knbarton / ners570-finalproject

Ners 570 Final Project
1 stars 1 forks source link

Parallelize Python Animation Script #20

Closed littlewatkins closed 3 years ago

littlewatkins commented 3 years ago

Issue

The current python script takes more time than the rest of the project to run (currently plot_tsunami.py takes 111 seconds). The goal is to see if it's possible to run it in parallel and speed it up.

littlewatkins commented 3 years ago

The parallelized python script has been completed.