Update CMakeLists.txt

This commit is contained in:
Ye Luo 2022-03-29 14:18:43 +00:00
parent 3cf82063ee
commit baa80d1c7f
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
set(qe_test_categories "pw" "cp" "ph" "epw" "tddfpt" "hp")
set(ESPRESSO_PSEUDO "${qe_SOURCE_DIR}/pseudo" CACHE STRING "Pseudopotential files")
set(NETWORK_PSEUDO "https://www.quantum-espresso.org/wp-content/uploads/upf_files" CACHE STRING "URL to remote pseudopotential folder")
set(NETWORK_PSEUDO "https://pseudopotentials.quantum-espresso.org/upf_files" CACHE STRING "URL to remote pseudopotential folder")
set(TESTCODE_NPROCS 4 CACHE STRING "Number of MPI processes for each test")
set(TESTCODE_NTHREADS 1 CACHE STRING "Number of OpenMP threads for each test")