Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PySWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
SWIFT
PySWIFTsim
Merge requests
!10
Update SWIFT calls
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update SWIFT calls
new_implementation
into
master
Overview
0
Commits
25
Changes
1
Merged
Loic Hausammann
requested to merge
new_implementation
into
master
5 years ago
Overview
0
Commits
25
Changes
1
Expand
0
0
Merge request reports
Viewing commit
a114d2a1
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
a114d2a1
Add python module
· a114d2a1
Loic Hausammann
authored
5 years ago
.gitlab-ci.yml
+
1
−
1
Options
@@ -3,7 +3,7 @@ image: ubuntu:latest
before_script
:
-
apt-get update -qq && apt-get install -y -qq build-essential libhdf5-serial-dev gfortran csh git libtool-bin autoconf openmpi-bin openmpi-common libopenmpi-dev python3 python3-setuptools
-
apt-get update -qq && apt-get install -y -qq build-essential libhdf5-serial-dev gfortran csh git libtool-bin autoconf openmpi-bin openmpi-common libopenmpi-dev python3 python3-setuptools
python3-numpy python3-scipy python3-matplotlib
-
export LHOME=`pwd`
# Compile grackle
-
mkdir grackle
Loading