Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LinkTest
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cstao-public
LinkTest
Commits
1ff1c446
Commit
1ff1c446
authored
1 month ago
by
Ilya Zhukov
Browse files
Options
Downloads
Patches
Plain Diff
Fix failing CI
parent
32e8516e
No related branches found
No related tags found
1 merge request
!62
Fix failing CI
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+14
-3
14 additions, 3 deletions
.gitlab-ci.yml
test/Default.xml
+6
-1
6 additions, 1 deletion
test/Default.xml
test/LinktestMain.xml
+5
-0
5 additions, 0 deletions
test/LinktestMain.xml
with
25 additions
and
4 deletions
.gitlab-ci.yml
+
14
−
3
View file @
1ff1c446
...
...
@@ -12,8 +12,16 @@ juwels-test-job:
script
:
-
module load JUBE
-
jube-autorun test/LinktestMain.xml
-
'
[
$(jube
result
test/runs/
|
grep
-cF
"Compile
failed")
-le
1
]'
# Known Issues: Intel + IntelMPI
-
'
[
$(jube
result
test/runs/
|
grep
-cF
"Compile
failed")
-le
2
]'
# Known Issues: Intel + IntelMPI
, NVHPC + OpenMPI
-
'
[
$(jube
result
test/runs/
|
grep
-cF
"Cleanup
failed")
-le
4
]'
# Known Issues: GCC/NVHPC + ParaStationMPI + CUDA, Layertest ibverbs/CUDA
id_tokens
:
SITE_ID_TOKEN
:
aud
:
https://gitlab.jsc.fz-juelich.de
artifacts
:
when
:
always
expire_in
:
1 week
paths
:
-
test/runs/
jureca-test-job
:
stage
:
test
...
...
@@ -21,5 +29,8 @@ jureca-test-job:
script
:
-
module load JUBE
-
jube-autorun test/LinktestMain.xml
-
'
[
$(jube
result
test/runs/
|
grep
-cF
"Compile
failed")
-le
1
]'
# Known Issues: Intel + IntelMPI
-
'
[
$(jube
result
test/runs/
|
grep
-cF
"Compile
failed")
-le
2
]'
# Known Issues: Intel + IntelMPI
, NVHPC + OpenMPI
-
'
[
$(jube
result
test/runs/
|
grep
-cF
"Cleanup
failed")
-le
4
]'
# Known Issues: GCC/NVHPC + ParaStationMPI + CUDA, Layertest ibverbs/CUDA
id_tokens
:
SITE_ID_TOKEN
:
aud
:
https://gitlab.jsc.fz-juelich.de
\ No newline at end of file
This diff is collapsed.
Click to expand it.
test/Default.xml
+
6
−
1
View file @
1ff1c446
...
...
@@ -54,7 +54,7 @@
} [ "${MPI}" ]
</parameter>
<parameter
name=
"Load_Modules"
>
module load Stages/202
3
module load Stages/202
5
module load ${Compiler}
module load ${MPI}
module load ${CUDA}
...
...
@@ -64,6 +64,11 @@
module load SciPy-Stack
module list
</parameter>
<parameter
name=
"Install_minipmi"
>
git clone https://github.com/kraused/minipmi.git
cd minipmi
make -j8
</parameter>
</parameterset>
<parameterset
name=
"Slurm"
>
<!-- depends on Linktest_Args, System and Environment parameters -->
<parameter
name=
"Account"
mode=
"python"
>
...
...
This diff is collapsed.
Click to expand it.
test/LinktestMain.xml
+
5
−
0
View file @
1ff1c446
...
...
@@ -54,6 +54,11 @@
<use
from=
"Default.xml"
>
System, Environment, Build
</use>
<do
done_file=
"ready"
error_file=
"error"
tag=
"!dryRun"
>
set -x
$Install_minipmi
export MINIPMI_DIR=$(pwd)
cd ..
export CPATH=$$MINIPMI_DIR:$$CPATH
export LIBRARY_PATH=$$MINIPMI_DIR:$$LIBRARY_PATH
$Load_Modules
cd benchmark
$Make
...
...
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