Ethan Gutmann
Ethan Gutmann
- [x] Need to document how to add a variable to ICAR (e.g. where to add meta data, kVARS,...) - [ ] Need to document how to add a physics...
there is a list of variables to advect now... but the algorithm can't be specified per variable. This may end up being a 3.0 or later feature
Thanks Soren, the solution I would like to see (when someone has time) is gen_ideal_test with no CLI arguments does what it used to, then `gen_ideal_test.py --sleve` generates the test...
better still would be that, plus an option to give it a `yaml` file that lets the user specify every option the ideal test can take. (that will make it...
holding off on this for now since it seems like something else is going wrong still?
I thought I'd add a comment here on a performance issue I'm seeing at the moment using coarrays in derived types. I haven't chased down anything more specific, but using...
thanks @zbeekman, I'd like to see someone else reproduce this just to be sure that there isn't something broken with my installation. Would it make sense to break this off...
discussion moved to #560
Note, I have logged into the remote nodes when the code is running and I see the process correctly running on all remote nodes, so there isn't anything weird going...
Thanks @afanfa, `make MODE=fast` compiles with `caf -fopenmp -lgomp -Ofast -cpp -DUSE_ASSERTIONS=.false.`. I am setting `OMP_NUM_THREADS=1` in the tests above to disable OpenMP threading, though I suppose it could still...