Brian Cornille
Brian Cornille
### Description [Feature] Previously transcoding used `batch` which meant that transcoding only started when the load average was below a certain threshold. This meant that if the server was too...
Would it be possible to extend the `package_config_t` to create multiple libraries? This is useful when you have multiple executables which have some common module dependencies and others distinct. These...
**Describe the bug** The Fortran version of this test has mapper ``` !$omp declare mapper(newvec :: v)& !$omp& map(v, v%data(1:v%len)) ``` whereas the C version has mapper ``` #pragma omp...
### Suggestion Description The current use of `HIPFORT_` prefixed setting variables is a very non-standard way to effect a number of build options. Overwriting various `CMAKE_` prefixed settings prevents users...
Use Fortran 2023 reduce locality specifier in order to have correct implementation. Also add flags for LLVM flang OpenMP offloading implementation.