Anthony Islas

Results 27 issues of Anthony Islas

TYPE: enhancement KEYWORDS: netCDF, cmake, compilation SOURCE: internal DESCRIPTION OF CHANGES: Problem: The current iteration of the cmake build uses the old-style of finding modules. This limits the usability of...

TYPE: bug fix KEYWORDS: compilation, nonstandard SOURCE: internal DESCRIPTION OF CHANGES: Problem: PR #1944 introduced a nonstandard function call `isnan()` which breaks compilation for compilers which don't support this extension....

TYPE: bug fix KEYWORDS: syntax, compilation SOURCE: internal DESCRIPTION OF CHANGES: Problem: dyn_em/module_big_step_utilities_em.F contains nonstandard line continuation symbols that are most likely being ignored by the make build system by...

TYPE: bug fix KEYWORDS: intel, compilation, oneapi SOURCE: internal DESCRIPTION OF CHANGES: Problem: The `-auto` flag is not supported by the Intel C compilers. See https://www.intel.com/content/www/us/en/docs/cpp-compiler/developer-guide-reference/2021-10/alphabetical-option-list.html for full list of...

TYPE: bug fix KEYWORDS: fseek, compilation, cmake SOURCE: internal DESCRIPTION OF CHANGES: Problem: The fseek test lacks correct syntax causing false negative reports of feature not existing when newer compiler...

TYPE: bug fix KEYWORDS: cmake, compilation SOURCE: internal DESCRIPTION OF CHANGES: Problem: The use of generator expressions in the defines compacts the logic neatly but removes the ability to evaluate...

TYPE: enhancement KEYWORDS: cmake, flags, compilation SOURCE: internal DESCRIPTION OF CHANGES: Problem: The current iteration of the cmake build places all configuration flags in the global properties of the project....

TYPE: bug fix KEYWORDS: double precision, configuration, make, cmake SOURCE: internal DESCRIPTION OF CHANGES: Problem: Currently, the source code has multiple preprocessor definitions for controlling double precision usage (1). Likewise,...

TYPE: enhancement KEYWORDS: testing, regression, test framework SOURCE: internal DESCRIPTION OF CHANGES: Problem: The current regression suite code is complex, requires maintenance of multiple alternate repositories, and takes involved effort...

TYPE: enhancement KEYWORDS: cmake, compilation, flags SOURCE: internal DESCRIPTION OF CHANGES: Problem: In preparation for alternative core selection, there is a broader range of flags that must be set and...