philipc2 / siparcs-project-13

Project Management for Project 13
2 stars 0 forks source link

Code and Result for SSH and Daxpy Execution Time #18

Open rytam2 opened 1 week ago

rytam2 commented 1 week ago

Included all code and results in response to Issue #13.

philipc2 commented 1 week ago

Thanks for putting this all together @rytam2 !

I'll look over this over the weekend and we can discuss it during our meeting on Monday! Have a great weekend!

philipc2 commented 1 week ago

Took an initial look at the results, and I think I may have left an important part out of the Dask section.

https://github.com/philipc2/siparcs-project-13/blob/a9046dac8b2cf14853d7f259453873c58e9dbff6/intro-to-hpc/daxpy.py#L75-L81

The line should of been:

v3 = daxpy_dask(v1, v2).compute()

I'll explain this during our meeting on Monday, there's no need to re-run anything unless you would want to. I can set up a quick script and add the results prior to monday.