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

Improved data access for shared-memory files #63

Merged
merged 5 commits into from
Jun 18, 2018

Commits on Jun 15, 2018

  1. Configuration menu
    Copy the full SHA
    0daf590 View commit details
    Browse the repository at this point in the history
  2. omicron-process: simplified data access

    - removed frametype magic for LIGO h(t), users should now give the
      correct frametype upfront
    - improved handling of /dev/shm data, and segmentation
    duncanmmacleod committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    8c906a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2018

  1. segments.get_state_segments: don't cache ll files

    we read them so quickly after that the chances of them disappearing are small
    duncanmmacleod committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    1a588d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b92c0ab View commit details
    Browse the repository at this point in the history
  3. data: cleaned up ll file finding

    use datafind to find whatever we can, then use /dev/shm for everything else
    duncanmmacleod committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    fbe2592 View commit details
    Browse the repository at this point in the history