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

Conversation

DennisHeimbigner
Copy link
Collaborator

Include <getopt.h> in various utilities

re: #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: #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.

## 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.
@WardF WardF added this to the 4.9.0 milestone Apr 28, 2022
@WardF WardF self-assigned this Apr 28, 2022
@WardF WardF merged commit 11f9e00 into Unidata:main Apr 28, 2022
@DennisHeimbigner DennisHeimbigner deleted the twofixes.dmh branch May 1, 2022 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants