AMReX-Fluids / IAMR

A parallel, adaptive mesh refinement (AMR) code that solves the variable-density incompressible Navier-Stokes equations.
https://amrex-fluids.github.io/IAMR/
80 stars 57 forks source link

Add BDS to GNUMake header directories #125

Closed etpalmer63 closed 2 years ago

etpalmer63 commented 2 years ago

This solved an compile error about not finding the library for me. Please check if this was intentionally left out.

cgilet commented 2 years ago

@etpalmer63 That line is already in Make.IAMR in development branch. BDS isn't in the main branch yet though...

cgilet commented 2 years ago

Maybe IAMR should start have submodules to keep track of which branch of Hydro to use?

etpalmer63 commented 2 years ago

Ah I see. Sorry for my confusion. :grin: