Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#504: Make FWMP constraint verificator part of LBAF scripts #505

Merged
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
DARMA/LBAF => Load Balancing Analysis Framework
For version number see VERSION file

Copyright 2019-2021 National Technology & Engineering Solutions of Sandia, LLC
Copyright 2019-2024 National Technology & Engineering Solutions of Sandia, LLC
(NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the U.S.
Government retains certain rights in this software.

Expand Down Expand Up @@ -32,4 +32,4 @@ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.

Questions? Contact darma@sandia.gov
Questions? Contact darma@sandia.gov
3 changes: 3 additions & 0 deletions scripts/FWMP/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
cmake_minimum_required(VERSION 3.10)
project("FWMP_constraints" LANGUAGES "Fortran")
add_executable("FWMP_constraints" "FWMP_constraints.f95")
Loading
Loading