AMReX-Astro / Castro

Castro (Compressible Astrophysics): An adaptive mesh, astrophysical compressible (radiation-, magneto-) hydrodynamics simulation code for massively parallel CPU and GPU architectures.
http://amrex-astro.github.io/Castro
Other
299 stars 97 forks source link

use std::filesystem::current_path in job_info #2805

Closed zingale closed 6 months ago

zingale commented 6 months ago

this eliminates a C routine with a buffer

PR summary

PR motivation

PR checklist

zingale commented 6 months ago

alternately, we could use amrex::CurrentPath() ?