GRTLCollaboration / GRChombo

An AMR based open-source code for numerical relativity simulations.
BSD 3-Clause "New" or "Revised" License
80 stars 49 forks source link

Improve building of BinaryBH example with TwoPunctures #223

Closed mirenradia closed 1 year ago

mirenradia commented 1 year ago

This just adds an all-tp build target which renames the executable from Main_BinaryBH<config>.ex to Main_BinaryBH_TP.<config>.ex after building to indicate that it has been built with TwoPunctures.

Note that if the TWOPUNCTURES_SOURCE environment variable is set, make all will still build the BinaryBH example with TwoPunctures but the executable will not be renamed.