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
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
Open sidebar
ift
D2O
Commits
1db0f4c5
Commit
1db0f4c5
authored
Dec 03, 2016
by
Theo Steininger
Browse files
Added mpi tests.
parent
8c441cb1
Pipeline
#8811
failed with stage
in 3 minutes and 50 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1db0f4c5
...
...
@@ -3,17 +3,21 @@ before_script:
-
pip install nose
-
pip install nose_parameterized
-
pip install numpy
-
chmod +x continuous_integration/*
test_minimal
:
script
:
-
python setup.py install
-
nosetests
#test_mpi:
# script:
test_mpi
:
script
:
-
continuous_integration/install_mpi.sh
-
python setup.py install
-
nosetests
-
mpirun -n 2 nosetests
-
mpirun -n 5 nosetests
# - pip install cython
# - apt-get update -qy
# - apt-get install -y openmpi-bin libopenmpi-dev
# - pip install mpi4py
# - chmod +x continuous_integration/install_h5py.sh
# - continuous_integration/install_h5py.sh
continuous_integration/install_mpi.sh
0 → 100644
View file @
1db0f4c5
apt-get update
-qy
apt-get
install
-y
openmpi-bin libopenmpi-dev
pip
install
mpi4py
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