When doing code development and debugging the edit-build-test cycle can be sped up by running repeatedly from the same temporary run directory rather than running salishsea run for every cycle. To facilitate that a --no-gather option will be added. That will cause the sections of the run script that execute salishsea gather and delete the temporary run directory to be excluded.
When doing code development and debugging the edit-build-test cycle can be sped up by running repeatedly from the same temporary run directory rather than running
salishsea runfor every cycle. To facilitate that a--no-gatheroption will be added. That will cause the sections of the run script that executesalishsea gatherand delete the temporary run directory to be excluded.