Results 3 comments of ylu

Hi, sorry for not getting back sooner. My build command is: `bash my_path_to_charm++/src/build charm++ mpi-linux-x86_64 mpicxx ifort --with-production` It is invoked by CMake in our software which uses NAMD as...

Hi Edo, yes, and there is another one of such `oprint = (ga_nodeid().eq.0).and.(printlevel.le.print_medium)` at line 932. Three in total. Many thanks!

Hi Edo, I realised `le` should be `ge` because it still prints the BQs with `print no` or `print low` in the input. However, when I try `print high` NWChem...