Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Elsa Gonsiorowski
codes
Commits
db787d9f
Commit
db787d9f
authored
Nov 02, 2016
by
Misbah Mubarak
Browse files
Adding C++ compiler in build steps
parent
a87c2d44
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/BUILD_STEPS
View file @
db787d9f
...
...
@@ -41,7 +41,7 @@ working from the CODES master branches, use the ROSS master branch.
mkdir
build
cd
build
../
configure
--
prefix
=/
path
/
to
/
codes
/
install
CC
=
mpicc
PKG_CONFIG_PATH
=/
path
/
to
/
ross
/
install
/
lib
/
pkgconfig
../
configure
--
prefix
=/
path
/
to
/
codes
/
install
CC
=
mpicc
CXX
=
mpicxx
PKG_CONFIG_PATH
=/
path
/
to
/
ross
/
install
/
lib
/
pkgconfig
To
enable
network
tracing
with
dumpi
(
http
://
sst
.
sandia
.
gov
/
about_dumpi
.
html
),
use
the
option
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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