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
nek5000
giraffe
Commits
51647a0e
Commit
51647a0e
authored
Apr 23, 2018
by
Ron Rahaman
Browse files
Merge branch 'ci-env' into 'develop'
GitLab CI Runner uses system MPI/PETSc See merge request
!8
parents
29ca601e
18b96ee1
Pipeline
#3333
passed with stages
in 19 minutes and 47 seconds
Changes
1
Pipelines
24
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
51647a0e
...
...
@@ -7,13 +7,11 @@ stages:
-
run_giraffe_parallel
-
verify_giraffe_parallel
before_script
:
-
. /opt/moose/environments/moose_profile
build_libmesh_job
:
stage
:
build_libmesh
variables
:
GIT_STRATEGY
:
clone
MOOSE_JOBS
:
32
script
:
-
pwd
-
git clone -b master https://github.com/idaholab/moose.git
...
...
@@ -28,6 +26,7 @@ configure_giraffe_job:
GIT_STRATEGY
:
none
MOOSE_DIR
:
"
$CI_PROJECT_DIR/moose"
LIBMESH_DIR
:
"
$CI_PROJECT_DIR/moose/libmesh/installed"
MOOSE_JOBS
:
32
script
:
-
./bootstrap || echo
-
cd examples/integration_example/
...
...
@@ -41,6 +40,7 @@ build_giraffe_job:
GIT_STRATEGY
:
none
MOOSE_DIR
:
"
$CI_PROJECT_DIR/moose"
LIBMESH_DIR
:
"
$CI_PROJECT_DIR/moose/libmesh/installed"
MOOSE_JOBS
:
32
script
:
-
cd examples/integration_example/
-
make -j8
...
...
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