Jian Sun

Results 7 issues of Jian Sun

### What happened? When I checked out the CAM tag `cam6_3_154` with the `ccs_config0.0.99` tag, I failed to build a `F2000dev` test on Derecho. The error message in the `cesm.bldlog.*`...

bug
CoupledEval3

### What happened? The PUMAS GPU code is broken for two reasons (https://github.com/ESCOMP/PUMAS/issues/67 and https://github.com/ESCOMP/PUMAS/issues/55) and thus the GPU regression test won't work either. One pull request is issued to...

bug

### What happened? After Rich Loft pointed out the issue of complex number accessors in the NVHPC compiler (https://github.com/ESCOMP/CAM/issues/881), I was able to build `cam6_3_125` with the `nvhpc/23.7` compiler on...

bug

### What happened? I tried to build `cam6_3_125` on Derecho with the `nvhpc/23.5` compiler (CPU case), but it failed with the following error message: ``` ILM error: internal routine gets...

bug
CoupledEval3

This PR updates the Casper GPU tests in CAM to Derecho GPU tests and shortened the tests to two, whose details as listed below: - F2000dev compset - ne30pg3 resolution...

### What is the feature/what would you like to discuss? Currently all the CAM regression tests run on the Derecho's CPUs only. This will fail to capture any potential bugs...

enhancement

@crtrott helped create the following example, which computed some 2-D variables with an index shift: ```C++ #include #include template void range_p(T unew, T uold, T cv, T h, T cu,...