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

merge #8

Merged
merged 159 commits into from
Dec 31, 2020
Merged

merge #8

merged 159 commits into from
Dec 31, 2020

Conversation

Jim-215-Fisher
Copy link
Owner

No description provided.

arjenmarkus and others added 30 commits September 16, 2020 17:39
Correct the is_lower function - I overlooked that one.
Solve a glitch in the function is_printable
Co-authored-by: Ian Giestas Pauli <[email protected]>
Co-authored-by: Ian Giestas Pauli <[email protected]>
… functions

This commit  cleans up the code a bit (the extra parentheses in several functions, leftover semicolons) and also implements a robust version of the to_lower and to_upper functions.
Added stdlib_bitsets.f90, stdlib_bitset_64.f90, and stdlib_bitset_large.f90 and modified CMakeLists.txt and Makefile.manual so they should compile the files.

[ticket: X]
Added tests/bitsets/test_stdlib_bitset*.f90, tests/bitsets/CMakeLists.txt,
and tests/bitsets/Makefile.manual and modified tests/CMakeLists.txt and
tests/Makefile.manual to compile the test programs.

[ticket: X]
Eliminated unused variables in stdlib_bitset_64.f90, stdlib_bitset_large.f90
and rename variables called ablock to block_ in stdlib_bitset_large.f90

[ticket: X]
Added stdlib/doc/specs/stdlib_bitsets.md

[ticket: X]
…set*.f90

Changed makeefiles to preprocess ths stdlib_bitset*.fypp files to stdlib_bitset*.f90 files.

[ticket: X]
Renamed files stdlib_bitset*.f90 to fypp preprocessor stdlib_bitset*.fypp files

[ticket: X]
Changed stdlib_bitsets.fypp, stdlib_bitset_64.fypp, and stdlib_bitset_large.fypp
to generate the assignment procedures of logical arrays to and from bitsets.

[ticket: X]
Removed stdlib_bitsets.f90, stdlib_bitset_64.f90, and stdlib_bitset_large.f90 as
they are now generated by the preprocessor.

[ticket: X]
Defined an error_handler subroutine in stdlib_bitsets.fypp and used it to handle
errors in stdlib_bitset_64.fypp and stdlib_bitset_large.fypp. Also was more
consistent in documenting status argument results. Added
char_string_too_large_error to status results.

[ticket: X]
Was more consistent in using bulleted lists in documenting status error codes.
Added char_string_too_large_error to the error codes.

[ticket: X]
Working with fypp made it easier to add unwanted trailing blanks. I removed them.

[ticket: X]
In all my editing I dropped a return in stdlib_bitset_64.fypp and failed
to run test_stdlib_bitset_64.

[ticket: X]
Fixed typo in four places

[ticket: X]
Changed the kind of bit from bits_kind to int64 to silence a spurious warning.

[ticket: X]
Changing bit's kind to int64 and not putting it in the int conversion made the
arguments to clear and set of kind int64, for wwhich there was no specific
interface.

[ticket: X]
Deleted two returns at the end of procedures.

[ticket: X]
Deleted return at the end of a procedure.

[ticket: X]
Unindented ```fortran and added trailing ``` to the example codes in the FORD comments,

[ticket: X]
jvdp1 and others added 28 commits December 18, 2020 12:52
The two tests slightly exceeding the threshold from 1000*epsilion(1._dp):
1. sum( abs( mean(cd3,2) - sum(cd3,2)/real(size(cd3,2), dp) ))
2. sum( abs( mean(d4,2) - sum(d4,2)/real(size(d4,2), dp) ))
Co-authored-by: Sebastian Ehlert <[email protected]>
- max rank 15 and one ninja job result in ~7 GB peak memory usage
- with default max rank and two ninja jobs ~7 GB peak memory usage
Improve compilation load by splitting stdlib_stats_moment submodule
Add note about RAM issues to README.md
Add all three MSYS2 systems to Windows CI
Proposition to add levels to stdlib_logger
@Jim-215-Fisher Jim-215-Fisher merged commit 55d3fb6 into Distribution-beta Dec 31, 2020
Jim-215-Fisher pushed a commit that referenced this pull request Dec 22, 2021
Addition of FORD hyperlinks and correction of some typos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
9 participants