joyprojects / wildfire

This is a repository for working with GOES satellite data to model Wildfires.
MIT License
1 stars 1 forks source link

Using MPI to label fires across Pleiades #70

Closed tjvandal closed 4 years ago

tjvandal commented 4 years ago

to run cd bin qsub label_wildfires.mpi.pbs

camenpihor commented 4 years ago

Thanks @tjvandal !! Taking a look at this Wednesday night :)

camenpihor commented 4 years ago

Just going to merge this, and then make a PR with some code suggestions after (so that we don't have to deal with a fork of a fork business)

Thanks for the code @tjvandal ! It was a good way to learn about mpi4py!!

I'm thinking about just using mpi4py for this library instead of multiprocessing, let me know if you @Ferrumofomega or @tjvandal think this would be a bad idea. I'm also going to read more about each, and try to tell in what cases its better to use multiprocessing than mpi and then see if any of our use cases reflect that.