Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue210/src compiled all in one #318

Merged
merged 14 commits into from
Feb 2, 2020

Commits on Jan 30, 2020

  1. Add all_flit_src.cpp

    mikebentley15 committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    9824d9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2f49fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77f8114 View commit details
    Browse the repository at this point in the history
  4. Makefile: install src and remove compiling stuff

    It only does help, check, clean, install, and uninstall
    mikebentley15 committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    81c586b View commit details
    Browse the repository at this point in the history
  5. Fix tests and implementation: all tests pass

    MPI tests fixed:
    Done by replacing a global variable with a static variable
    of a static inline function.  This removes undefined behavior
    since we are not guaranteed the order in which global variables
    are initialized.
    mikebentley15 committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    a81f507 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1ecf04f View commit details
    Browse the repository at this point in the history
  7. Change default header from "flit.h" to <flit/flit.h>

    The old #include "flit.h" will still work but is depricated
    mikebentley15 committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    1753076 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4f3af51 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b33a12b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bead46b View commit details
    Browse the repository at this point in the history
  11. Makefile: Fix generated flitconfig.py during install

    The wrong path was given as include_dir
    mikebentley15 committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    51e45d9 View commit details
    Browse the repository at this point in the history
  12. update documentation

    - spell check
    - remove obsolete sections
    - remove sections describing FLiT's compilation
    - add description of how and why dynamic compiling of FLiT was done
    mikebentley15 committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    acef489 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    05c812b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    18dce7e View commit details
    Browse the repository at this point in the history