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
11
Issues
11
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
84726872
Commit
84726872
authored
Nov 13, 2017
by
Andreas Marek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update gitlab CI file for new appdev cluster
parent
d497304b
Changes
4
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16432 additions
and
19511 deletions
+16432
-19511
.ci-env-vars
.ci-env-vars
+2
-0
.gitlab-ci.yml
.gitlab-ci.yml
+15750
-19510
configure.ac
configure.ac
+1
-1
generate_gitlab_ci_tests.py
generate_gitlab_ci_tests.py
+679
-0
No files found.
.ci-env-vars
View file @
84726872
...
...
@@ -53,5 +53,7 @@ export MKL_GFORTRAN_SCALAPACK_LDFLAGS_NO_MPI_OMP="$MKL_GFORTRAN_SCALAPACK_NO_MPI
export ASAN_OPTIONS=suppressions=no_asan_for_mpi.supp,fast_unwind_on_malloc=0
export LSAN_OPTIONS=suppressions=no_lsan_for_mpi.supp
export I_MPI_DEBUG=5
fi
module list
.gitlab-ci.yml
View file @
84726872
This diff is collapsed.
Click to expand it.
configure.ac
View file @
84726872
...
...
@@ -142,7 +142,7 @@ fi
dnl check which MPI binray invokes a MPI job
if test x"$with_mpi" = x"yes"; then
AC_CHECK_PROGS([MPI_BINARY], [
srun mpiexec.hydra mpiexec mpirun poe runjob
], [no])
AC_CHECK_PROGS([MPI_BINARY], [
mpiexec.hydra mpiexec mpirun poe runjob srun
], [no])
if test x"$MPI_BINARY" = x"no"; then
AC_MSG_ERROR([Could not find either of the MPI binaries: mpiexec.hydra, mpiexec, mpirun, poe, runjob, srun])
fi
...
...
generate_gitlab_ci_tests.py
0 → 100755
View file @
84726872
This diff is collapsed.
Click to expand it.
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