Coder Social home page Coder Social logo

diposh's Introduction

POSH

logo

What is it?

POSH (Paris OpenSHMEM) is an implementation of the OpenSHMEM standard [1] for shared-memory systems. It relies of the Boost library for inter-process communications. It is both a high-performance communication library, and a testbed for research on distributed algorithms on the communication model followed and implemented by OpenSHMEM.

[1] http://openshmem.org

Contents

POSH is made of several components:

  • the libshmem.so library
  • the run-time environment: spawn
  • the compiler: shmemcc

The shmemcc compiler first performs an initial parsing of the source code in order to insert global, static variables handling. Then it calls your regular C++ compiler in order to generate the source code and link the executable binary with the libshmem library.

  shmemcc -O3 -Wall -o mycode mycode.c

The executable binary must be executed by the run-time environment:

  spawm -n 4 ./mycode

The Latest Version

Details of the latest version can be found on [2]. For details on this version, please see the file called NEWS.

[2] http://lipn.univ-paris13.fr/~coti/POSH

Dependencies

POSH was written en C++11.

POSH relies on:

  • flex
  • perl
  • some parts of Boost: Boost.Interprocess, Boost.Thread and Boost.System

Installation

Please see the file called INSTALL.

Example code

A small piece of OpenSHMEM code was written and placed in the example/ directory. Please see the file called INSTALL for more information.

Major environment variables

  • SHMEM_COMM_CHANNEL: set the communication channel (MPI, TCP, HUB...)
  • SHMEM_COLL_TYPE: set the collective communication module (MPI, BINOMIAL)

Flat: put and get

bonimial: put only

Licensing

Please see the file called LICENSE.

Contact and author

Please see the file called AUTHOR.

diposh's People

Contributors

coti avatar

Stargazers

Sami Evangelista avatar Mahesh avatar Nicholas Chaimov avatar Bater.Makhabel avatar François Bérenger avatar Izaak "Zaak" Beekman avatar Naveen Namashivayam Ravichandrasekaran avatar

Watchers

James Cloos avatar  avatar  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.