Giter Site home page Giter Site logo

Comments (5)

jinhzhou avatar jinhzhou commented on August 13, 2024 1

Hi Lorenzo, thank you for replying!

I'm also inclined to believe it's a local issue. I shall give another CUDA-enabled software a try and update accordingly!

from oxdna.

lorenzo-rovigatti avatar lorenzo-rovigatti commented on August 13, 2024

The cicc: command not found seems to be related to an issue with the local CUDA installation. Is there a reason why you had to install CUDA with miniconda? If nvcc is provided by the HPC environment, you shouldn't have to install it yourself.

from oxdna.

jinhzhou avatar jinhzhou commented on August 13, 2024

Hi! Thank you for responding.

Here's the output error I got after calling cmake without cuda installed in the anaconda environment. I doubled checked the installed packages in the HPC environment and saw that cuda was indeed already installed (specifically cuda 9.1, 9.0, 8.0, 10.1, and 10.0 are installed in the HPC environment).

cmake_output_without_cuda_in_venv.txt

from oxdna.

jinhzhou avatar jinhzhou commented on August 13, 2024

Another thing to note: the HPC environment does not have cudatoolkit installed.

Edit One:
I think I was confused when I originally made the post. After running nvcc --version without the anaconda environment active, I got a -bash: nvcc: command not found output in the terminal (when cuda was not installed in the env). When cuda is installed in the env and is not active, I am able to run nvcc --version and get the version output in the terminal

Edit Two:
Testing on another computer resulted in the same cicc: not found error as in the original post.
Steps:

  • Create a new anaconda venv by running: conda create --name venv
  • conda activate venv
  • git clone https://github.com/lorenzo-rovigatti/oxDNA.git
  • cd oxDNA/
  • mkdir build
  • cd build
  • conda install nvidia::cuda-toolkit
  • cmake -DCUDA=ON ..
  • make -j4

from oxdna.

lorenzo-rovigatti avatar lorenzo-rovigatti commented on August 13, 2024

To me this looks like a local issue that has nothing to do with oxDNA per se. Have you tried compiling another CUDA-enabled software just to see how it goes?

from oxdna.

Related Issues (20)

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.