petaca icon indicating copy to clipboard operation
petaca copied to clipboard

Petaca: A collection of foundational Fortran modules

Results 6 petaca issues
Sort by recently updated
recently updated
newest added

Using valgrind to investigate #34 turned up some incidental memory leaks. These are mostly in the unit tests themselves, but `parameter_list_json.F90` *may* leak memory (the partially built parameter list) when...

This issue tracks the status of compiling petaca using the [flang compiler](https://github.com/flang-compiler/flang), which is currently not working. You should use the `flang` branch, which contains additions, workarounds, etc. for the...

There are IS_SCALAR, IS_VECTOR, ... methods for inquiring about a parameter, but none for inquiring about the type; that would be a useful addition.

enhancement

While one can manually create parameter values that are arrays of parameter lists through existing calls, it is not currently possible to create such things from JSON text input, which...

enhancement

Currently integer numbers are converted to default integer values and real numbers to 64-bit real values when reading JSON text. This is what the YAJL parser does. It would be...

enhancement

The `timer_tree::stop` procedure has optional error return arguments. Are these really needed?