From db787d9f77786b8682ab8746942e3e6037cacfd7 Mon Sep 17 00:00:00 2001 From: mubarak Date: Wed, 2 Nov 2016 15:30:34 -0400 Subject: [PATCH] Adding C++ compiler in build steps --- doc/BUILD_STEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/BUILD_STEPS b/doc/BUILD_STEPS index 04d4699..7b5c21c 100644 --- a/doc/BUILD_STEPS +++ b/doc/BUILD_STEPS @@ -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 -- 2.26.2