GithubHelp home page GithubHelp logo

koibuchilab / mpi-abft-apps Goto Github PK

View Code? Open in Web Editor NEW
0.0 5.0 0.0 61.74 MB

This repo contains several algorithm based fault tolerant apps.

Makefile 5.52% C 66.26% Python 0.01% C++ 5.58% Shell 8.57% M4 0.03% Roff 3.39% HTML 5.70% BitBake 4.94%

mpi-abft-apps's Introduction

mpi-abft-apps

This repo contains several algorithm based fault tolerant apps. Each app contains an original version and a modified abft version (_abft).

  • CRC32 is used to verify the integrity of communication data.
  • Hamming code (SECDED) is used to correct one-bit errors and detect two-bit errors in data blocks.

MM

  • Compile
$ make mm
$ make mm_abft
  • Run
$ mpirun -np <num_of_procs> bin/mm <matrix_a_filename> <matrix_b_filename>
$ mpirun -np <num_of_procs> bin/mm_abft <matrix_a_filename> <matrix_b_filename>
  • A small program gen_matrices.py helps to generate a matrix.
  • Requirement
    • m_1->cols == m_2->rows
    • m_1->rows % num_worker == 0

LU

  • Compile
$ make lu
$ make lu_abft
  • Run
$ mpirun -np <num_of_procs> bin/lu <matrix_size>
$ mpirun -np <num_of_procs> bin/lu_abft <matrix_size>

K-means

  • Compile
$ make kmeans
$ make kmeans_abft
  • Run
$ mpirun -np <num_of_procs> bin/kmeans [clusters] [max_iterations] [datafile] # (default) 100 1000 ./data/obs_info.txt
$ mpirun -np <num_of_procs> bin/kmeans_abft [clusters] [max_iterations] [datafile] # (default) 100 1000 ./data/obs_info.txt

mpi-abft-apps's People

Contributors

smallcat9603 avatar

Watchers

James Cloos avatar Shoichi HIRASAWA avatar  avatar Henri Casanova avatar Michihiro Koibuchi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.