LLNL / serac

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

Switch from optparse to argparse #1128

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.