Skip to content
Snippets Groups Projects
Commit 8b374ff7 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Fixed copy error in the build script

parent 2ae98a39
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ if [[ ${HELP} == "yes" ]]; then
echo " --prefix=PATH Prefix for the installation directory. ${HOME}/local by default."
echo " --install=yes/no Enables the installation of TNL files."
echo " --offline-build=yes/no Disables online updates during the build. 'no' by default."
echo " --with-mpi=yes/no Enables MPI. 'no' by default (Intel Compiler required)."
echo " --with-mpi=yes/no Enables MPI. 'yes' by default (OpenMPI required)."
echo " --with-mic=yes/no Enables MIC (Intel Xeon Phi). 'no' by default (Intel Compiler required)."
echo " --with-cuda=yes/no Enables CUDA. 'yes' by default (CUDA Toolkit is required)."
echo " --with-cuda-arch=all/auto/30/35/... Chooses CUDA architecture. 'auto' by default."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment