RE: [easybuild] cuda with cuda samples

2019-02-11 Thread Yann Sagon
Dear Damian, thanks, this should do the tricks! Best De : easybuild-requ...@lists.ugent.be de la part de Alvarez, Damian Envoyé : lundi, 11 février 2019 16:29 À : easybuild@lists.ugent.be Objet : Re: [easybuild] cuda with cuda samples Dear Yann, I

Re: [easybuild] cuda with cuda samples

2019-02-11 Thread Alvarez, Damian
Dear Yann, I have added this to our CUDA easyconfig: postinstallcmds = [ 'cd %(installdir)s/samples && make SMS="35 37"' ] That should be enough, but remember to tune it for the architectures you need. Damian From: on behalf of Yann Sagon Reply-To: "easybuild@lists.ugent.be" Date:

[easybuild] cuda with cuda samples

2019-02-11 Thread Yann Sagon
Dear all, As far as I'm aware of, when building CUDA with easybuild the CUDA samples aren't compiled. I found an issue talking about that in 2013 (still open!) https://github.com/easybuilders/easybuild-easyblocks/issues/147 Can you confirm me that the samples are still not compiled