forked from easybuilders/easybuild-easyconfigs
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding easyconfigs: buildenv-default-foss-2023b-CUDA-12.4.0.eb, build…
…env-default-foss-2024a-CUDA-12.6.0.eb, buildenv-default-foss-2024a.eb, buildenv-default-intel-2024a.eb
- Loading branch information
Showing
4 changed files
with
66 additions
and
0 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
easybuild/easyconfigs/b/buildenv/buildenv-default-foss-2023b-CUDA-12.4.0.eb
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,20 @@ | ||
easyblock = 'BuildEnv' | ||
|
||
name = 'buildenv' | ||
version = 'default' | ||
versionsuffix = '-CUDA-%(cudaver)s' | ||
|
||
homepage = 'None' | ||
description = """This module sets a group of environment variables for compilers, linkers, maths libraries, etc., that | ||
you can use to easily transition between toolchains when building your software. To query the variables being set | ||
please use: module show <this module name>""" | ||
|
||
toolchain = {'name': 'foss', 'version': '2023b'} | ||
|
||
dependencies = [ | ||
('CUDA', '12.4.0', '', SYSTEM), | ||
('UCX-CUDA', '1.15.0', versionsuffix), | ||
('UCC-CUDA', '1.2.0', versionsuffix), | ||
] | ||
|
||
moduleclass = 'devel' |
20 changes: 20 additions & 0 deletions
20
easybuild/easyconfigs/b/buildenv/buildenv-default-foss-2024a-CUDA-12.6.0.eb
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,20 @@ | ||
easyblock = 'BuildEnv' | ||
|
||
name = 'buildenv' | ||
version = 'default' | ||
versionsuffix = '-CUDA-%(cudaver)s' | ||
|
||
homepage = 'None' | ||
description = """This module sets a group of environment variables for compilers, linkers, maths libraries, etc., that | ||
you can use to easily transition between toolchains when building your software. To query the variables being set | ||
please use: module show <this module name>""" | ||
|
||
toolchain = {'name': 'foss', 'version': '2024a'} | ||
|
||
dependencies = [ | ||
('CUDA', '12.6.0', '', SYSTEM), | ||
('UCX-CUDA', '1.16.0', versionsuffix), | ||
('UCC-CUDA', '1.3.0', versionsuffix), | ||
] | ||
|
||
moduleclass = 'devel' |
13 changes: 13 additions & 0 deletions
13
easybuild/easyconfigs/b/buildenv/buildenv-default-foss-2024a.eb
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,13 @@ | ||
easyblock = 'BuildEnv' | ||
|
||
name = 'buildenv' | ||
version = 'default' | ||
|
||
homepage = 'None' | ||
description = """This module sets a group of environment variables for compilers, linkers, maths libraries, etc., that | ||
you can use to easily transition between toolchains when building your software. To query the variables being set | ||
please use: module show <this module name>""" | ||
|
||
toolchain = {'name': 'foss', 'version': '2024a'} | ||
|
||
moduleclass = 'devel' |
13 changes: 13 additions & 0 deletions
13
easybuild/easyconfigs/b/buildenv/buildenv-default-intel-2024a.eb
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,13 @@ | ||
easyblock = 'BuildEnv' | ||
|
||
name = 'buildenv' | ||
version = 'default' | ||
|
||
homepage = 'None' | ||
description = """This module sets a group of environment variables for compilers, linkers, maths libraries, etc., that | ||
you can use to easily transition between toolchains when building your software. To query the variables being set | ||
please use: module show <this module name>""" | ||
|
||
toolchain = {'name': 'intel', 'version': '2024a'} | ||
|
||
moduleclass = 'devel' |