Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Chameleon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
solverstack
Chameleon
Commits
e3ff34f6
Commit
e3ff34f6
authored
5 years ago
by
PRUVOST Florent
Committed by
Mathieu Faverge
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Ci/kibana
parent
ad6c800f
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/common.yml
+1
-1
1 addition, 1 deletion
.gitlab/common.yml
tools/bench/chameleon_guix.sh
+7
-6
7 additions, 6 deletions
tools/bench/chameleon_guix.sh
with
8 additions
and
7 deletions
.gitlab/common.yml
+
1
−
1
View file @
e3ff34f6
...
...
@@ -79,7 +79,7 @@
paths
:
-
"
chameleon-$NODE-$MPI-$SLURM_NP.err"
-
"
chameleon-$NODE-$MPI-$SLURM_NP.out"
-
"
build-$NODE-$MPI
/chameleon.csv"
-
"
tools/bench/plafrim
/chameleon.csv"
-
"
tools/bench/plafrim/results/$JUBE_ID"
variables
:
PLATFORM
:
plafrim
This diff is collapsed.
Click to expand it.
tools/bench/chameleon_guix.sh
+
7
−
6
View file @
e3ff34f6
...
...
@@ -4,7 +4,6 @@ set -x
# Configure and Build Chameleon
mkdir
-p
$CI_PROJECT_DIR
/build-
$NODE
-
$MPI
cp
$CI_PROJECT_DIR
/guix.json
$CI_PROJECT_DIR
/build-
$NODE
-
$MPI
/
cd
$CI_PROJECT_DIR
/build-
$NODE
-
$MPI
rm
CMake
*
-rf
cmake
$CHAMELEON_BUILD_OPTIONS
..
...
...
@@ -12,14 +11,16 @@ make -j20 VERBOSE=1
export
CHAMELEON_BUILD
=
$PWD
# clean old benchmarks
jube remove
--id
$JUBE_ID
cd
$CI_PROJECT_DIR
/tools/bench/
$PLATFORM
/results
jube remove
--force
--id
$JUBE_ID
# Execute jube benchmarks
jube run
$CI_PROJECT_DIR
/tools/bench/
$PLATFORM
/chameleon.xml
--tag
gemm potrf geqrf
--include-path
$CI_PROJECT_DIR
/tools/bench/
$PLATFORM
/parameters/
$NODE
--id
$JUBE_ID
cd
$CI_PROJECT_DIR
/tools/bench/
$PLATFORM
/
jube run chameleon.xml
--tag
gemm potrf geqrf
--include-path
parameters/
$NODE
--id
$JUBE_ID
# jube analysis
jube analyse
$CI_PROJECT_DIR
/tools/bench/
$PLATFORM
/
results
--id
$JUBE_ID
jube analyse results
--id
$JUBE_ID
# jube report
jube result
$CI_PROJECT_DIR
/tools/bench/
$PLATFORM
/
results
--id
$JUBE_ID
>
chameleon.csv
jube result results
--id
$JUBE_ID
>
chameleon.csv
# send results to the elasticsearch server
export
PYTHONPATH
=
$GUIX_ENVIRONMENT
/lib/python3.7/site-packages
cp
$CI_PROJECT_DIR
/guix.json
.
python3
$CI_PROJECT_DIR
/tools/bench/jube/add_result.py
-e
https://elasticsearch.bordeaux.inria.fr
-t
hiepacs
-p
"chameleon"
-h
$NODE
-m
$MPI
chameleon.csv
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