Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
easybuild-repository-public-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DEEP-SEA
easybuild-repository-public-release
Commits
8fb5d63c
Commit
8fb5d63c
authored
2 years ago
by
Damian Alvarez
Browse files
Options
Downloads
Patches
Plain Diff
Fix to checks in the CI
parent
7cf83c59
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
Golden_Repo/u/UCC/UCC-default-GCCcore-11.3.0.eb
+1
-1
1 addition, 1 deletion
Golden_Repo/u/UCC/UCC-default-GCCcore-11.3.0.eb
with
2 additions
and
1 deletion
.gitlab-ci.yml
+
1
−
0
View file @
8fb5d63c
...
@@ -32,6 +32,7 @@ check_style:
...
@@ -32,6 +32,7 @@ check_style:
-
export EASYBUILD_MODULECLASSES="astro,base,bio,cae,chem,compiler,data,debugger,devel,"
-
export EASYBUILD_MODULECLASSES="astro,base,bio,cae,chem,compiler,data,debugger,devel,"
-
export EASYBUILD_MODULECLASSES=$EASYBUILD_MODULECLASSES"geo,ide,lang,lib,math,mpi,numlib,perf,phys,quantum,sidecompiler,"
-
export EASYBUILD_MODULECLASSES=$EASYBUILD_MODULECLASSES"geo,ide,lang,lib,math,mpi,numlib,perf,phys,quantum,sidecompiler,"
-
export EASYBUILD_MODULECLASSES=$EASYBUILD_MODULECLASSES"system,toolchain,tools,vis"
-
export EASYBUILD_MODULECLASSES=$EASYBUILD_MODULECLASSES"system,toolchain,tools,vis"
-
export EASYBUILD_CUDA_COMPUTE_CAPABILITIES="8.0"
-
faulty=""
-
faulty=""
-
export TIP_COMMIT=$CI_COMMIT_SHA
-
export TIP_COMMIT=$CI_COMMIT_SHA
-
if [ "x$CI_COMMIT_BRANCH" = "x$TARGET_BRANCH" ]; then
-
if [ "x$CI_COMMIT_BRANCH" = "x$TARGET_BRANCH" ]; then
...
...
This diff is collapsed.
Click to expand it.
Golden_Repo/u/UCC/UCC-default-GCCcore-11.3.0.eb
+
1
−
1
View file @
8fb5d63c
...
@@ -37,7 +37,7 @@ dependencies = [
...
@@ -37,7 +37,7 @@ dependencies = [
preconfigopts = "./autogen.sh && "
preconfigopts = "./autogen.sh && "
local_gpu_cc = local_os.environ["EASYBUILD_CUDA_COMPUTE_CAPABILITIES"].split(',')[0].replace('.','')
local_gpu_cc = local_os.environ["EASYBUILD_CUDA_COMPUTE_CAPABILITIES"].split(',')[0].replace('.',
'')
configopts = "--enable-optimizations "
configopts = "--enable-optimizations "
configopts += f"--with-nvcc-gencode=-gencode=arch=compute_{local_gpu_cc},code=sm_{local_gpu_cc} "
configopts += f"--with-nvcc-gencode=-gencode=arch=compute_{local_gpu_cc},code=sm_{local_gpu_cc} "
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment