Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
west-public
West
Commits
cbdb2b29
Commit
cbdb2b29
authored
Jul 11, 2018
by
Marco Govoni
Browse files
Check that runner is running.
parent
f10d0b34
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
cbdb2b29
...
...
@@ -26,10 +26,11 @@ west_at_qe_6_1_0:
-
gfortran --version
-
cat /proc/cpuinfo | grep -c MHz
-
git clone -b $CI_COMMIT_REF_NAME $CI_REPOSITORY_URL West
-
cd West/test
-
mpif90 hello.f90 -o hello.x
-
ls
-
mpirun -np 28 --allow-run-as-root hello.x
-
cd West
-
make
# - mpif90 hello.f90 -o hello.x
# - ls
# - mpirun -np 28 --allow-run-as-root hello.x
# - cd West
# - git checkout $CI_COMMIT_SHA
# - cd test
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment