Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
d9dcb1aa
Commit
d9dcb1aa
authored
Jun 11, 2016
by
Andreas Marek
Browse files
Fix gitlav CI script
parent
692123dc
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d9dcb1aa
...
...
@@ -608,12 +608,12 @@ gfortran-double-precision-no-mpi-noopenmp-ftimings-redirect-jobs:
# jobs for intel/gfortran single precision nompi and no openmp ftimings and redirect enabled
intel-single-precision-no
-
mpi-noopenmp-ftimings-redirect-jobs
:
intel-single-precision-nompi-noopenmp-ftimings-redirect-jobs
:
tags
:
-
cpu
script
:
-
./autogen.sh
-
./configure CFLAGS="-O3 -mavx" CXXFLAGS="-O3 -mavx" FCFLAGS="-O3 -mavx" SCALAPACK_LDFLAGS="$MKL_INTEL_SCALAPACK_LDFLAGS_MPI_NO_OMP" SCALAPACK_FCFLAGS="$MKL_INTEL_SCALAPACK_FCFLAGS_MPI_NO_OMP" --with-ftimings --with-redirect --with-mpi=0 --enable-single-precision
-
./configure CFLAGS="-O3 -mavx" CXXFLAGS="-O3 -mavx" FCFLAGS="-O3 -mavx" SCALAPACK_LDFLAGS="$MKL_INTEL_SCALAPACK_LDFLAGS_
NO_
MPI_NO_OMP" SCALAPACK_FCFLAGS="$MKL_INTEL_SCALAPACK_FCFLAGS_
NO_
MPI_NO_OMP" --with-ftimings --with-redirect --with-mpi=0 --enable-single-precision
-
make -j
8
-
export LD_LIBRARY_PATH=$MKL_HOME/lib/intel64:$LD_LIBRARY_PATH
-
make check TEST_FLAGS='1500 50 16'
...
...
Write
Preview
Supports
Markdown
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