LLNL / serac

Serac is a high order nonlinear thermomechanical simulation code
BSD 3-Clause "New" or "Revised" License
173 stars 30 forks source link

Use argparse in python build scripts #1127

Closed chapman39 closed 1 month ago

chapman39 commented 1 month ago

The build scripts in scripts/llnl have been using optparse which is deprecated. This small PR switches to argparse.

edit: ignore this PR i added extra commits from another branch accidentally

chapman39 commented 1 month ago

Sorry i just realized i started this branch from another branch of mine. ill need to fix that.

chapman39 commented 1 month ago

Closing as this is replaced by https://github.com/LLNL/serac/pull/1128