Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
aml
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
21
Issues
21
List
Boards
Labels
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
argo
aml
Commits
116bf4f2
Commit
116bf4f2
authored
Mar 26, 2019
by
Kyle Shaver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
starting knl test and putting compute node build into script
parent
6350f945
Pipeline
#6765
failed with stage
in 18 minutes and 43 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
8 deletions
+17
-8
.ecp-ci.yml
.ecp-ci.yml
+4
-8
ecp_knl_build.sh
.ecp/ecp_knl_build.sh
+13
-0
No files found.
.ecp-ci.yml
View file @
116bf4f2
...
...
@@ -2,6 +2,7 @@ variables:
ARGOPKGS
:
"
https://xgitlab.cels.anl.gov/argo/argopkgs/-/archive/master/argopkgs-master.tar.gz"
CI_DEBUG_TRACE
:
"
true"
ANL_PROJECT_SERVICE_USER
:
"
ecpcisvc"
SCHEDULER_PARAMETERS
:
"
-A
Operations
-n
1
-t
10
-q
default"
stages
:
-
build
...
...
@@ -29,13 +30,7 @@ make:generic:
make:knl:
stage
:
build
script
:
-
source /opt/intel/compilers_and_libraries/linux/bin/compilervars.sh intel64
-
./autogen.sh
-
mkdir build
-
CC=icc CFLAGS="-mkl -xhost" ./configure --prefix=`pwd`/build --enable-benchmarks
-
make -j64
-
make check
#- make install
-
aprun -n 1 .ecp/ecp_knl_build.sh
artifacts
:
when
:
on_failure
paths
:
...
...
@@ -44,7 +39,8 @@ make:knl:
-
/^wip.*/
-
/^WIP.*/
tags
:
-
knl
-
ecp-iota
-
batch
.repoquality
:
stage
:
build
...
...
.ecp/ecp_knl_build.sh
0 → 100755
View file @
116bf4f2
#!/bin/bash
whoami
hostname
echo
"Beginning build logic"
source
/opt/intel/compilers_and_libraries/linux/bin/compilervars.sh intel64
./autogen.sh
mkdir
build
CC
=
icc
CFLAGS
=
"-mkl -xhost"
./configure
--prefix
=
`
pwd
`
/build
--enable-benchmarks
make
-j64
make check
echo
"Build complete"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment