Isaac Rowe
Isaac Rowe
From what I can observe, the specific thing causing the problem is lines 178-203 of the [configure script](https://github.com/wrf-model/WRF/blob/master/configure). If the `$NETCDF` environment variable is pointing to the NetCDF-Fortran folder, it...
I can second this. In fact, the ARW online tutorial says [here](https://www2.mmm.ucar.edu/wrf/OnLineTutorial/CASES/JAN00/wrf.php) that they default file should work for the case. It lists some lines that should be double-checked for...
I've noticed the same thing as well. This is not the behavior documented by EasyMotion- when I try the same thing outside of VS Code, it works as expected. OS:...
Gonna bump this since I ran into the same confusion. These changes make the process much more clear.
Just wanted to bump this issue and reiterate what @nasabenz said last year. I think if GitHub discussions is now the preferred forum for discussion, the mailing list should be...
I have encountered a similar problem where the software bus appears to have a race condition. Here are the system log messages it emits: ``` CFE_SB_UnlockSharedData: SharedData Mutex Give Err...
I'm unable to replicate with the steps from the aforementioned [training slides](https://ntrs.nasa.gov/citations/20240000217) and I suspect this should be moved over to [discussions](https://github.com/nasa/cFS/discussions)
Can confirm, I have experienced this same problem and came to the same conclusion as you. The mq API is simply not sufficient for working with multiple clocks.
I understand that there is a new method to configure cFE that obviates the need for the headers. I was unable to find documentation on how to setup and run...
Also, this change implies that MAX_SIMULTANEOUS_LOADS can be set to 1. However, doing so breaks some old unit tests. I can address that in a follow-up PR.