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

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

Open
wants to merge 46 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
46 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
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
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ stages:
- gcc --version
- echo "Display nvcc version number"
- module avail
#- module load cuda
#- nvcc --version
- module load cuda
- nvcc --version
- echo "Configure Debug build"
- FC=mpif90 cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug
- echo "Build with Debug (strict) flags"
Expand Down