Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
BOUT-dev
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Bold
BOUT-dev
Commits
63d5b995
Commit
63d5b995
authored
4 years ago
by
David Schwörer
Browse files
Options
Downloads
Patches
Plain Diff
load mpi in CI
parent
63aa1a96
No related branches found
No related tags found
No related merge requests found
Pipeline
#95061
failed
4 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+4
-1
4 additions, 1 deletion
.gitlab-ci.yml
tools/pylib/_boutcore_build/build-wheels.sh
+7
-2
7 additions, 2 deletions
tools/pylib/_boutcore_build/build-wheels.sh
with
11 additions
and
3 deletions
.gitlab-ci.yml
+
4
−
1
View file @
63d5b995
...
...
@@ -3,4 +3,7 @@ image: quay.io/pypa/manylinux2014_x86_64
manylinux2014
:
script
:
-
bash --login tools/pylib/_boutcore_build/build-wheels.sh
artifacts
:
paths
:
-
/io/wheelhouse/
This diff is collapsed.
Click to expand it.
tools/pylib/_boutcore_build/build-wheels.sh
+
7
−
2
View file @
63d5b995
yum
-y
install
mpich-devel fftw-devel netcdf-
*
-devel
set
-ex
yum
-y
install
mpich-devel fftw-devel netcdf-cxx-devel
if
!
module load mpi
;
then
.
/etc/profile
module load mpi
fi
./configure
--enable-shared
make
-j
4
cd
tools/pylib/_boutcore_build/
...
...
@@ -18,7 +23,7 @@ function repair_wheel {
for
PYBIN
in
/opt/python/
*
/bin
;
do
make clean
$PYBIN
/pip
install
-r
numpy cython
$PYBIN
/pip
install
numpy cython
PY
=
$PYBIN
/python make
"
${
PYBIN
}
/pip"
wheel
.
--no-deps
-w
wheelhouse/
done
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment