diff --git a/docs/getting-started/build-from-source.md b/docs/getting-started/build-from-source.md index 791f93da06..cd22c0e327 100644 --- a/docs/getting-started/build-from-source.md +++ b/docs/getting-started/build-from-source.md @@ -110,7 +110,7 @@ Use `./make_cp2k.sh --help` to display the complete list of options:
-Click to see all options (version 1.9) +Click to see all options (version 2.0) ``` Usage: make_cp2k.sh [-bd | --build_deps] @@ -152,6 +152,7 @@ Flags: -j : Maximum number of processes used in parallel --mpi_mode : Set preferred MPI mode (default: "mpich") --num_packages : Maximum number of packages built by spack in parallel (default: 4) + -opencl : Perform build with OpenCL support --rebuild_cp2k : Rebuild CP2K: removes the build folder (default: no) --test : Perform a regression test run after a successful build --use_cache : Use a "folder", a "MinIO" object storage container (requires podman) or "no" cache @@ -170,8 +171,8 @@ Hints: - The folder ${CP2K_ROOT}/install is updated after each successful run Packages: all | ace | cosma | deepmd | dftd4 | dlaf | elpa | fftw3 | gauxc | greenx | hdf5 | libfci | - libint | libsmeagol | libtorch | libvdwxc | libxs | mimic | openpmd | pexsi | plumed | - sirius | spfft | spglib | spla | tblite | trexio | vori + libgint | libint | libsmeagol | libtorch | libvdwxc | libxs | mimic | openpmd | pexsi | plumed | + sirius | spfft | spglib | spla | tblite | trexio | vori Features: cray_pm_accel_energy | cusolver_mp | dbm_gpu | elpa_gpu | grid_gpu | pw_gpu | spla_gemm_offloading | unified_memory diff --git a/make_cp2k.sh b/make_cp2k.sh index fad7a83d26..345e26010f 100755 --- a/make_cp2k.sh +++ b/make_cp2k.sh @@ -663,7 +663,7 @@ if [[ "${HELP}" == "yes" ]]; then echo " [-mpi | --mpi_mode (mpich | no | openmpi)]" echo " [-np | --num_packages #PACKAGES]" echo " [-rc | --rebuild_cp2k]" - echo " [-t | -test \"TESTOPTS\"]" + echo " [-t | --test \"TESTOPTS\"]" echo " [-uc | --use_cache (folder | minio | no | none)]" echo " [-ue | --use_externals]" echo " [-v | --verbose]"