Skip to content

Commit a76502a

Browse files
ppebaycwschilly
andauthored
#504: Make FWMP constraint verificator part of LBAF scripts (#505)
* #504: this code and inputs implement the FWMP problem shown in SC'24 paper * #504: whitespace cleanup * #504: CMakeCache committed by error * #504: fix schema_error.txt file to add attributes field to testing * #504: Improved program to actually perform checks and report on them (and errors if found) * #504: added test of Table I of paper as well (block to rank assignments) * #504: whitespace cleanup * #504: fixed some printout issues * #504: verified the new logic to test and count all constraints individually --------- Co-authored-by: Caleb Schilly <cwschilly@gmail.com>
1 parent 21cd94d commit a76502a

File tree

11 files changed

+474
-7
lines changed

11 files changed

+474
-7
lines changed

LICENSE

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
DARMA/LBAF => Load Balancing Analysis Framework
33
For version number see VERSION file
44

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

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

35-
Questions? Contact darma@sandia.gov
35+
Questions? Contact darma@sandia.gov

scripts/FWMP/CMakeLists.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
cmake_minimum_required(VERSION 3.10)
2+
project("FWMP_constraints" LANGUAGES "Fortran")
3+
add_executable("FWMP_constraints" "FWMP_constraints.f95")

0 commit comments

Comments
 (0)