stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

Fortran Standard Library

Results 254 stdlib issues
Sort by recently updated
recently updated
newest added

Small fix for the build option in the fypp_deployment script and change default maxrank.

This PR introduces filesystem interactions by pragmatically invoking the system shell. It is part of the broader strategy outlined in https://github.com/fortran-lang/stdlib/pull/865 (see https://github.com/fortran-lang/stdlib/pull/865#pullrequestreview-2259189900) to support file zipping and unzipping. These...

The procedure `gesdd` might return values for storage space larger than `huge(lwork)`, resulting in a negative value fro `lwork`. Here is a proposition to solve this issue.

### Description "cmake -B build" (step1) followed by "cmake --build build" (step2) yields a "Build: 2 succeeded, 325 failed, 0 up-to-date, 0 skipped". ### Expected Behaviour Maybe naively, I expect...

bug

Cleaning duty, warnings are generates with `fpm build --verbose --flag '-Wunused-variable -Wunused-dummy-argument -Wunused-parameter' ` > ### Progress > * [x] 42 unused-variable > * [x] 15 unused-parameter > * [x]...

Attempt to address #862. The current formats require an end-of-row space both in `savetxt` and `loadtxt`, i.e., ```Fortran format(*(i0,1x)) ``` This PR proposes to not require a space after the...

This suggestion is motivated by the post Create a free Llama 3.1 405B-powered chatbot on any GitHub repo in 1 minute (cross-posted from Paired Ends) https://www.r-bloggers.com/2024/09/create-a-free-llama-3-1-405b-powered-chatbot-on-any-github-repo-in-1-minute-cross-posted-from-paired-ends/

https://zarr.dev/ @tomnicholas

### Motivation CRC32 is used as a hashing function to check the data integrity in zip files. To support zip file IO in stdlib natively, we should include a CRC32...

idea
topic: IO

A few path related functions for ease of future functionality have been added. - `joinpath`: joins the given paths according to the platform's `path-separator`. - `operator(/)`: as was suggested in...