Skip to content
/ MiMPI Public

Multithred-Safe (partial) Implementation of MPI

License

GPL-2.0, GPL-2.0 licenses found

Licenses found

GPL-2.0
LICENSE.md
GPL-2.0
COPYING
Notifications You must be signed in to change notification settings

acaldero/MiMPI

Repository files navigation

MiMPI: Multithred-Safe (partial) Implementation of MPI

Quick Start

How to get binaries from source:

cd

    To go to the MiMPI base directory.

vi configure.in

    [ OPTIONAL ] To add or change any option you wish.

autoconf

    Command to use in order to generate the "configure" script.

./configure

    Use ./configure in order to check your system and to generate the associated Makefiles.

make

    Compile MiMPI as a library ( lib/libmpi.a ),
    a daemon needed to run ( bin/ns.exe ) and some
    examples ( example/* )

How to install binaries into system:

cp lib/libmpi.a <system library path>

cp include/mpi.h <system includes path>

cp bin/ns.exe <system binary path>

  System library path are usally /lib or /usr/lib.
  System includes path is /usr/include and
  System binary path can be /bin or /usr/bin.

Some test for MiMPI:

cd test

    Go to test directory.

make

    Compile many test. Some options are plataform-bounded.

About

Multithred-Safe (partial) Implementation of MPI

Resources

License

GPL-2.0, GPL-2.0 licenses found

Licenses found

GPL-2.0
LICENSE.md
GPL-2.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published