Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
loadbalancing
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SLMS
loadbalancing
Merge requests
!12
Feature/amalgamated
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Closed
Feature/amalgamated
feature/amalgamated
into
refactor
Overview
3
Commits
0
Pipelines
3
Changes
0
Closed
Stephan Schulz
requested to merge
feature/amalgamated
into
refactor
4 years ago
Overview
3
Commits
0
Pipelines
3
Changes
57
The Work in Progress branch for amalgamated header files according to
Wiki link
.
Edited
4 years ago
by
Stephan Schulz
0
0
Merge request reports
Compare
refactor
version 2
e6693953
4 years ago
version 1
d62647ba
4 years ago
refactor (base)
and
version 2
latest version
695cbc44
179 commits,
4 years ago
version 2
e6693953
143 commits,
4 years ago
version 1
d62647ba
137 commits,
4 years ago
57 files
+
12279
−
7082
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
57
ci/build_mpi.sh
+
3
−
2
View file @ e6693953
Edit in single-file editor
Open in Web IDE
Show full file
@@ -13,8 +13,9 @@ mkdir -p build && cd build
if
[[
$?
==
0
]]
;
then
CC
=
/usr/lib64/mpi/gcc/openmpi3/bin/mpicc
CXX
=
/usr/lib64/mpi/gcc/openmpi3/bin/mpicxx
FC
=
/usr/lib64/mpi/gcc/openmpi3/bin/mpif90
${
CMAKE
}
..
make
VERBOSE
=
1
#CC=/usr/lib64/mpi/gcc/openmpi3/bin/mpicc CXX=/usr/lib64/mpi/gcc/openmpi3/bin/mpicxx FC=/usr/lib64/mpi/gcc/openmpi3/bin/mpif90 ${CMAKE} ..
${
CMAKE
}
..
make
VERBOSE
=
1
if
[[
$?
==
0
]]
;
then
create_badge
"
${
BADGE_FILENAME
}
"
build-mpi passed
--color
=
green
Loading