Giter Club home page Giter Club logo

Comments (4)

rothpc avatar rothpc commented on August 15, 2024

We are attempting to reproduce the problem on a local system, but so far have not been able to. The error message points to a problem with the find_cuda_libs.sh script. In your case, it appears that the script didn't parse the output of nvcc -dryrun correctly, leaving the bogus.o path in the library spec.

Would you please add a comment containing the output of running the config/find_cuda_libs.sh script on your system? It takes one argument - the path to the nvcc that you are using.

from shoc.

rothpc avatar rothpc commented on August 15, 2024

This problem may have been fixed with a recent change to find_cuda_libs.sh (commit b3ebb6f, from Friday August 29). We encourage the original poster to be sure his or her local clone is up-to-date with the repository. If so, and the problem persists, please post the output of nvcc --dryrun as described in the earlier comment.

from shoc.

bald34 avatar bald34 commented on August 15, 2024

Hi, rothpc.

You were right, last commit fixes this bug. Yesterday I really had previous build because it was downloaded some days ago. I'm sorry for this small inadvertence.

Here below are outputs of old and new build config/find_cuda_libs.sh that you asked for. They are different :
[bald@node8 config]$ which nvcc
/usr/local/cuda/bin/nvcc
[bald@node8 config]$ ./find_cuda_libs.sh /usr/local/cuda/bin/nvcc
"/tmp/tmpxft_00003d15_00000000-16_bogus.o" "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib/stubs" "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib" -lcudadevrt -lcudart_static -lrt -lpthread -ldl

[bald@node8 config]$ ./find_cuda_libs.sh /usr/local/cuda/bin/nvcc
"-L/usr/local/cuda/bin/../targets/x86_64-linux/lib/stubs" "-L/usr/local/cuda/bin/../targets/x86_64-linux/lib" -lcudadevrt -lcudart_static -lrt -lpthread -ldl

Thank you for so soon reply. Also i have one more question about MaxFlops' performance on multiple GPUs. It doesn't change whether i choose one GPU or i choose more than one GPU. If you decide i should open new ticket (and close this one), i'll do it.

from shoc.

bald34 avatar bald34 commented on August 15, 2024

Bug was fixed

from shoc.

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.