-
Notifications
You must be signed in to change notification settings - Fork 706
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9178 from akesandgren/20191017161611_new_pr_fossc…
…uda2019b fix definition of fosscuda/2019b to make sure it works with hierarchical MNS
- Loading branch information
Showing
4 changed files
with
25 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Contribution from the Crick HPC team | ||
# uploaded by J. Sassmannshausen | ||
|
||
name = 'CUDA' | ||
version = '10.1.243' | ||
|
||
homepage = 'https://developer.nvidia.com/cuda-toolkit' | ||
description = """CUDA (formerly Compute Unified Device Architecture) is a parallel | ||
computing platform and programming model created by NVIDIA and implemented by the | ||
graphics processing units (GPUs) that they produce. CUDA gives developers access | ||
to the virtual instruction set and memory of the parallel computational elements in CUDA GPUs.""" | ||
|
||
toolchain = {'name': 'GCC', 'version': '8.3.0'} | ||
|
||
source_urls = ['https://developer.download.nvidia.com/compute/cuda/%(version_major_minor)s/Prod/local_installers/'] | ||
sources = ['%(namelower)s_%(version)s_418.87.00_linux.run'] | ||
checksums = ['e7c22dc21278eb1b82f34a60ad7640b41ad3943d929bebda3008b72536855d31'] | ||
|
||
moduleclass = 'system' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters