LDAR-Sim / LDAR_Sim

MIT License
11 stars 22 forks source link

V4 multiprocessing #142

Closed SEAJang closed 9 months ago

SEAJang commented 9 months ago

Pull Request Key Information

Reason for change

Multiprocessing does not exist in the initial implementation of V4 update

What was changed

- For each simulation set, a pool of processes based on n_processes will be used to run individual programs. 
- Multiprocessing functionality was re-introduced
- Infrastructure, Sites, Sources, and Equipments classes were made serializable

Intended Purpose

Multiprocessing functionality was re-introduced

Testing Completed

Manual checks of the currently available files.

Additional Information

More testing will need to be done with the addition of more output files.