Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
elpa
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
10
Issues
10
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
elpa
elpa
Commits
f49a1ce7
Commit
f49a1ce7
authored
Jan 26, 2018
by
Andreas Marek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Gitlab CI always source ci-env-vars
parent
3e5aecf1
Changes
3
Pipelines
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
.gitlab-ci.yml
.gitlab-ci.yml
+1
-0
ci_test_scripts/.ci-env-vars
ci_test_scripts/.ci-env-vars
+2
-2
ci_test_scripts/generate_gitlab_ci_tests.py
ci_test_scripts/generate_gitlab_ci_tests.py
+1
-0
No files found.
.gitlab-ci.yml
View file @
f49a1ce7
...
@@ -80,6 +80,7 @@ before_script:
...
@@ -80,6 +80,7 @@ before_script:
- export SKIP_STEP=0
- export SKIP_STEP=0
- ./autogen.sh
- ./autogen.sh
- export SKIP_STEP=0
- export SKIP_STEP=0
- source /etc/profile.d/modules.sh && . ./ci_test_scripts/.ci-env-vars
ci_test_scripts/.ci-env-vars
View file @
f49a1ce7
...
@@ -51,8 +51,8 @@ export MKL_GFORTRAN_SCALAPACK_NO_MPI_OMP_BASELINE="-L$MKL_HOME/lib/intel64 -lmkl
...
@@ -51,8 +51,8 @@ export MKL_GFORTRAN_SCALAPACK_NO_MPI_OMP_BASELINE="-L$MKL_HOME/lib/intel64 -lmkl
export MKL_GFORTRAN_SCALAPACK_FCFLAGS_NO_MPI_OMP="-I$MKL_HOME/include/intel64/lp64"
export MKL_GFORTRAN_SCALAPACK_FCFLAGS_NO_MPI_OMP="-I$MKL_HOME/include/intel64/lp64"
export MKL_GFORTRAN_SCALAPACK_LDFLAGS_NO_MPI_OMP="$MKL_GFORTRAN_SCALAPACK_NO_MPI_OMP_BASELINE -Wl,-rpath,$MKL_HOME/lib/intel64"
export MKL_GFORTRAN_SCALAPACK_LDFLAGS_NO_MPI_OMP="$MKL_GFORTRAN_SCALAPACK_NO_MPI_OMP_BASELINE -Wl,-rpath,$MKL_HOME/lib/intel64"
export ASAN_OPTIONS=suppressions=no_asan_for_mpi.supp,fast_unwind_on_malloc=0
export ASAN_OPTIONS=suppressions=
./ci_test_scripts/
no_asan_for_mpi.supp,fast_unwind_on_malloc=0
export LSAN_OPTIONS=suppressions=no_lsan_for_mpi.supp
export LSAN_OPTIONS=suppressions=
./ci_test_scripts/
no_lsan_for_mpi.supp
fi
fi
...
...
ci_test_scripts/generate_gitlab_ci_tests.py
View file @
f49a1ce7
...
@@ -260,6 +260,7 @@ print(" - echo \"This test will run with matrix size na = $MATRIX_SIZE, nev= $N
...
@@ -260,6 +260,7 @@ print(" - echo \"This test will run with matrix size na = $MATRIX_SIZE, nev= $N
print
(
" - export SKIP_STEP=0"
)
print
(
" - export SKIP_STEP=0"
)
print
(
" - ./autogen.sh"
)
print
(
" - ./autogen.sh"
)
print
(
" - export SKIP_STEP=0"
)
print
(
" - export SKIP_STEP=0"
)
print
(
" - source /etc/profile.d/modules.sh && . ./ci_test_scripts/.ci-env-vars"
)
print
(
"
\n\n
"
)
print
(
"
\n\n
"
)
...
...
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