mdolab / CMPLXFOIL

GNU General Public License v2.0
29 stars 20 forks source link

Add note on making CMPLXFOIL super fast to build instructions #22

Closed A-CGray closed 1 year ago

A-CGray commented 1 year ago

Purpose

I found that I got a ~2x speedup from replacing -O2 with -Ofast -march=native in my build config and the regression tests against reference values still passed. I think we probably don't want to make these the default flags because Ofast in unsafe and march=native might mess with the conda build but I added a note to the docs for people who are building CMPLXFOIL locally themselves.

Expected time until merged

1 day

Type of change

Testing

Checklist

codecov[bot] commented 1 year ago

Codecov Report

Merging #22 (357ac91) into main (64b7522) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #22   +/-   ##
=======================================
  Coverage   78.50%   78.50%           
=======================================
  Files           4        4           
  Lines         563      563           
=======================================
  Hits          442      442           
  Misses        121      121           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more