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
!7
Change clone to fetch
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Change clone to fetch
new_implementation
into
master
Overview
0
Commits
21
Changes
1
Merged
Loic Hausammann
requested to merge
new_implementation
into
master
6 years ago
Overview
0
Commits
21
Changes
1
Expand
0
0
Merge request reports
Compare
master
version 15
18fbc424
6 years ago
version 14
ea864a1d
6 years ago
version 13
1f792174
6 years ago
version 12
704798c6
6 years ago
version 11
37d1ca92
6 years ago
version 10
e0cc53ff
6 years ago
version 9
ea22ec39
6 years ago
version 8
e5df47d7
6 years ago
version 7
5c545e59
6 years ago
version 6
06a30b71
6 years ago
version 5
fa8371c2
6 years ago
version 4
41b9cb2c
6 years ago
version 3
1b46fd6a
6 years ago
version 2
f4781332
6 years ago
version 1
dd36aa8e
6 years ago
master (base)
and
version 2
latest version
e4527a46
21 commits,
6 years ago
version 15
18fbc424
19 commits,
6 years ago
version 14
ea864a1d
18 commits,
6 years ago
version 13
1f792174
16 commits,
6 years ago
version 12
704798c6
15 commits,
6 years ago
version 11
37d1ca92
14 commits,
6 years ago
version 10
e0cc53ff
12 commits,
6 years ago
version 9
ea22ec39
11 commits,
6 years ago
version 8
e5df47d7
9 commits,
6 years ago
version 7
5c545e59
7 commits,
6 years ago
version 6
06a30b71
6 commits,
6 years ago
version 5
fa8371c2
5 commits,
6 years ago
version 4
41b9cb2c
4 commits,
6 years ago
version 3
1b46fd6a
3 commits,
6 years ago
version 2
f4781332
2 commits,
6 years ago
version 1
dd36aa8e
1 commit,
6 years ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
2
−
2
Options
before_script
:
# compile swift
-
git
clone
https://gitlab.cosma.dur.ac.uk/swift/swiftsim.git
-
git
fetch
https://gitlab.cosma.dur.ac.uk/swift/swiftsim.git
-
cd swiftsim
-
./autogen
-
./autogen
.sh
-
./configure --with-subgrid=GEAR
-
make -j
4
Loading