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
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:
...
@@ -3,17 +3,21 @@ before_script:
-
pip install nose
-
pip install nose
-
pip install nose_parameterized
-
pip install nose_parameterized
-
pip install numpy
-
pip install numpy
-
chmod +x continuous_integration/*
test_minimal
:
test_minimal
:
script
:
script
:
-
python setup.py install
-
python setup.py install
-
nosetests
-
nosetests
#test_mpi:
test_mpi
:
# script:
script
:
-
continuous_integration/install_mpi.sh
-
python setup.py install
-
nosetests
-
mpirun -n 2 nosetests
-
mpirun -n 5 nosetests
# - pip install cython
# - 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
# - chmod +x continuous_integration/install_h5py.sh
# - 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
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