GithubHelp home page GithubHelp logo

karcaw / pcircle Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fwang2/pcircle

0.0 2.0 0.0 1.55 MB

A suite of parallel file system tools designed for performance and scalability

License: Apache License 2.0

Makefile 0.71% Python 98.06% Shell 1.23%

pcircle's Introduction

PCircle

About

The ubiquitous MPI environment in HPC cluster + Work Stealing Pattern + Distributed Termination Detection = Efficient and Scalable Parallel Solution.

pcircle contains a suite of file system tools that we are developing at OLCF to take advantage of highly scalable parallel file system such as Lustre and GPFS. Early tests show very promising scaling properties. However, it is still in active development, please use it at your own risk. For bug report and feedbacks, please post it here at https://github.com/olcf/pcircle/issues.

Quick Start

To jumpstart and do a quick test run on MacOS:

$ brew install pkg-config libffi openmpi python
$ pip2 install virtualenv
$ virtualenv pcircle
$ source ~/pcircle/bin/activate
$ (pcircle) pip2 install git+https://github.com/olcf/pcircle@dev

To run a simple test:

$ mpirun -np 4 fprof ~

This also shows the core dependencies of pcircle: python, libffi, and openmpi. For Linux alike, we need their dev rpms. For example:

    sudo yum install openmpi-devel
    sudo yum install libffi-devel

Manpage

Note: this is a bit out of date, -h shows current options:

Publications:

Authors and Contributors

pcircle's People

Contributors

cmharr avatar fwang2 avatar verolero86 avatar xsswfm avatar

Watchers

 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.