Giter Site home page Giter Site logo

alpha-unito / gam Goto Github PK

View Code? Open in Web Editor NEW
2.0 6.0 2.0 233 KB

A C++ stack for global-memory programming

License: GNU Lesser General Public License v3.0

C++ 84.85% Makefile 2.81% Python 6.61% CMake 5.73%
asynchronous distributed cluster cpp pgas

gam's People

Contributors

mdrocco avatar paoloviviani avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

gam's Issues

documentation

  • README
    • how to deal with libfabric at "non-standard" paths
  • more Doxygen-friendly documentation (?)

error handling

  • homogeneous error handling system (C++ exceptions?)
  • double-check asserts

connection-oriented links

some libfabric providers (e.g., dpa for A3CUBE fabrics) supports only connection-oriented endpoints. Connection-oriented links would allow to run gam on such fabrics.

travis not testing linux platforms

Known issues with building libfabric from sources and using it on current linux distros on travis. Hopefully this will be fixed when travis support newer distros, with native libfabric packages.

CMake build fails

CMake build fails on Ubuntu 17.10 with the following error

[ 15%] Linking CXX executable simple_public
/usr/bin/ld: CMakeFiles/simple_public.dir/simple_public.cpp.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'
//lib/x86_64-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command line

Build by:

$ cd gam
$ mkdir build
$ cd build
$ cmake -DLIBFABRIC_LIBRARY_DIRS=/usr/lib/x86_64-linux-gnu/ -D LIBFABRIC_INCLUDE_DIRS=/usr/include/rdma/ ..
$ make

unit tests

Test each function in the private/public pointer API.

support cyclic graphs

  • check existing runtime supports cyclic configurations
  • add support for cyclic GAM nets

include <vector> missing from defs.hpp

gff tests not compiling with new support of non-trivially copiable types. Compile complains about missing vector definition.

Adding #include vector to defs.hpp fixes the bug.

fl_getinfo fails

Ubuntu 17.10 with libfabric 1.4.0 installed from apt.

fl_getinfo fails when performing trivial operations in gam (possibly before doing anything, when creating the context).

gam_unit_test: ../3rdparty/gam/include/gam/links_implementations/fl_common.hpp:63: void gam::fl_getinfo(fi_info**, const char*, const char*, uint64_t, fi_ep_type, uint64_t): Assertion `!ret' failed.

CMake

  • include libfabric (see ADIOS2)
  • expose as library

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.