Jon Rood
Jon Rood
I am seeing a memory leak using LLVM ASAN showing at https://github.com/AMReX-Codes/amrex/blob/f42ab5658751c51d6792d7dd7f1999c4c3310143/Src/EB/AMReX_distFcnElement.cpp#L409 which is called from https://github.com/AMReX-Codes/amrex/blob/f42ab5658751c51d6792d7dd7f1999c4c3310143/Src/EB/AMReX_EB2_IF_Spline.H#L32 which is called from a PeleC problem setup file. I can't post all...
In the file `config/Makefile.config.in`, I believe the line: ``` INCLUDE_SAM = $(SAMRAI)/source ``` Should be: ``` INCLUDE_SAM = $(SAMRAI)/include ``` Otherwise after `make install`, the `SAMRAI-v3.11.2/install/config/Makefile.config` file doesn't give the...
I have this project here https://my.cdash.org/index.php?project=PeleC that always seems to show build errors when there aren't any. It looks like it's only for Clang 7.0.1. It appears random because some...
Explicit SIMD in Nalu-Wind has historically caused problems with segfaults and complications, and continues to do so on new architectures. At the current date I am aware of these issues...
## Detailed description of the bug Commit baf22a78c3c7970d61accf8dfb3a301b131b3d04 was made to disable `nrel5MWactuatorLine` on the GPU until the failure of this test is resolved in OpenFAST. The failure of this...
The 3 tests for Catalyst will fail until the Trilinos IOSS Catalyst Adapter is updated for Python 3 since I recently switched to Python 3. I have an issue for...
Looks as though OpenFAST has stopped building with GCC 4.9.4: ``` 154 ...modules/nwtc-library/src/NWTC_IO.f90:25.7: 155 156 USE IEEE_ARITHMETIC 157 1 >> 158 Fatal Error: Can't open module file 'ieee_arithmetic.mod' for reading...
Reverts Exawind/nalu-wind#1237 This appears to segfault in field operations when running on Frontier. I think we should revert it.