Bioinformatics ReviewBioinformatics Review
Notification Show More
Font ResizerAa
  •  Home
  • Docking
  • MD Simulation
  • Tools
  • More Topics
    • Softwares
    • Sequence Analysis
    • Algorithms
    • Bioinformatics Programming
    • Bioinformatics Research Updates
    • Drug Discovery
    • Phylogenetics
    • Structural Bioinformatics
    • Editorials
    • Tips & Tricks
    • Bioinformatics News
    • Featured
    • Genomics
    • Bioinformatics Infographics
  • Community
    • BiR-Research Group
    • Community Q&A
    • Ask a question
    • Join Telegram Channel
    • Join Facebook Group
    • Join Reddit Group
    • Subscription Options
    • Become a Patron
    • Write for us
  • About Us
    • About BiR
    • BiR Scope
    • The Team
    • Guidelines for Research Collaboration
    • Feedback
    • Contact Us
    • Recent @ BiR
  • Subscription
  • Account
    • Visit Dashboard
    • Login
Font ResizerAa
Bioinformatics ReviewBioinformatics Review
Search
Have an existing account? Sign In
Follow US
MD SimulationSoftwareTools

How to solve ‘Could NOT find CUDA: Found unsuitable version “10.1”‘ error during GROMACS installation?

Dr. Muniba Faiza
Last updated: April 18, 2023 4:39 pm
Dr. Muniba Faiza
Share
2 Min Read
How to solve ‘Could NOT find CUDA: Found unsuitable version “10.1”‘ error during GROMACS installation?
SHARE

Compiling GROMACS [1] with GPU can be trivial. Previously, we have provided a few articles on the same. In this article, we will solve an error frequently occurring during GROMACS installation.

Contents
Removing old CUDA symlinkCreate a symlink to the new CUDA versionReferencesFurther Reading

The error we experience most while compiling GROMACS with CUDA is ‘Could NOT find CUDA: Found unsuitable version “10.1”‘. It occurs when you still haven’t wholly uninstalled CUDA’s old version (here, 10.1).

Before proceeding further, if you are installing GROMACS with CUDA, ensure to remove the previous CUDA toolkit and NVIDIA drivers. For details, read this article.

Now let’s get back to solving the error, you will have to remove the symlink of the previous CUDA version and then link the new one as shown below.

Removing old CUDA symlink

  • Go to /usr/local/ (or where your CUDA is installed, generally, it is /usr/local/).
  • Open a terminal and change to /usr/local
    $ cd /usr/local
  • Remove the ‘cuda’ directory as follows:
    $ sudo rm cuda

Create a symlink to the new CUDA version

  • Paste the following command in the terminal:
    $ sudo ln -s /usr/local/cuda-11.7 /usr/local/cuda

This should solve the error. But if you still get the same error then add the CUDA root dir (-D CUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda) path in your cmake command as shown below:

$ sudo cmake .. -DGMX_BUILD_OWN_FFTW=OFF -DREGRESSIONTEST_DOWNLOAD=OFF -DMAKE_C_COMPILER=gcc -DGMX_GPU=CUDA -D CUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda -DGMX_MPI=OFF -DREGRESSIONTEST_PATH=/your/pwd/path/here/Downloads/regressiontests-2021

 


References

  1. Abraham, M. J., Murtola, T., Schulz, R., Páll, S., Smith, J. C., Hess, B., & Lindahl, E. (2015). GROMACS: High performance molecular simulations through multi-level parallelism from laptops to supercomputers. SoftwareX, 1, 19-25.

Further Reading

Tutorial: Molecular dynamics (MD) simulation using Gromacs

Method-2: Installing GROMACS on Ubuntu 20.04 with CUDA GPU Support

How to take snapshots of structure at specific times in GROMACS?

Installing GROMOS96 on Ubuntu

 

TAGGED:CUDACUDA 11.7errors during installationGPU supportGromacsmd simulation
Share This Article
Facebook Copy Link Print
ByDr. Muniba Faiza
Follow:
Dr. Muniba is a Bioinformatician based in New Delhi, India. She has completed her PhD in Bioinformatics from South China University of Technology, Guangzhou, China. She has cutting edge knowledge of bioinformatics tools, algorithms, and drug designing. When she is not reading she is found enjoying with the family. Know more about Muniba
Leave a Comment

Leave a Reply Cancel reply

You must be logged in to post a comment.

- Advertisement -
Ad image
10 years of Bioinformatics Review: From a Blog to a Bioinformatics Knowledge Hub!
Editorial
Starting in Bioinformatics? Do This First!
Starting in Bioinformatics? Do This First!
Tips & Tricks
[Editorial] Is it ethical to change the order of authors’ names in a manuscript?
Editorial Opinion
Installing bbtools on Ubuntu
[Tutorial] Installing BBTools on Ubuntu (Linux).
Sequence Analysis Software Tools

You Might Also Like

DockingDrug DiscoverySoftwareTools

Beginner’s Guide for Docking using Autodock Vina

May 20, 2020
video tutorial: Pymol basics
Protein VisualizationSoftwareToolsVideo Tutorial

Video Tutorial: Basic Functions of PyMol

November 23, 2024
Installing galaxy on Ubuntu
DockingSoftwareTools

Installing GalaxyPepDock & Galaxy-Server on Ubuntu

September 27, 2020
Installing multiple versions of Pymol on Ubuntu
SoftwareTools

How to install multiple Pymol versions on Ubuntu (Linux)?

March 28, 2022
Copyright 2024 IQL Technologies
  • Journal
  • Customer Support
  • Contact Us
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Cookie Policy
  • Sitemap
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?

Not a member? Sign Up