OPAL uses CMake to configure the build process. You can either pass options to `cmake` or you can run the command `ccmake` in the build directory **after** calling `cmake`.
OPAL uses CMake to configure the build process. You can either pass options to `cmake` or you can run the command `ccmake` in the build directory **after** calling `cmake`.
[source,sh]
--------------------------------------
--------------------------------------
mkdir -p "${SRC_DIR}/OPAL/build" && cd "$_"
mkdir -p "${SRC_DIR}/OPAL/build" && cd "$_"
CC=mpicc CXX=mpicxx cmake \
CC=mpicc CXX=mpicxx cmake \
...
@@ -81,11 +81,10 @@ The following table shows the most important options:
...
@@ -81,11 +81,10 @@ The following table shows the most important options: