Code Monkey home page Code Monkey logo

libxphi's Introduction

LIBXPHI

The LIBXPHI library allows to collect hotspot functions that are beneficial to be offloaded to Intel Xeon Phi coprocessors (an instance of the Intel Many Integrated Core Architecture "MIC"). The library already comes with support for some BLAS level 3 functions (xGEMM) but is not limited LAPACK or BLAS.

The library leverages the offload usage model while intercepting calls to a function that is thought to run on the host. Calling the coprocessor's code version may be protected by a threshold that determines whether an offload is beneficial or not.

Instructions

Make sure you do this using a Shell where you sourced the Intel Compilers as well as the MPI.

source /opt/intel/composer_xe_2013_sp1.4.211/bin/compilervars.sh intel64
source /opt/intel/impi/5.0.1.035/intel64/bin/mpivars.sh

Change into the directory where you cloned LIBXPHI into and run the build script.

./build-library.sh

You should now find two libraries 'libxphi.so' and 'libmkl_proxy.so'.

MPIRUN WRAPPER

The MPIRUN wrapper script is used to generate and execute an MPIRUN command line. The wrapper can be found under https://github.com/hfp/mpirun and cloned running:

git clone https://github.com/hfp/mpirun.git

libxphi's People

Contributors

hfp avatar cdahnken avatar

Watchers

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