Spencer Bryngelson

Results 234 comments of Spencer Bryngelson

Minor update: This is tested _not working_ on several versions of GCC>5 + OpenMPI 2/3/4, but works fine with NVHPC and Intel compilers (with OpenMPI).

this issue was fixed by disabling compiler optimization

In this case, I'll be more specific. We only had this issue when using GCC compilers. Using `-02/-03` optimization delivered this error but `-O0` does not. The error is indeed...

@rfj2c -- Yes just doing code-gen is possible. This is basically what is currently done in the code. So, in principle, one can use the existing code here to generate...

Closing due to inactivity.

Hi @OsAmaro -- I just added this as a tracking issue for myself or someone else. If you do not know how to link libraries, please have a look at...

Update: Related to #613 . I found that the above works when turning ` set(NVHPC_USE_TWO_PASS_IPO TRUE)` to ` set(NVHPC_USE_TWO_PASS_IPO FALSE)` in `CMakeLists.txt`, but does __not__ work if twopassIPO is TRUE....

Briges2 does not have nvhpc23.X so I cannot test with these

so you can only build if you load anaconda? if so, we should add it to the bridges2 modules

@Malmahrouqi3 something seems strange, what's the purpose of the script above? If you can find Python 3.11 on a system in `/usr/bin` you can put it first in the path...