Damian Rouson
Damian Rouson
### Description I propose adopting the following two practices to `fpm`'s portability and robustness: * Standard conformance and * Treat warnings as errors. This issue was inspired by my attempt...
Based on sleuthing by @everythingfunctional, it appears there must have been a breaking change in Markdown recently that breaks `ford` at least for some Fortran feature(s) that is/are ubiquitous projects...
I'm thinking of forking and submitting a pull request with 1. Makefiles and/or CMake files that build with `gfortran` and 2. Refactored versions of the code examples for which it...
### Description On HPE Cray systems, all compilers are invoked via the `ftn` compiler wrapper. I'm attempting to use `fpm` on the NERSC Cori system after loading the environment module...
### Description I'm reporting the errors generated by compiling `fpm-0.6.0.F90` with the IBM XL Fortran compiler just for informational purposes. I think most or all of the errors are false...
If this pull request is accepted, then the GitHub Pages feature needs to be selected in the repository Settings to enable deployment.
With the release of `gfortran` 13, all tests pass so let's add a CI script that runs this repository's tests suite as a check on pushes and pull requests.
I'm running `./install.sh` with the following compiler: ``` % clang --version clang version 19.0.0git ([email protected]:llvm/llvm-project 325f51237252e6dab8e4e1ea1fa7acbb4faee1cd) Target: arm64-apple-darwin23.3.0 Thread model: posix InstalledDir: /Users/rouson/Repositories/llvm-project/build/bin ``` and with the `flang-new` and `clang++`...
The `run-fpm.sh` script installed by the `setup.sh` script on the “neural-net” branch of the Berkeley Lab fork of ICAR facilitates passing arguments to the executing program the executing program via...
This PR works around issues that arise when the following build command is used to tell the `ifx` compiler to automatically offload `do concurrent` constructs to a GPU: ``` fpm...