You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nvidia compilers are used on new GPU centric HPC machines. Python's distutils doesn't play well with them producing lots of unrecognized flags that can cause errors. It is possible to customize via setup.py for nvidia though. See:
nvidia compilers are used on new GPU centric HPC machines. Python's distutils doesn't play well with them producing lots of unrecognized flags that can cause errors. It is possible to customize via
setup.py
for nvidia though. See:https://github.com/shwina/stdpar-cython/blob/main/setup.py (copied below).
Adapt this for our setup.py, testing on Polaris.
The text was updated successfully, but these errors were encountered: