Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cpp_sisso
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
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
nomad-lab
cpp_sisso
Commits
52c16a43
Commit
52c16a43
authored
3 years ago
by
Sebastian Eibl
Browse files
Options
Downloads
Patches
Plain Diff
add intel gpu run
parent
0d82290c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+21
-1
21 additions, 1 deletion
.gitlab-ci.yml
with
21 additions
and
1 deletion
.gitlab-ci.yml
+
21
−
1
View file @
52c16a43
...
...
@@ -230,6 +230,26 @@ test-intel-bin-base:
-
for direc in ../*/; do cd $direc; if [[ $direc != *"param"* ]]; then mpiexec -n 1 ../../../intel_py/bin/sisso++; python check_model.py; fi; done
-
cd ../../../
test-intel-bin-base-gpu
:
tags
:
-
cloud-gpu
-
nvidia-cc80
stage
:
bin_test
dependencies
:
-
build-intel-base
needs
:
[
"
build-intel-base"
]
script
:
-
export I_MPI_ROOT=/home/runner/intel/oneapi/mpi/latest/
-
export INTEL_COMP_ROOT=/home/runner/intel/oneapi/compiler/latest/linux/
-
export MKLROOT=/home/runner/intel/oneapi/mkl/latest/
-
export LD_LIBRARY_PATH=$I_MPI_ROOT/lib/:$I_MPI_ROOT/lib/release:$MKLROOT/lib/intel64:$INTEL_COMP_ROOT/lib/:$INTEL_COMP_ROOT/compiler/lib/intel64/:$LD_LIBRARY_PATH:$HOME/intel/oneapi/intelpython/latest/lib/:$HOME/intel/oneapi/intelpython/latest/lib/python3.7
-
export PYTHONPATH=$HOME/intel/oneapi/intelpython/latest/lib/python3.7/site-packages/:cpp_sisso_env_intel_py/lib/python3.7/site-packages/
-
export PATH=$INTEL_COMP_ROOT/bin/:$INTEL_COMP_ROOT/bin/intel64:$I_MPI_ROOT/bin:$PATH
-
export OMP_NUM_THREADS=1
-
cd tests/gpu_test/regression/
-
for direc in ../*/; do cd $direc; if [[ $direc != *"param"* ]]; then mpiexec -n 1 ../../../intel_base/bin/sisso++; fi; done
-
cd ../../../
build-gnu-base
:
tags
:
-
cloud-gpu
...
...
@@ -432,7 +452,7 @@ test-gnu-bin-base-gpu:
-
export LD_LIBRARY_PATH=$HOME/intel/oneapi/intelpython/latest/lib/:$HOME/intel/oneapi/intelpython/latest/lib/python3.7:$LD_LIBRARY_PATH
-
export OMP_NUM_THREADS=1
-
cd tests/gpu_test/regression/
-
for direc in ../*/; do cd $direc; if [[ $direc != *"param"* ]]; then mpiexec -n 1 ../../../gnu_base/bin/sisso++;
python check_model.py;
fi; done
-
for direc in ../*/; do cd $direc; if [[ $direc != *"param"* ]]; then mpiexec -n 1 ../../../gnu_base/bin/sisso++; fi; done
-
cd ../../../
build-gnu-gcov
:
...
...
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