# This code supplements the white paper
#    "Cluster-Level Tuning
*     of a Shallow Water Equation Solver
#     on the Intel MIC Architecture"
#     (2014, Andrey Vladimirov and Cliff Addison),
# available at the following URL:
#     http://research.colfaxinternational.com/post/2014/05/12/Shallow-Water.aspx
# You are free to use, modify and distribute this code as long as you acknowledge
# the above mentioned publication.
#
# To launch the code on the CPU architecture, run "make run-cpu".
# To launch the code on the MIC architecture, run "make run-mic".
