Where is nccl.h? [duplicate]How do I get a list of installed files from a package?Where does apt-get install libqt4?Installing rtl8812AU_linux_v4.2.0_6952.20130315.tar.gzCan't install libpng-devOpenCV is not installingUbuntu 16.04 broken kernel packages won't let me install or remove anything with apt-getHow to install ATLAS on Kubuntu 18.04(Bionic)unmet dependencies - libstdc++6

What determines the top speed in ice skating?

Creating chess engine, machine learning vs. traditional engine?

Was Wayne Brady considered a guest star on "Whose Line Is It Anyway?"

schema JSON produces error "Unparsable structured data" in Google Search Console

How to make "acts of patience" exciting?

grep pairs of patterns and file

Rat proofing compost bin but allowing worms in

Sanitise a high score table

Find the percentage

What if you can't publish in very high impact journal or top conference during your PhD?

D&D Monsters and Copyright

Why does unique_ptr<Derived> implicitly cast to unique_ptr<Base>?

I pay for a service, but I miss the broadcast

Is having your hand in your pocket during a presentation bad?

Can you be promoted and then fired for-cause? (Performance)

What is the next number in the series: 21, 21, 23, 20, 5, 25, 31, 24,?

Can you pitch an outline?

Should I reveal productivity tricks to peers, or keep them to myself in order to be more productive than the others?

Describing the taste of food

How to write Hanief (my name) in Japanese?

Accounting for intervals not present within the chord ratio?

What do you call the fallacy of thinking that some action A will guarantee some outcome B, when in reality B depends on multiple other conditions?

Actual cropping dimensions are "wrong" in PS

Why isn't "Axis of Evil" taken more serious?



Where is nccl.h? [duplicate]


How do I get a list of installed files from a package?Where does apt-get install libqt4?Installing rtl8812AU_linux_v4.2.0_6952.20130315.tar.gzCan't install libpng-devOpenCV is not installingUbuntu 16.04 broken kernel packages won't let me install or remove anything with apt-getHow to install ATLAS on Kubuntu 18.04(Bionic)unmet dependencies - libstdc++6






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









1
















This question already has an answer here:



  • How do I get a list of installed files from a package?

    6 answers



Following Installing NCCL I install NCCL:



sudo apt install libnccl2=2.4.2-1+cuda10.0 libnccl-dev=2.4.2-1+cuda10.0


But I can't find nccl.h.



After I install NCCL, where is nccl.h?










share|improve this question














marked as duplicate by Kulfy, karel, Eric Carvalho, Fabby, user535733 May 12 at 15:58


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.














  • 3





    Related: How do I get a list of installed files from a package?

    – steeldriver
    Apr 17 at 18:44











  • "But I can't find nccl.h" but you forgot how you search for it.

    – Rinzwind
    Apr 17 at 18:45











  • locate nccl.h doesn't find it. find . -name 'nccl.h' will take way too long starting from the root, especially taking into account the /mnt directories.

    – empty
    Apr 17 at 18:54











  • You can add -xdev to prevent find from descending into other mounted filesystems. You can likely also root the search at /usr/include instead of /.

    – steeldriver
    Apr 17 at 19:28











  • @empty locate is not updated immediately. you need to rebuild the database if you want newly added files from that.

    – Rinzwind
    Apr 17 at 20:27

















1
















This question already has an answer here:



  • How do I get a list of installed files from a package?

    6 answers



Following Installing NCCL I install NCCL:



sudo apt install libnccl2=2.4.2-1+cuda10.0 libnccl-dev=2.4.2-1+cuda10.0


But I can't find nccl.h.



After I install NCCL, where is nccl.h?










share|improve this question














marked as duplicate by Kulfy, karel, Eric Carvalho, Fabby, user535733 May 12 at 15:58


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.














  • 3





    Related: How do I get a list of installed files from a package?

    – steeldriver
    Apr 17 at 18:44











  • "But I can't find nccl.h" but you forgot how you search for it.

    – Rinzwind
    Apr 17 at 18:45











  • locate nccl.h doesn't find it. find . -name 'nccl.h' will take way too long starting from the root, especially taking into account the /mnt directories.

    – empty
    Apr 17 at 18:54











  • You can add -xdev to prevent find from descending into other mounted filesystems. You can likely also root the search at /usr/include instead of /.

    – steeldriver
    Apr 17 at 19:28











  • @empty locate is not updated immediately. you need to rebuild the database if you want newly added files from that.

    – Rinzwind
    Apr 17 at 20:27













1












1








1









This question already has an answer here:



  • How do I get a list of installed files from a package?

    6 answers



Following Installing NCCL I install NCCL:



