Jason Wang

Results 8 comments of Jason Wang

What's the difference between checking if(engine.BetweenStepParis == true) and checking if(engine.BeginStep() != 0) ? I don't understand. Will this difference block any workflows?

I can reproduce this on Perlmutter. It looks like the NVHPC compiler has different behaviors than gcc in distinguishing C++11 and C++14. @chuckatkins Any suggestions?

Currently Loaded Modules: 1) craype-x86-rome 4) perftools-base/21.10.0 7) craype/2.7.11 10) cray-libsci/21.08.1.2 13) cray-pmi-lib/6.0.14 16) darshan/3.2.1 (io) 2) libfabric/1.11.0.4.79 5) xpmem/2.2.40-7.0.1.0_3.1__g1d7a24d.shasta 8) cray-dsmml/0.2.2 11) PrgEnv-nvidia/8.2.0 14) cuda/11.3.0 (g,c) 17) cmake/git-20210830 3)...

@eisenhauer Then let's do it now and this will be solved in 2.9.0. I don't like the idea of keeping stupidities either just for the sake of not breaking users'...

@pnorbert The current implementation of helper::Throw does not print anything through cout or cerr. It only adds some extra information into the exception message itself and then throw it. If...

This was not introduced in the helper::Throw that I implemented. It has been printing since we ever had the C API. Before helper::Throw was introduced, it printed out to std::cerr,...

_I recommended to turn off SST to remove any complicated dependencies but he is still getting the error. Manually-specified variables were not used by the project: ADIOS2_USE_SSC_ This looks like...

One follow-up for the CUDA enabled ZFP. I have tried it on multiple machines but I have never seen the ZFP CUDA test pass on any of them. Most of...