Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MPIBP-Hummer
BioEM
Commits
976fc261
Commit
976fc261
authored
Jun 03, 2016
by
Pilar Cossio
Browse files
Merge branch 'master' of
https://gitlab.rzg.mpg.de/BioEM/BioEM
parents
89c694cc
e030ccea
Pipeline
#4328
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
976fc261
before_script
:
-
export LANG=C
-
module use /afs/ipp/common/usr/modules.2014/amd64_sles11/modulefiles/GPU
-
module load cmake impi/5.1.3 cuda/7.5
# define two stages, that way coverage only runs after all other
# tests have been done.
stages
:
-
build
# - coverage
# default build (without CUDA)
build-gcc-mpi-nocuda
:
stage
:
build
script
:
-
module load gcc/4.9 fftw/gcc/3.3.4 boost/gcc/1.56
-
mkdir build
-
cd build
-
cmake .. -DCMAKE_CXX_COMPILER=g++
-
make VERBOSE=1 -j
4
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