cholla-hydro / cholla

A GPU-based hydro code
https://github.com/cholla-hydro/cholla/wiki
MIT License
60 stars 32 forks source link

Ensures that any directories specifed as part of ``outdir`` exist. #327

Closed mabruzzo closed 9 months ago

mabruzzo commented 10 months ago

This is accomplished through the new Ensure_Outdir_Exists function.

Along the way, I introduced a helper function Is_Root_Proc(), local to io.cpp so that we can reduce some of the ifdef statements. If you don't like this, I'm happy to remove it.