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
In case of submake call nocc is not changing submake root working directory. This leads to wrong place of obj files generated with submake.
How to reproduce: # Configure nocc env vars to access nocc cluster git clone -b v0.3.27 https://github.com/OpenMathLib/OpenBLAS.git DYNAMIC_ARCH=1 make CC="nocc ${CC}" CXX="nocc ${CXX}" libs
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
In case of submake call nocc is not changing submake root working directory. This leads to wrong place of obj files generated with submake.
How to reproduce:
# Configure nocc env vars to access nocc cluster
git clone -b v0.3.27 https://github.com/OpenMathLib/OpenBLAS.git
DYNAMIC_ARCH=1 make CC="nocc ${CC}" CXX="nocc ${CXX}" libs
The text was updated successfully, but these errors were encountered: