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

Correct entries related to --enable-build-mode and --enable-profiling in #15

Merged
merged 1 commit into from
Oct 5, 2020
Merged

Conversation

lrknox
Copy link
Collaborator

@lrknox lrknox commented Oct 3, 2020

INSTALL file, and remove obsolete SZIP paragraph from COPYING file.
Fix #9

INSTALL file, and remove obsolete SZIP paragraph from COPYING file.
library can also be compiled for profiling with gprof by saying
`--enable-production=profile'.
`--enable-profiling'.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an improvement, but the build modes are really just collections of features. For example, you can turn debug symbols on/off using --enable-symbols=(yes|no|).

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll merge this. If INSTALL needs more detail we could create an issue for it.

@lrknox lrknox merged commit 2384233 into HDFGroup:develop Oct 5, 2020
vchoi-hdfgroup added a commit that referenced this pull request May 20, 2021
fortnern added a commit that referenced this pull request Mar 2, 2023
@bmribler bmribler mentioned this pull request Jul 2, 2023
This was referenced Jan 7, 2025
mattjala added a commit to mattjala/hdf5 that referenced this pull request Jan 16, 2025
* Rename test filename max length

* Synchronize multi-threaded error reporting

* Support serial build

* Generalize test check for MT execution

* Distinguish threaded vs. concurrent test execution

* Remove default API test num threads

* Isolate threaded test stat handling

* Remove bad test macro usage

* Remove unused test variables

* Use helper for global err num increment

* Add setup/cleanup test routines to MT tests

* Fix MT info not being setup when maxthreads = 1

* Fix cleanup declaration skipping on fail

* Fix bad failure counting in subtests
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.

Typos in INSTALL section "Optimization versus symbolic debugging
4 participants