Giter Club home page Giter Club logo

Comments (3)

BiplabRaut avatar BiplabRaut commented on August 27, 2024

Dear Andreas,
We looked into the issue reported by you. Please find the details below:-

You are building amd-fftw library in single-precision mode using --enable-float whereas GROMACS is being built with double-precision support -DGMX_FFT_LIBRARY=fftw3.
In case you intend to build GROMACS with single-precision amd-fftw library, then you should build GROMACS in single-precision itself using -DGMX_FFT_LIBRARY=fftw3f.

In case you intend to build GROMACS in double-precision, then please build amd-fftw library first in double-precision mode (i.e. without โ€“enable-float).
You need to use below additional options to build GROMACS in double-precision:
-DGMX_DOUBLE=on
-DCMAKE_PREFIX_PATH=< fftw library path >

Hope the above information helps you in resolving your build errors.
Please let us know if you have any further questions/issues related to amd-fftw.

You can reach out to our support mail-id [email protected] for queries/issues related to amd-fftw or any other AMD tool chain.

Thanks.

from amd-fftw.

aheumaier avatar aheumaier commented on August 27, 2024

Thank you very much for your quick response!,

I try to go for a single prescision. Unfortunatlely Gromaks 2020 doesn't support that target :

CMake Error at cmake/gmxOptionUtilities.cmake:79 (message):
  Invalid value for GMX_FFT_LIBRARY: fftw3f.  Pick one of: fftw3, mkl,
  fftpack[built-in]

And running with double precision isn't supported by using the CUDA target

CMake Error at cmake/gmxManageGPU.cmake:50 (message):
  GPU acceleration is not available in double precision!
Call Stack (most recent call first):
  CMakeLists.txt:213 (include)

Any suggestion how to go from here? Targeted are MD Simulations

from amd-fftw.

BiplabRaut avatar BiplabRaut commented on August 27, 2024

I hope your issue is resolved already.
You can always reach out to our support mail-id [email protected] for queries/issues.
Thank you.

from amd-fftw.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.