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
dbaad7f8
Commit
dbaad7f8
authored
Mar 21, 2017
by
Andreas Marek
Browse files
Gitlab CI: update for Hydra
parent
82fdced8
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
dbaad7f8
before_script
:
-
export LANG=C
-
module load impi/5.1.3 intel/16.0 gcc/4.9 mkl/11.3 autotools pkg-config
-
if [ $HOST != "hydra03" -a $HOST != "hydra04" -a $HOST != "hydra05" -a $HOST != "hydra06" -a $HOST != "hydra07" ] ; then
module load impi/5.1.3 intel/16.0 gcc/4.9 mkl/11.3 autotools pkg-config
; fi
-
module list
-
export MKL_INTEL_SCALAPACK_MPI_NO_OMP_BASELINE="-L$MKL_HOME/lib/intel64 -lmkl_scalapack_lp64 -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lmkl_blacs_intelmpi_lp64 -lpthread -lm"
-
export MKL_INTEL_SCALAPACK_FCFLAGS_MPI_NO_OMP="$MKL_INTEL_SCALAPACK_MPI_NO_OMP_BASELINE -I$MKL_HOME/include/intel64/lp64"
...
...
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