AMReX-Combustion / PeleLMeX

An adaptive mesh hydrodynamics simulation code for low Mach number reacting flows without level sub-cycling.
https://amrex-combustion.github.io/PeleLMeX/
BSD 3-Clause "New" or "Revised" License
24 stars 32 forks source link

do proper shallow submodule update in clonedeps #395

Closed baperry2 closed 3 days ago

baperry2 commented 4 days ago

--recommend-shallow doesn't really do anything in git submodule --init, use depth=1 instead which does.