Skip to content

LULESH 2.0 based on MPI Sessions / MPI Process Sets Prototype with Dynamic Repartitioning.

Notifications You must be signed in to change notification settings

caps-tum/mpi-sessions-lulesh

Repository files navigation

LULESH 2.0 with Dynamic Repartitioning based on MPI Sessions / MPI Process set

This is the README for LULESH 2.0, MPI Sessions Proposal port.

If you have any questions please contact:

Dai Yang d.yang@tum.de or Amir Raoofy amir.raoofy@tum.de

Prerequisites

Building with Makefile

  • Edit Makefile, edit CXXFLAGS and LDFLAGS according to the location of MPI sessions / MPI process sets
  • Execute
make  -j

Testrun

  • Due to the current limitation of our sessions prototype, test can be only conducted on a single node (shared memory machine)
  • To test, you need to create a description file for the procoess set used for LULESH
echo lulesh 0-8 > lulesh8
  • Experiments can be started with
mpirun -np 8 ./lulesh2.0 -s 40 -i 10 -p -ps ./lulesh 8 -repart 1
  • Command Line parameters:
    • -repart n sets whether dynamic repartitioing needs to be enabled, and which destination size is desired
    • -repart_cycle sets at what cycle the repartitioning is initiated
    • -ps specifies the process set specification file

Limitations

  • Currently only for Shared Memory system
  • OpenMP is disabled

Copyright

Original Code

The original LULESH 2.0 is developed by Lawrence Livermore National Laboratory. Original code can be found at: https://github.com/LLNL/LULESH

MPI Sessions Version

The MPI Sessions port of LULESH is authored by Dai Yang and Amir Raoofy. Copyright by Chair of Computer Architecture and Parallel Systems, Institute for Informatics, Technical University of Munich

Citation

Currently, publication based on this code is not yet published. Therefore, the authors prohibits the use of this code for publication purposes. The authors and other copyright holder must be informed prior any planed publication using this code provided here. The authors of this code must be presented as (co-)Author.

Disclaimer

THIS APPLICATION IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 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.

About

LULESH 2.0 based on MPI Sessions / MPI Process Sets Prototype with Dynamic Repartitioning.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages