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

Two fixes for the price of one! #2316

Merged
merged 2 commits into from
Apr 28, 2022
Merged

Commits on Apr 28, 2022

  1. Two fixes for the price of one!

    ## Include <getopt.h> in various utilities
    re: Unidata#2303
    As noted, some utilities are using getopt() without including
    getopt.h, so add as needed.
    
    ## Turn off run_diskless2.sh when ENABLE_PARALLEL is true
    re: Unidata#2315
    Ed notes that this test hangs when running parallel.  The test
    is attempting to create a very large in-memory file, which is
    the proximate cause. But no idea what's the underlying cause.
    DennisHeimbigner committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    6503833 View commit details
    Browse the repository at this point in the history
  2. Forgot to fix CMake

    DennisHeimbigner committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    e139d41 View commit details
    Browse the repository at this point in the history