From 3cf82063ee517531ed61de95cd0bc00dcd2c1601 Mon Sep 17 00:00:00 2001 From: Paolo Giannozzi Date: Tue, 29 Mar 2022 12:24:47 +0200 Subject: [PATCH] Safer link for PP download https://pseudopotentials.quantum-espresso.org/upf_files/ --- environment_variables | 2 +- test-suite/ENVIRONMENT | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment_variables b/environment_variables index a4ded58ab..1c9fe06ea 100644 --- a/environment_variables +++ b/environment_variables @@ -108,7 +108,7 @@ export OMP_NUM_THREADS=1 LC_ALL=C export LC_ALL -NETWORK_PSEUDO=https://www.quantum-espresso.org/wp-content/uploads/upf_files/ +NETWORK_PSEUDO=https://pseudopotentials.quantum-espresso.org/upf_files/ # wget or curl needed if some PP has to be downloaded from web site # script wizard will surely find a better way to find what is available diff --git a/test-suite/ENVIRONMENT b/test-suite/ENVIRONMENT index fe136aa6d..fa0112df6 100644 --- a/test-suite/ENVIRONMENT +++ b/test-suite/ENVIRONMENT @@ -18,6 +18,6 @@ export TESTCODE_NPROCS=4 export OMP_NUM_THREADS=1 export ESPRESSO_PSEUDO=${ESPRESSO_ROOT}/pseudo -export NETWORK_PSEUDO=https://www.quantum-espresso.org/wp-content/uploads/upf_files/ +export NETWORK_PSEUDO=https://pseudopotentials.quantum-espresso.org/upf_files/ export TESTCODE_DIR=${ESPRESSO_ROOT}/test-suite/testcode