We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey,
Allwmake_Aalto script doesn't compile the ODE_DLB library for the PUHTI and MAHTI platform.
PUHTI
MAHTI
This issue can be solved by changing appropriate lines of the Allwmake_Aalto script from
cp src/ODE_DLB/Make/options.mahti src/ODE_DLB/Make/options
to
cp src/ODE_DLB/Make/options.openblas src/ODE_DLB/Make/options
and
cp src/ODE_DLB/Make/options.puhti src/ODE_DLB/Make/options
cp src/ODE_DLB/Make/options.mkl src/ODE_DLB/Make/options
Thanks!
The text was updated successfully, but these errors were encountered:
8a1b543
No branches or pull requests
Hey,
Allwmake_Aalto script doesn't compile the ODE_DLB library for the
PUHTI
andMAHTI
platform.This issue can be solved by changing appropriate lines of the Allwmake_Aalto script from
cp src/ODE_DLB/Make/options.mahti src/ODE_DLB/Make/options
to
cp src/ODE_DLB/Make/options.openblas src/ODE_DLB/Make/options
and
cp src/ODE_DLB/Make/options.puhti src/ODE_DLB/Make/options
to
cp src/ODE_DLB/Make/options.mkl src/ODE_DLB/Make/options
Thanks!
The text was updated successfully, but these errors were encountered: