Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Draft][DO NOT MERGE] Pull request to test gitlab ci #117

Closed
wants to merge 70 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
0f981ad
use main branch
Aug 27, 2024
74bba15
Change ref name
Aug 27, 2024
783d88c
Change ref name
Aug 27, 2024
dfc97c6
Change ref name
Aug 27, 2024
598f312
Update ref name
Aug 27, 2024
09a05be
test
Aug 27, 2024
cdc3d49
test
Aug 27, 2024
a604fc5
Output branch
Aug 27, 2024
a7db622
Update
Aug 27, 2024
7adcecb
test
Aug 27, 2024
f2e6bd4
test
Aug 27, 2024
9b98d6a
test
Aug 27, 2024
c31d2c9
test
Aug 27, 2024
4103b3f
Update GitLab-CI
Aug 27, 2024
8c61283
Update Gitlab CI
Aug 27, 2024
53571da
Update to install GitLab CI
Aug 27, 2024
b6c1310
Fix openmpi install
Aug 27, 2024
ef55063
Merge remote-tracking branch 'upstream/main' into fake-pr-to-test-git…
Aug 27, 2024
36b31ef
Fix Gitlab build
Aug 27, 2024
a816d5b
try to solver root user problem
Aug 27, 2024
fb9bcba
fix add user
Aug 27, 2024
5c77820
Fix
Aug 27, 2024
d7a32f0
Fix directory creation
Aug 27, 2024
09e9bd2
Yet another attempt
Aug 27, 2024
cca9a12
Another attempt
Aug 27, 2024
0801541
Revert change
Aug 27, 2024
102dbb6
Merge remote-tracking branch 'upstream/main' into fake-pr-to-test-git…
Sep 2, 2024
755abc4
test to use nvcc
Sep 2, 2024
330a940
Merge remote-tracking branch 'origin/main' into fake-pr-to-test-gitla…
Sep 17, 2024
71a2da7
Merge branch 'main' into fake-pr-to-test-gitlab-ci
Sep 17, 2024
ea85891
Merge remote-tracking branch 'origin/main' into fake-pr-to-test-gitla…
Sep 17, 2024
f39fc48
Merge remote-tracking branch 'origin/main' into fake-pr-to-test-gitla…
Sep 17, 2024
90f205f
Update docker image to ubuntu 24.04
Sep 17, 2024
765b142
Update CI for draft PR
Sep 17, 2024
1f5bd8d
Change Gitlab CI workflow condition
Sep 17, 2024
9d8d014
Change Gitlab CI workflow condition
Sep 17, 2024
a4aa0db
Allow using MPI as root user
Sep 18, 2024
bf28d85
Revert to ubutun 22.04
Sep 18, 2024
6f080d4
Try to use apt update
Sep 18, 2024
afe85d4
Add ccache module
Sep 18, 2024
3ad5405
Fix typo
Sep 19, 2024
c72af52
Module avail
Sep 19, 2024
173f58d
Do not use CUDA for now
Sep 19, 2024
f99c298
Merge branch 'main' into fake-pr-to-test-gitlab-ci
Sep 19, 2024
c4aa7c3
Output apps for debugging
Sep 30, 2024
45a413b
try to re-activate CUDA CI
Oct 4, 2024
7eab67b
Try again CUDA CI
Oct 23, 2024
1c17eeb
Fix typo
Oct 23, 2024
574c245
Add check for empty module
Oct 23, 2024
943ee59
Merge branch '2decomp-integration' into fake-pr-to-test-gitlab-ci
Oct 23, 2024
c23e4d1
Update github CI to ubutun 22.0.4
Oct 23, 2024
1dcc9b5
Try force rebuilding decomp2d
Oct 23, 2024
f8af87f
Revert "Update github CI to ubutun 22.0.4"
Oct 23, 2024
80239a0
Try again
Oct 23, 2024
9b66230
Try again to Update github CI to ubutun 22.0.4
Oct 23, 2024
dc1896f
Try using OpenMPI 5.0.0 on github
Oct 23, 2024
34de85f
Fix download path for openmpi 5.0.0
Oct 23, 2024
fa61a45
Merge remote-tracking branch 'nanoseb/2decomp-integration' into fake-…
Oct 24, 2024
b4fe33d
Revert openmpi version
Oct 24, 2024
abce6e5
Test change for CI
Jan 13, 2025
f9adb64
Merge branch 'main' into fake-pr-to-test-gitlab-ci
CFD-Xing Jan 13, 2025
a25cba9
echo CI_MERGE_REQUEST_TITLE
Jan 13, 2025
d4e8666
Merge remote-tracking branch 'origin/fake-pr-to-test-gitlab-ci' into …
Jan 13, 2025
dcd7475
Update .gitlab-ci.yml
CFD-Xing Jan 24, 2025
9eef707
Merge remote-tracking branch 'origin/main' into fake-pr-to-test-gitla…
Jan 24, 2025
d6ba6d9
Update Finddecomp2d.cmake
CFD-Xing Jan 24, 2025
e2edcdb
Update common.f90
CFD-Xing Jan 24, 2025
3b9b2fe
Update .gitlab-ci.yml
CFD-Xing Jan 24, 2025
9f13d74
Try to trigger CI
Jan 24, 2025
a758947
Merge remote-tracking branch 'origin/fake-pr-to-test-gitlab-ci' into …
Jan 24, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert openmpi version
Jacques Xing committed Oct 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit b4fe33dbed38f3402d4b6aa58e42979a49713a3b
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ jobs:
unit-tests:
runs-on: ubuntu-22.04
env:
OMPI_VERSION: 5.0.0
OMPI_VERSION: 4.1.5
steps:

- uses: actions/checkout@v4
@@ -34,7 +34,7 @@ jobs:
- name: Build openmpi
if: steps.cache-openmpi.outputs.cache-hit != 'true'
run: |
wget https://download.open-mpi.org/release/open-mpi/v5.0/openmpi-$OMPI_VERSION.tar.gz
wget https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-$OMPI_VERSION.tar.gz
tar -xf openmpi-$OMPI_VERSION.tar.gz
cd openmpi-$OMPI_VERSION/ && mkdir installed
./configure --prefix=$(pwd)/installed