From 7ef06f674357886620f262c754fdef11f2c0c580 Mon Sep 17 00:00:00 2001 From: unkcpz Date: Fri, 10 Nov 2023 09:22:55 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20aiidatea?= =?UTF-8?q?m/aiida-resource-registry@0f4758bb1df685c23960c0ab86df900683c10?= =?UTF-8?q?dba=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- database.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/database.json b/database.json index 6fe6be1..75ef6ea 100644 --- a/database.json +++ b/database.json @@ -191,8 +191,10 @@ "computer": { "computer-configure": { "username": "{{ username }}", - "safe_interval": 60, - "proxy_command": "ssh -q -Y {{ username }}@ela.cscs.ch netcat daint.cscs.ch 22", + "safe_interval": 10, + "proxy_command": "ssh -q -Y {username}@ela.cscs.ch netcat daint.cscs.ch 22", + "key_filename": "~/.ssh/cscs-key", + "key_policy": "AutoAddPolicy", "metadata": { "tooltip": "

\n Setup up the SSH connection.\n

\n", "ssh_auth": "2FA", @@ -217,7 +219,7 @@ "mpiprocs_per_machine": 36, "prepend_text": "#SBATCH --partition={{ slurm_partition }}\n#SBATCH --account={{ slurm_account }}\n#SBATCH --constraint=mc\n#SBATCH --cpus-per-task=1\n#SBATCH --hint={{ multithreading }}\n\nexport OMP_NUM_THREADS=$SLURM_CPUS_PER_TASK\nsource $MODULESHOME/init/bash\nulimit -s unlimited", "metadata": { - "tooltip": "

\n Piz Daint supercomputer at CSCS Lugano, Switzerland, hybrid partition.
\n The CSCS now require MFA to login, please check the MFA CSCS documentation for details on how to set up SSH connection.
\n If you are using the AiiDAlab, please use the MFA CSCS plugin to set SSH connection.\n

\n", + "tooltip": "

\n Piz Daint supercomputer at CSCS Lugano, Switzerland, hybrid partition.
\n The CSCS now require MFA to login, please check the MFA CSCS documentation for details on how to set up SSH connection.
\n If you are using the AiiDAlab, use the MFA CSCS app to set SSH connection.\n

\n", "template_variables": { "label": { "default": "daint-mc",