SalishSeaCast / SalishSeaNowcast

Python package associated with running the SalishSeaCast NEMO and other ocean models in near-real-time to produce daily nowcasts/forecasts
https://salishsea.eos.ubc.ca/nemo/
Apache License 2.0
4 stars 3 forks source link

Improve run_NEMO._launch_run_script() job exec cmd handling #13

Open douglatornell opened 7 years ago

douglatornell commented 7 years ago

Original report by Doug Latornell (Bitbucket: douglatornell, GitHub: douglatornell).


Dispatch to functions that launch run script in sub-process and return pgrep command to use to find its pid.

Raise WorkerError if job exec cmd does not match one of the launch functions.

douglatornell commented 7 years ago

Original changes by Doug Latornell (Bitbucket: douglatornell, GitHub: douglatornell).


changed content from "Dispatch to functions that launch run script in subprocess and return pgrep command to use to find its pid.

Raise WorkerError if job exec cmd does not match one of the launch functions." to "Dispatch to functions that launch run script in sub-process and return pgrep command to use to find its pid.

Raise WorkerError if job exec cmd does not match one of the launch functions."

douglatornell commented 7 years ago

Original changes by Doug Latornell (Bitbucket: douglatornell, GitHub: douglatornell).


changed state from "new" to "open"