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
ift
D2O
Commits
44df9ab5
Commit
44df9ab5
authored
Dec 02, 2016
by
Theo Steininger
Browse files
Added test .gitlab-ci.yml
parent
b8f6f2d9
Pipeline
#8805
failed with stage
in 1 minute and 22 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
44df9ab5
image
:
python:2.7-wheezy
before_script
:
-
pip install nose
-
pip install nose_parameterized
-
pip install numpy
-
apt-get update -qy
-
apt-get install -y openmpi-bin libopenmpi-dev
-
pip install mpi4py
-
continuous_integration/install_h5py.sh
test
:
script
:
-
mpirun -n 2 nosetests
continuous_integration/install_h5py.sh
0 → 100644
View file @
44df9ab5
#!/bin/bash
apt-get
install
libhdf5-openmpi-dev
pip download h5py
--no-binary
:all:
--no-deps
tar
xzf h5py
*
cd
h5py
*
export
CC
=
mpicc
python setup.py configure
--mpi
python setup.py build
python setup.py
install
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