Update manual.

This commit is contained in:
Ye Luo 2018-08-03 13:30:56 -05:00
parent 16fb856dc8
commit 264ce357be
1 changed files with 1 additions and 2 deletions

View File

@ -650,14 +650,13 @@ Mira has 49152 compute nodes and each node has a 16-core PowerPC A2 processor wi
Due to the fact that the login nodes and the compute nodes have different processors with distinct instruction sets,
cross-compiling is required on this platform. See details about using Blue Gene/Q at \url{http://www.alcf.anl.gov/user-guides/compiling-linking}.
On Mira, compilers are loaded via softenv and users need to add +mpiwrapper-bgclang and +cmake in \$HOME/.soft.
In order to build QMCPACK, a toolchain file is provided for setting up CMake and the cmake command should be executed twice.
In order to build QMCPACK, a toolchain file is provided for setting up CMake.
\textbf{BGClang is required for C++11 support. IBM XL C/C++ compiler should not be used.}
\verbatimfont{\footnotesize}%
\begin{verbatim}
cd build
cmake -DCMAKE_TOOLCHAIN_FILE=../config/BGQ_Clang++11_ToolChain.cmake ..
cmake -DCMAKE_TOOLCHAIN_FILE=../config/BGQ_Clang++11_ToolChain.cmake ..
make -j 16
ls -l bin/qmcpack
\end{verbatim}