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
df0e6d4f
Commit
df0e6d4f
authored
Dec 03, 2016
by
Theo Steininger
Browse files
Added fftw tests.
parent
bdd2c500
Pipeline
#8814
canceled with stage
in 6 minutes and 4 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
df0e6d4f
...
...
@@ -18,6 +18,17 @@ test_mpi:
-
mpirun -n 2 nosetests
-
mpirun -n 5 nosetests
# - pip install cython
# - chmod +x continuous_integration/install_h5py.sh
# - continuous_integration/install_h5py.sh
test_mpi_fftw
:
script
:
-
continuous_integration/install_mpi.sh
-
continuous_integration/install_fftw.sh
-
python setup.py install
-
mpirun -n 2 nosetests
test_mpi_hdf5
:
script
:
-
continuous_integration/install_mpi.sh
-
continuous_integration/install_h5py.sh
-
python setup.py install
-
mpirun -n 2 nosetests
continuous_integration/install_fftw.sh
0 → 100644
View file @
df0e6d4f
#!/bin/bash
pip
install
cython
apt-get
install
-y
libfftw3-3 libfftw3-bin libfftw3-dev libfftw3-mpi-dev libfftw3-mpi3
git clone
-b
mpi https://github.com/fredRos/pyFFTW.git
cd
pyFFTW/
#export LDFLAGS="-L/usr/include"
#export CFLAGS="-I/usr/include"
CC
=
mpicc python setup.py build_ext
install
cd
..
continuous_integration/install_h5py.sh
View file @
df0e6d4f
#!/bin/bash
pip
install
cython
apt-get update
-qy
apt-get
install
-y
libhdf5-openmpi-dev
curl
-s
https://api.github.com/repos/h5py/h5py/tags |
grep
tarball_url |
head
-n
1 |
cut
-d
'"'
-f
4 | wget
-i
-
-O
h5py.tar.gz
tar
xzf h5py.tar.gz
cd
h5py-h5py
*
...
...
continuous_integration/install_mpi.sh
View file @
df0e6d4f
#!/bin/bash
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