sudo apt install libnccl2=2.4.2-1+cuda10.0 libnccl-dev=2.4.2-1+cuda10.0


But I can't find nccl.h.



After I install NCCL, where is nccl.h?










share|improve this question















This question already has an answer here:



  • How do I get a list of installed files from a package?

    6 answers



Following Installing NCCL I install NCCL:



sudo apt install libnccl2=2.4.2-1+cuda10.0 libnccl-dev=2.4.2-1+cuda10.0


But I can't find nccl.h.



After I install NCCL, where is nccl.h?





This question already has an answer here:



  • How do I get a list of installed files from a package?

    6 answers







apt






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Apr 17 at 18:37









emptyempty

1611 silver badge8 bronze badges




1611 silver badge8 bronze badges





marked as duplicate by Kulfy, karel, Eric Carvalho, Fabby, user535733 May 12 at 15:58


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.











marked as duplicate by Kulfy, karel, Eric Carvalho, Fabby, user535733 May 12 at 15:58


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.









marked as duplicate by Kulfy, karel, Eric Carvalho, Fabby, user535733 May 12 at 15:58


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.









  • 3





    Related: How do I get a list of installed files from a package?

    – steeldriver
    Apr 17 at 18:44











  • "But I can't find nccl.h" but you forgot how you search for it.

    – Rinzwind
    Apr 17 at 18:45











  • locate nccl.h doesn't find it. find . -name 'nccl.h' will take way too long starting from the root, especially taking into account the /mnt directories.

    – empty
    Apr 17 at 18:54











  • You can add -xdev to prevent find from descending into other mounted filesystems. You can likely also root the search at /usr/include instead of /.

    – steeldriver
    Apr 17 at 19:28











  • @empty locate is not updated immediately. you need to rebuild the database if you want newly added files from that.

    – Rinzwind
    Apr 17 at 20:27












  • 3





    Related: How do I get a list of installed files from a package?

    – steeldriver
    Apr 17 at 18:44











  • "But I can't find nccl.h" but you forgot how you search for it.

    – Rinzwind
    Apr 17 at 18:45











  • locate nccl.h doesn't find it. find . -name 'nccl.h' will take way too long starting from the root, especially taking into account the /mnt directories.

    – empty
    Apr 17 at 18:54











  • You can add -xdev to prevent find from descending into other mounted filesystems. You can likely also root the search at /usr/include instead of /.

    – steeldriver
    Apr 17 at 19:28











  • @empty locate is not updated immediately. you need to rebuild the database if you want newly added files from that.

    – Rinzwind
    Apr 17 at 20:27







3




3





Related: How do I get a list of installed files from a package?

– steeldriver
Apr 17 at 18:44





Related: How do I get a list of installed files from a package?

– steeldriver
Apr 17 at 18:44













"But I can't find nccl.h" but you forgot how you search for it.

– Rinzwind
Apr 17 at 18:45





"But I can't find nccl.h" but you forgot how you search for it.

– Rinzwind
Apr 17 at 18:45













locate nccl.h doesn't find it. find . -name 'nccl.h' will take way too long starting from the root, especially taking into account the /mnt directories.

– empty
Apr 17 at 18:54





locate nccl.h doesn't find it. find . -name 'nccl.h' will take way too long starting from the root, especially taking into account the /mnt directories.

– empty
Apr 17 at 18:54













You can add -xdev to prevent find from descending into other mounted filesystems. You can likely also root the search at /usr/include instead of /.

– steeldriver
Apr 17 at 19:28





You can add -xdev to prevent find from descending into other mounted filesystems. You can likely also root the search at /usr/include instead of /.

– steeldriver
Apr 17 at 19:28













@empty locate is not updated immediately. you need to rebuild the database if you want newly added files from that.

– Rinzwind
Apr 17 at 20:27





@empty locate is not updated immediately. you need to rebuild the database if you want newly added files from that.

– Rinzwind
Apr 17 at 20:27










1 Answer
1






active

oldest

votes


















1
















This worked:



sudo dpkg-query -L libnccl-dev





share|improve this answer
































    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1
















    This worked:



    sudo dpkg-query -L libnccl-dev





    share|improve this answer





























      1
















      This worked:



      sudo dpkg-query -L libnccl-dev





      share|improve this answer



























        1














        1










        1









        This worked:



        sudo dpkg-query -L libnccl-dev





        share|improve this answer













        This worked:



        sudo dpkg-query -L libnccl-dev






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Apr 17 at 20:06









        emptyempty

        1611 silver badge8 bronze badges




        1611 silver badge8 bronze badges
















            Popular posts from this blog

            Tamil (spriik) Luke uk diar | Nawigatjuun

            Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

            Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?