Kyle Mandli
Kyle Mandli
I noticed that some of the tests were behaving oddly and made some adjustments to the adjoint tests. Unfortunately, while I think it fixed one problem, it caused another for...
I like the idea of having a separate file for each gauge as this would simplify loading the gauge data as well although if someone did do a 100 x...
Having more threads spawned than what the number set by `OMP_NUM_THREADS` limits only the maximum number of active threads allowed to my understanding. The operating system should switch in and...
I am not aware of a way in OpenMP to have that kind of fine grained control over the threads. There is `OMP_WAIT_POLICY=passive` which causes inactive threads to sleep faster...
Some of these changes were due to threading concerns but some of these are simply just simpler allocations of space on the stack that acts differently than the single grid...
I would favor warning the user and deleting the file.
I am all for this. One thing that immediately comes to mind though is how we would manage these regions and data that might be specific to the flagging routine...
I tried both a 2d and 3d example from amrclaw but cannot seem to get the segfault. Do you have an example that gives you the segfault?
The tricky part of this is the best way to specify the fields. I was thinking to make this the most flexible that we would specify this per gauge, adding...
Addressed in https://github.com/clawpack/geoclaw/pull/219