gFTL icon indicating copy to clipboard operation
gFTL copied to clipboard

Software containers for Fortran

Results 23 gFTL issues
Sort by recently updated
recently updated
newest added

Sorry for the intrusion, but my employer (NASA) is requesting that all external contributors to my open source projects sign a contributors license agreement. There are two flavors - individual...

Hi, for the Debian package, I would need to put the files to places similar to the existing ones, which would be like this: * Include files to `/usr/include/gftl/` (with...

This is a simple one. I found out today as I was trying to build gFTL with PGI 18.5 that it doesn't support PGI. I see two issues: 1. There...

enhancement

In trying to build MAPL with GCC9 recently, I saw quite a few of these: ``` [ 54%] Building Fortran object MAPL_Base/CMakeFiles/MAPL_Base.dir/MAPL_ESMFTimeVectorMod.F90.o /discover/swdev/gmao_SIteam/Baselibs/ESMA-Baselibs-6.0.4-SLES11/x86_64-unknown-linux-gnu/gfortran_9.1.0-openmpi_4.0.1/Linux/GFTL-1.2/include/templates/unused.inc:10:0: 10 | #define _UNUSED_DUMMY(dummy) if (.false.) print*,shape(dummy)...

enhancement

PURE would allow more contexts where containers could be used.

see discussion [here](https://stackoverflow.com/questions/32319369/how-can-i-pass-arguments-to-ranlib-using-cmake) ```cmake set_property( TARGET myLibrary APPEND PROPERTY STATIC_LIBRARY_FLAGS "-no_warning_for_no_symbols" ) ```

This is mostly for debugging purposes - would be useful to examine the state of the container. Should be two cases. One that just prints metadata and the other that...

currently if the key is not found, a null pointer is returned, but the underlying set has grown. Polymorphism gets interesting in this case.

According to the [documentation](https://github.com/Goddard-Fortran-Ecosystem/gFTL/blob/main/include/v2/vector/vector.md#constructor-overloads) it should be possible to create a Vector from an array of elements. However I cannot get a MRE to work. My code is: ```fortran module...