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

Repository size is too large #307

Closed esclapez closed 5 months ago

esclapez commented 7 months ago

LMeX repo is close to 200MB, something is probably up, where large files have been commited.

baperry2 commented 7 months ago

The repo size appears to be due to some turb inflow files in a few of the non-development branches. It appears that we have several branches dedicated to specific cases from specific users. I think that going forward we should not allow that - if someone has a specific case they are running, they should create a branch for that on their own fork, rather than here, so it doesn't bloat this repo unnecessarily. For the existing branches, we should see what can be cleaned up, moved to a fork, or deleted if stale.

drummerdoc commented 7 months ago

Agreed. Can we get a list of offending setups/owners? I'm happy to help reach out politely to work with them.

baperry2 commented 7 months ago

The big offenders were some SAF cases that I moved to their own repo, so now the size of LMeX is down to ~25 MB.

There are still a few extraneous branches dedicated to case setup (it's fine to keep branches for new features here) from @bssoriano @esclapez and @nickwimer, these could be cleaned up but none of them have any super large files.

drummerdoc commented 7 months ago

The big offenders were some SAF cases that I moved to their own repo, so now the size of LMeX is down to ~25 MB.

There are still a few extraneous branches dedicated to case setup (it's fine to keep branches for new features here) from @bssoriano @esclapez and @nickwimer, these could be cleaned up but none of them have any super large files.

Great. Hope those 3 can clean things up a bit, as every little bit helps. Thanks Bruce!

baperry2 commented 6 months ago

@esclapez can we close this, or should that wait on cleaning up excess branches?